This project is a starting point for a Bah : Flood Alert Application. Features
- Flood Tracker
- Flood Info - Tips/Channels
- Flood Report/SOS
- Nearest PPS Tracker
Read here https://kbroman.org/github_tutorial/pages/fork.html
- Fork(top right button) this repo using your GitHub acc repo, then clone this file to your local
- Open it in VS code
- Navigate main.dart
- Choose device on the bottom blue bar of VS Code and an emulator (Installed through Android Studios Nexus 6 recommended)
- Once emulator ready, Run the main.dart with debugging.
- Create another .dart file for your own page/features/class.
- Navigate the buttons(in main.dart) to your class/page.
- Push into GitHub Reference GitHub Tutorial: https://www.youtube.com/watch?v=3Tn58KQvWtU or Read here https://kbroman.org/github_tutorial/pages/fork.html
- Add images in flutterui>assets file
- Declare new assets in flutterui>pubspec.yaml file by adding -assets/[imaganame].png
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.