Skip to content

ishafiul/bari_koi_map_with_autocomplete

Repository files navigation

BariKoi Map with Autocomplete - Flutter Project

Screenshots

Image 1 Image 2 Image 3
Image 4 Image 5 Image 6

Run

Edit .env file

  • Create a new file named .env in the root directory of the project.
  • Add the following content to the .env file, replacing <HOST> with the Bari Koi API host and <YOUR_KEY> with your Bari Koi API key.
# https://barikoi.xyz/v2/api
BARIKOI_HOST_API=<HOST>

BARIKOI_API_KEY=<YOUR_KEY>

Generate Code

Run the following command in the terminal to generate necessary code.

flutter pub run build_runner build --delete-conflicting-outputs

Run the Application

Once you've completed the setup steps, you can run the Flutter project.

flutter run

About

Flutter app that Implement Barikoi API's and Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published