File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 1
1
library flutter_form_builder;
2
2
3
- export 'package:country_code_picker/country_code_picker.dart' ;
3
+ // export 'package:country_code_picker/country_code_picker.dart';
4
4
export 'package:flutter_typeahead/flutter_typeahead.dart' ;
5
5
export 'package:google_maps_flutter/google_maps_flutter.dart' ;
6
6
export 'package:signature/signature.dart' ;
Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ packages:
113
113
url: "https://pub.dartlang.org"
114
114
source: hosted
115
115
version: "2.1.1"
116
- country_code_picker:
117
- dependency: "direct main"
118
- description:
119
- name: country_code_picker
120
- url: "https://pub.dartlang.org"
121
- source: hosted
122
- version: "1.6.0"
123
116
country_pickers:
124
117
dependency: "direct main"
125
118
description:
@@ -175,7 +168,7 @@ packages:
175
168
name: dropdown_search
176
169
url: "https://pub.dartlang.org"
177
170
source: hosted
178
- version: "0.4.5 "
171
+ version: "0.4.6 "
179
172
fake_async:
180
173
dependency: transitive
181
174
description:
@@ -272,7 +265,7 @@ packages:
272
265
name: google_maps_flutter
273
266
url: "https://pub.dartlang.org"
274
267
source: hosted
275
- version: "1.0.3 "
268
+ version: "1.0.5 "
276
269
google_maps_flutter_platform_interface:
277
270
dependency: transitive
278
271
description:
@@ -399,13 +392,6 @@ packages:
399
392
url: "https://pub.dartlang.org"
400
393
source: hosted
401
394
version: "0.9.7"
402
- modal_bottom_sheet:
403
- dependency: transitive
404
- description:
405
- name: modal_bottom_sheet
406
- url: "https://pub.dartlang.org"
407
- source: hosted
408
- version: "0.2.2"
409
395
node_interop:
410
396
dependency: transitive
411
397
description:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
flutter_localizations :
14
14
sdk : flutter
15
15
16
- country_code_picker : ^1.6.0
16
+ # country_code_picker: ^1.6.2
17
17
country_pickers : ^1.3.0
18
18
date_range_picker : ^1.0.6
19
19
datetime_picker_formfield : ^1.0.0
@@ -29,8 +29,8 @@ dependencies:
29
29
signature : ^3.2.0
30
30
validators : ^2.0.1
31
31
flutter_datetime_picker : ^1.4.0
32
- google_maps_flutter : ^1.0.3
33
- dropdown_search : ^0.4.5
32
+ google_maps_flutter : ^1.0.5
33
+ dropdown_search : ^0.4.6
34
34
file_picker : ^2.0.11
35
35
permission_handler : ^5.0.1+1
36
36
community_material_icon : ^5.4.55
You can’t perform that action at this time.
0 commit comments