Fixes..
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
import FlutterMacOS
|
||||
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"))
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// This is a generated file; do not edit or check into version control.
|
||||
FLUTTER_ROOT=C:\flutter
|
||||
FLUTTER_APPLICATION_PATH=G:\packages\map_camera_location_flutter
|
||||
FLUTTER_ROOT=/Users/ashutoshagarwal/Desktop/Development/flutter
|
||||
FLUTTER_APPLICATION_PATH=/Users/ashutoshagarwal/Documents/GitHub/map_camera_location_flutter
|
||||
COCOAPODS_PARALLEL_CODE_SIGN=true
|
||||
FLUTTER_BUILD_DIR=build
|
||||
FLUTTER_BUILD_NAME=0.0.4
|
||||
FLUTTER_BUILD_NUMBER=0.0.4
|
||||
FLUTTER_BUILD_NAME=0.0.5
|
||||
FLUTTER_BUILD_NUMBER=0.0.5
|
||||
DART_OBFUSCATION=false
|
||||
TRACK_WIDGET_CREATION=true
|
||||
TREE_SHAKE_ICONS=false
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# This is a generated file; do not edit or check into version control.
|
||||
export "FLUTTER_ROOT=C:\flutter"
|
||||
export "FLUTTER_APPLICATION_PATH=G:\packages\map_camera_location_flutter"
|
||||
export "FLUTTER_ROOT=/Users/ashutoshagarwal/Desktop/Development/flutter"
|
||||
export "FLUTTER_APPLICATION_PATH=/Users/ashutoshagarwal/Documents/GitHub/map_camera_location_flutter"
|
||||
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
||||
export "FLUTTER_BUILD_DIR=build"
|
||||
export "FLUTTER_BUILD_NAME=0.0.4"
|
||||
export "FLUTTER_BUILD_NUMBER=0.0.4"
|
||||
export "FLUTTER_BUILD_NAME=0.0.5"
|
||||
export "FLUTTER_BUILD_NUMBER=0.0.5"
|
||||
export "DART_OBFUSCATION=false"
|
||||
export "TRACK_WIDGET_CREATION=true"
|
||||
export "TREE_SHAKE_ICONS=false"
|
||||
|
||||
Reference in New Issue
Block a user