i2edu 4 anni fa
parent
commit
067d0c1e2f

File diff suppressed because it is too large
+ 0 - 1
example/.flutter-plugins-dependencies


+ 10 - 5
example/ios/Flutter/flutter_export_environment.sh

@@ -1,10 +1,15 @@
 #!/bin/sh
 # This is a generated file; do not edit or check into version control.
-export "FLUTTER_ROOT=C:\flutter\flutter"
-export "FLUTTER_APPLICATION_PATH=C:\Users\Administrator\Desktop\flutter\plugins\chewie\example"
-export "FLUTTER_TARGET=lib\main.dart"
+export "FLUTTER_ROOT=/Users/i2edu/Documents/flutter_sdk/flutter"
+export "FLUTTER_APPLICATION_PATH=/Users/i2edu/Documents/workspace/plugins/video_chewie/example"
+export "FLUTTER_TARGET=lib/main.dart"
 export "FLUTTER_BUILD_DIR=build"
-export "SYMROOT=${SOURCE_ROOT}/../build\ios"
-export "FLUTTER_FRAMEWORK_DIR=C:\flutter\flutter\bin\cache\artifacts\engine\ios"
+export "SYMROOT=${SOURCE_ROOT}/../build/ios"
+export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
+export "FLUTTER_FRAMEWORK_DIR=/Users/i2edu/Documents/flutter_sdk/flutter/bin/cache/artifacts/engine/ios"
 export "FLUTTER_BUILD_NAME=1.0.0"
 export "FLUTTER_BUILD_NUMBER=1"
+export "DART_OBFUSCATION=false"
+export "TRACK_WIDGET_CREATION=false"
+export "TREE_SHAKE_ICONS=false"
+export "PACKAGE_CONFIG=.packages"

+ 3 - 3
pubspec.yaml

@@ -19,9 +19,9 @@ dependencies:
   sys_volume:
     git:
       url: https://github.com/hwh97/flutter_volume.git
-  event_bus:
-    git:
-      url: https://git.i2edu.net/plugins/event_bus.git
+#  event_bus:
+#    git:
+#      url: https://git.i2edu.net/plugins/event_bus.git
   auto_orientation: ^1.0.6
   flutter:
     sdk: flutter

Some files were not shown because too many files changed in this diff