A Flutter project for NAVI desktop app clone.
The flutter run commands:
# On web server
flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0
# On MacOS
flutter run -d macos
# On Windows
flutter run -d windows
# On Linux
flutter run -d linux
This project is a Flutter application.
A few resources to get you started:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.