A Flutter project based on a fictional produce and grocery app, created for the Flutter Development Series on Building Beautiful User Interfaces by Roman Just Codes.
Subscribe to my YouTube Channel.
Subscribe to the series for more upcoming videos.
Follow me on Twitter
- Make sure to add your Google Maps API key in the following files:
- Make sure to have the Directions API enabled on your Google Cloud Console account
- More info here
- Under the ios folder:
- ios/Runner/AppDelegate.swift (add the API Key and import the Google Maps Reference)
- ios/Runner/Info.plist (add the missing permissions)
- Under the android folder:
- android/app.src/main/AndroidManifest.xml (add the API Key entry and permissions)
- Make sure to have the Directions API enabled on your Google Cloud Console account
- pubspec.yaml: install the google_maps_flutter dependency
- Create your own Firebase project in Firebase Console
- Follow the steps on adding both an Android App and IOS App and install the corresponding SDK's
- Importing the configuration files (*.plist for IOS, *.json for Android)
- Installing the required Flutter packages in pub.dev:
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.