We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e30e90 commit 35cc529Copy full SHA for 35cc529
pubspec.yaml
@@ -5,6 +5,7 @@ homepage: https://github.com/am15h/tflite_flutter_plugin
5
6
environment:
7
sdk: ">=2.6.0 <3.0.0"
8
+ flutter: ">=1.12.0 <2.0.0"
9
10
dependencies:
11
flutter:
@@ -29,8 +30,12 @@ flutter:
29
30
# be modified. They are used by the tooling to maintain consistency when
31
# adding or updating assets for this project.
32
plugin:
- androidPackage: com.tfliteflutter.tflite_flutter_plugin
33
- pluginClass: TfliteFlutterPlugin
+ platforms:
34
+ android:
35
+ package: com.tfliteflutter.tflite_flutter_plugin
36
+ pluginClass: TfliteFlutterPlugin
37
+ ios:
38
39
40
# To add assets to your plugin package, add an assets section, like this:
41
# assets:
0 commit comments