Skip to content

Commit

Permalink
fix(cat-voices): flutter_inappwebview's web_support.js not found error (
Browse files Browse the repository at this point in the history
#939)

* fix: flutter_inappwebview not found error

* fix: flutter_inappwebview not found error - reformat

* revert formatting
  • Loading branch information
digitalheartxs authored Oct 4, 2024
1 parent ed8dc74 commit 56690ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies:
flutter_bloc: ^8.1.5
flutter_dropzone: ^4.0.3
flutter_localized_locales: ^2.0.5
flutter_quill: ^10.5.13
flutter_quill_extensions: ^10.5.13
flutter_quill: ^10.8.2
flutter_quill_extensions: ^10.8.2
flutter_web_plugins:
sdk: flutter
formz: ^0.7.0
Expand Down
2 changes: 1 addition & 1 deletion catalyst_voices/uikit_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_localized_locales: ^2.0.5
flutter_quill: ^10.5.13
flutter_quill: ^10.8.2

dev_dependencies:
build_runner: ^2.4.12
Expand Down
3 changes: 0 additions & 3 deletions catalyst_voices/uikit_example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@

<title>uikit_example</title>
<link rel="manifest" href="manifest.json">
<script type="application/javascript"
src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js"
defer></script>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
Expand Down
2 changes: 0 additions & 2 deletions catalyst_voices/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<title>Catalyst Voices</title>
<link rel="manifest" href="manifest.json">
<script type="module" src="/assets/packages/catalyst_cardano_web/assets/js/catalyst_cardano.js"></script>
<script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js"
defer></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ command:
flutter_bloc: ^8.1.5
flutter_dropzone: ^4.0.3
flutter_localized_locales: ^2.0.5
flutter_quill: ^10.5.13
flutter_quill_extensions: ^10.5.13
flutter_quill: ^10.8.2
flutter_quill_extensions: ^10.8.2
flutter_secure_storage: ^9.2.2
formz: ^0.7.0
intl: ^0.19.0
Expand Down

0 comments on commit 56690ec

Please sign in to comment.