This is a Flutter application that demonstrates the use of various features such as Google Maps integration, location services, and notifications.
- Flutter SDK: Ensure you have Flutter installed on your machine. You can download it from flutter.dev.
- Android Studio or Xcode: Depending on your target platform, install Android Studio for Android or Xcode for iOS.
- Dependencies: Make sure you have all the necessary dependencies installed.
-
Clone the Repository:
git clone <repository-url> cd map_test
-
Install Dependencies:
flutter pub get
-
Configure Platforms:
- Android:
- Ensure you have an Android device or emulator set up.
- Change YOUR_API_KEY_HERE in android manifest to your real Api Key
- Run Flutter pub get and run the App
- iOS:
- Ensure you have an iOS device or simulator set up.
- Change YOUR_API_KEY_HERE in AppDelegate.swift manifest to your Real Api Key
- Run Flutter pub get and run the App
- Android:
-
Run on Android:
flutter run
-
Run on iOS:
flutter run
- Localization: The app supports localization. Ensure you have the necessary localization files in place.
- Permissions: The app requires various permissions such as location access and notifications. Ensure these are granted on your device.
- If you encounter any issues, ensure all dependencies are correctly installed and configured.
- Check the Flutter documentation for any platform-specific setup requirements.
This project is licensed under the MIT License.