-
Notifications
You must be signed in to change notification settings - Fork 128
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
You updated plugin to null-safety, but didn't update example, example doesn't work #22
Comments
+1 |
@unknowndev00 I migrated the example code, but had to disable DotEnv. Here you go: `import 'dart:typed_data'; import 'package:flutter/material.dart'; void main() async { class MyApp extends StatelessWidget { class HomePage extends StatefulWidget { class _HomePageState extends State { @OverRide @OverRide void autoCompleteSearch(String value) async { class DetailsPage extends StatefulWidget { DetailsPage({Key? key, this.placeId, this.googlePlace}) : super(key: key); @OverRide class _DetailsPageState extends State { _DetailsPageState(this.placeId, this.googlePlace); DetailsResult? detailsResult; @OverRide @OverRide void getDetils(String placeId) async {
} void getPhoto(String photoReference) async { |
shrinkWrap: true in ListView.builder. |
You updated the plugin to null-safety, but didn't update the example.
The text was updated successfully, but these errors were encountered: