Skip to content

Commit

Permalink
fix: update version range of quill_native_bridge to avoid using lates…
Browse files Browse the repository at this point in the history
…t version of the package (#2283)



* fix: set quill_native_bridge version range from 10.5.14 to 10.6.2
  • Loading branch information
EchoEllet authored Sep 25, 2024
1 parent c76f845 commit de83aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
# Plugins
url_launcher: ^6.2.4
flutter_keyboard_visibility: ^6.0.0
quill_native_bridge: ^10.5.14
quill_native_bridge: '>=10.5.14 <=10.6.2'

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down

0 comments on commit de83aab

Please sign in to comment.