From 8dcc57d509ee4d5d23972673bf16fcfc798dd62d Mon Sep 17 00:00:00 2001 From: i3po Date: Sun, 18 Aug 2024 13:48:10 +0300 Subject: [PATCH] runner fix --- pubspec.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 731278c..6edf396 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: Anime recommendations app # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 0.4.0+18 +version: 0.4.1+18 environment: sdk: ">=2.19.0 <3.0.0" @@ -39,12 +39,11 @@ dependencies: flutter_inappwebview: 6.0.0 google_mobile_ads: 5.1.0 share_plus: 10.0.2 + json_annotation: 4.9.0 dev_dependencies: analyzer: 6.7.0 - -dependency_overrides: - webview_flutter_android: 3.16.1 + json_serializable: 6.8.0 flutter_test: sdk: flutter @@ -57,6 +56,9 @@ dependency_overrides: mobx_codegen: 2.6.1 build_runner: 2.4.12 +dependency_overrides: + webview_flutter_android: 3.16.1 + flutter_icons: image_path: "assets/icons/ic_launcher.png" android: true