Skip to content

Commit

Permalink
fix for 0.4.7 publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jun 6, 2022
1 parent 1684ee1 commit f857122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.pub-cache/
.pub/
/build/
example/build/

# Web related
lib/generated_plugin_registrant.dart
Expand All @@ -46,3 +47,4 @@ app.*.map.json
js_api/node_modules/
js_api/dist/main.js.LICENSE.txt
js_as_extension/node_modules/
js_api_eth/node_modules/
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
http: ^0.13.4
webview_flutter: ^3.0.4
flutter_inappwebview: 5.3.2
flutter_inappwebview: ^5.3.2
shared_preferences: ^2.0.7
get_storage: ^2.0.3
json_annotation: ^4.0.1
Expand Down

0 comments on commit f857122

Please sign in to comment.