Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Test Application

This is a Flutter application that demonstrates the use of various features such as Google Maps integration, location services, and notifications.

Steps to Run the App

Prerequisites

  1. Flutter SDK: Ensure you have Flutter installed on your machine. You can download it from flutter.dev.
  2. Android Studio or Xcode: Depending on your target platform, install Android Studio for Android or Xcode for iOS.
  3. Dependencies: Make sure you have all the necessary dependencies installed.

Setup

  1. Clone the Repository:

    git clone <repository-url>
    cd map_test
  2. Install Dependencies:

    flutter pub get
  3. 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

Running the App

  1. Run on Android:

    flutter run
  2. Run on iOS:

    flutter run

Additional Notes

  • 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.

Troubleshooting

  • If you encounter any issues, ensure all dependencies are correctly installed and configured.
  • Check the Flutter documentation for any platform-specific setup requirements.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages