- Updated package version to 1.0.0.
- Updated Flutter and various plugin dependencies to their latest versions. - Updated Android Gradle configuration to version 8.11.1 and made other necessary adjustments. - Updated example app configurations for Android, iOS, macOS, Linux, and Windows. - Updated copyright year in LICENSE file. - Minor code style update
This commit is contained in:
@@ -7,10 +7,8 @@ import Foundation
|
||||
|
||||
import geolocator_apple
|
||||
import path_provider_foundation
|
||||
import url_launcher_macos
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
||||
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||||
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@ FLUTTER_ROOT=/Users/bijoy/development/flutter
|
||||
FLUTTER_APPLICATION_PATH=/Users/bijoy/Documents/package/map_camera_location_flutter
|
||||
COCOAPODS_PARALLEL_CODE_SIGN=true
|
||||
FLUTTER_BUILD_DIR=build
|
||||
FLUTTER_BUILD_NAME=0.0.6
|
||||
FLUTTER_BUILD_NUMBER=0.0.6
|
||||
FLUTTER_BUILD_NAME=2.0.0
|
||||
FLUTTER_BUILD_NUMBER=2.0.0
|
||||
DART_OBFUSCATION=false
|
||||
TRACK_WIDGET_CREATION=true
|
||||
TREE_SHAKE_ICONS=false
|
||||
|
||||
@@ -4,8 +4,8 @@ export "FLUTTER_ROOT=/Users/bijoy/development/flutter"
|
||||
export "FLUTTER_APPLICATION_PATH=/Users/bijoy/Documents/package/map_camera_location_flutter"
|
||||
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
||||
export "FLUTTER_BUILD_DIR=build"
|
||||
export "FLUTTER_BUILD_NAME=0.0.6"
|
||||
export "FLUTTER_BUILD_NUMBER=0.0.6"
|
||||
export "FLUTTER_BUILD_NAME=2.0.0"
|
||||
export "FLUTTER_BUILD_NUMBER=2.0.0"
|
||||
export "DART_OBFUSCATION=false"
|
||||
export "TRACK_WIDGET_CREATION=true"
|
||||
export "TREE_SHAKE_ICONS=false"
|
||||
|
||||
Reference in New Issue
Block a user