Skip to content

Commit

Permalink
update : flutter nineold version 1.3.2 plugin changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh.Lu authored and Josh.Lu committed Sep 17, 2020
1 parent 00d843e commit a82ac41
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ homepage: https://github.com/lanzhu1993/flutter_nineold

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"

dependencies:
flutter:
Expand All @@ -27,8 +28,13 @@ flutter:
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: com.josh.nineold
pluginClass: NineoldPlugin
platforms:
android:
package: com.josh.nineold
pluginClass: NineoldPlugin
ios:
pluginClass: NineoldPlugin


# To add assets to your plugin package, add an assets section, like this:
# assets:
Expand Down

0 comments on commit a82ac41

Please sign in to comment.