Skip to content

Commit

Permalink
[Migration] migrate to v3.19.4 (#81)
Browse files Browse the repository at this point in the history
* [Migration] migrate to v3.19.4

* fix(pubspec): packages update in yaml file
  • Loading branch information
Abhisheksainii committed Mar 28, 2024
1 parent f89b3da commit b8e73ed
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 398 deletions.
2 changes: 1 addition & 1 deletion example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SpeechToTextMacosPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextMacosPlugin"))
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/tusharsharma/Downloads/flutter
FLUTTER_APPLICATION_PATH=/Users/tusharsharma/StudioProjects/fa_flutter_ui_kit/example
FLUTTER_ROOT=D:\src\flutter
FLUTTER_APPLICATION_PATH=D:\FA\fa_flutter_ui_kit\example
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/tusharsharma/Downloads/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/tusharsharma/StudioProjects/fa_flutter_ui_kit/example"
export "FLUTTER_ROOT=D:\src\flutter"
export "FLUTTER_APPLICATION_PATH=D:\FA\fa_flutter_ui_kit\example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
Expand Down
Loading

0 comments on commit b8e73ed

Please sign in to comment.