-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception #13
Comments
Closed
fauzipadlaw
added a commit
to fauzipadlaw/flutter_google_places
that referenced
this issue
Aug 2, 2021
* update minimal flutter sdk to 2.2.0 I was using flutter 2.0.6 and using `flutter_google_places_hoc081098: ^1.0.0-nullsafety.4`. When run the app, I encountered error ``` ../../.pub-cache/hosted/pub.dartlang.org/flutter_google_places_hoc081098-1.0.0-nullsafety.4/lib/src/flutter_google_places.dart:261:9: Error: No named parameter with the name 'color'. color: Theme.of(context).colorScheme.secondary, ^^^^^ ../../SDKs/flutold/packages/flutter/lib/src/material/progress_indicator.dart:304:9: Context: Found this candidate, but the arguments don't match. const LinearProgressIndicator({ ^^^^^^^^^^^^^^^^^^^^^^^ ``` I did some research that this parameter was added to flutter version 2.2.0 https://flutter.dev/docs/development/tools/sdk/release-notes * add flutter sdk constraints * fix wrong version number
fauzipadlaw
added a commit
to fauzipadlaw/flutter_google_places
that referenced
this issue
Aug 2, 2021
update minimal flutter sdk to 2.2.0 (fluttercommunity#13)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I get this exception
In line 333 of flutter_google_places_autocomplete.dart
I guess I know why and will make an PR
The text was updated successfully, but these errors were encountered: