visit_flutter_sdk 1.0.0
visit_flutter_sdk: ^1.0.0 copied to clipboard
visit_flutter_sdk is a Flutter plugin that integrates web views, URL handling, location services, and permission management. Enhance your mobile app functionality effortlessly with this versatile toolkit!
Flutter Plugin Latest Version 0.0.10 A Flutter plugin that provides WebView access with permissions for location, file read/write, and more.
Getting Started This plugin allows you to easily embed a WebView in your Flutter application while managing permissions for location access and file operations.
Installation Add the following dependency in your pubspec.yaml file:
dependencies: flutter: sdk: flutter flutter_plugin_name: ^1.0.0
iOS Setup
Open the ios/Runner/Info.plist file. Add the following permissions:
Android Setup
Open the android/app/build.gradle file. To configure the plugin on Android: