diff --git a/.gitignore b/.gitignore index b4ed0c557..d3938a8a3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ .pub-cache/ .pub/ /build/ +example/build/ # Web related lib/generated_plugin_registrant.dart @@ -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/ diff --git a/pubspec.yaml b/pubspec.yaml index 460c31a80..305a89a90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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