Skip to content

Commit f2d5d3b

Browse files
committed
Fix dependency in pubspec
1 parent 1bd4419 commit f2d5d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ dependencies:
3232
logger: '^2.0.1'
3333
adaptive_theme: '^3.6.0'
3434
open_settings: '^2.0.2'
35-
adaptive_dialog: '2.1.0'
35+
adaptive_dialog: '^1.9.0+2'
3636
# fluttertoast: '^8.1.2'
3737
# flutter_spinkit: ^5.1.0
3838
# multicast_dns: '^0.3.2'
3939
flutter_animate: '^4.5.0'
4040
# Ours
41-
flutter_snowboy: #'>=0.1.1'
41+
flutter_snowboy: #'>=0.1.2'
4242
path: '../flutter_snowboy'
4343
# git:
4444
# url: git://github.com/mideind/flutter_snowboy.git
4545
# ref: master
46-
embla_core: # '>=1.0.1'
46+
embla_core: #'>=1.0.8'
4747
path: '../embla_core'
4848
# git:
4949
# url: git://github.com/mideind/EmblaCoreFlutter.git

0 commit comments

Comments
 (0)