Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.19 KB

Circly

A website created with Flutter and allowing to display a circle of radius 100km around 6 addresses (maximum).

Release your own version

If you want to release your own version of the project:

  • Change the keys of Google Maps (Google Maps Javascript API) and Mapbox in the web\index.html and the main.dart files (The keys presents in the files are limited to https://ionys.ga/circly).
  • Get the packages (with "flutter pub get")
  • Build (with "flutter build web") Good to know: Actually, the web features of Flutter are only available in bêta or master channels (not in production channel). Be sure to have a good version of Flutter before building the website.

Getting Started (from original README generated by Flutter)

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.