mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Update flutter_typeahead to fix build error
This commit is contained in:
parent
9e68caabaa
commit
f7d5a9ebec
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ packages:
|
||||||
name: flutter_typeahead
|
name: flutter_typeahead
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.2.4"
|
version: "4.0.0"
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description: flutter
|
description: flutter
|
||||||
|
|
|
@ -60,7 +60,7 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/nc-photos/flutter_staggered_grid_view
|
url: https://gitlab.com/nc-photos/flutter_staggered_grid_view
|
||||||
ref: v0.4.0-nc-photos-1
|
ref: v0.4.0-nc-photos-1
|
||||||
flutter_typeahead: ^3.2.1
|
flutter_typeahead: ^4.0.0
|
||||||
# android/ios only
|
# android/ios only
|
||||||
google_maps_flutter: ^2.1.0
|
google_maps_flutter: ^2.1.0
|
||||||
http: ^0.13.1
|
http: ^0.13.1
|
||||||
|
|
Loading…
Reference in a new issue