This repository contains sample implementations and test projects for Google Navigation Flutter SDK.
iOS-specific test project demonstrating Google Navigation Flutter SDK integration for iOS. This project focuses on testing navigation session initialization, guidance features, and background navigation without map view display.
Key Features:
- Navigation session management
- Location permission handling
- Terms and conditions flow
- Background navigation guidance
- iOS 16.0+ compatibility
Setup:
cd ios_test
flutter pub get
# Pass your Google Maps API key using --dart-define
flutter run --dart-define=MAPS_API_KEY=YOUR_API_KEY
- Flutter SDK
- Google Maps API Key with Navigation SDK enabled
- iOS development environment (for minimun_test_project)
- Clone this repository
- Navigate to the specific project folder
- Follow the setup instructions in each project's README
- Add your Google Maps API key
- Run the project
Each project requires a Google Maps API Key with the following APIs enabled:
- Maps SDK for iOS/Android
- Navigation SDK for iOS/Android
Refer to individual project READMEs for specific setup instructions.