forked from fluttercommunity/flutter_google_places
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpubspec.yaml
45 lines (39 loc) · 1.16 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: flutter_google_places_hoc081098
description: Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice. Better flutter_google_places, updated by @hoc081098
version: 2.0.0
homepage: https://github.com/hoc081098/flutter_google_places
repository: https://github.com/hoc081098/flutter_google_places
funding:
- https://www.buymeacoffee.com/hoc081098
topics:
- rxdart
- hoc081098
- google-places
- google-places-autocomplete
- flutter-google-places
environment:
sdk: '>=3.3.4 <4.0.0'
flutter: '>=3.19.6'
dependencies:
flutter:
sdk: flutter
google_api_headers: ^4.0.3
http: ^1.2.1
rxdart: ^0.28.0
rxdart_ext: ^0.3.0
listenable_stream: ^2.0.1
collection: ^1.18.0
flutter_bloc_pattern: ^3.0.0
json_annotation: ^4.9.0
meta: ^1.11.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.11
json_serializable: ^6.8.0
flutter:
assets:
- packages/flutter_google_places_hoc081098/assets/google_black.png
- packages/flutter_google_places_hoc081098/assets/google_white.png
# dart run build_runner build --delete-conflicting-outputs