KNC Mobile is a cross-platform mobile application for the Kalamazoo Nature Center. Built using the Flutter framework, the application's primary purpose is to display information about the nature center.
Major announcements
Events
Trail map
Trail information
Trail stop information
Trail stop information (QR code scanner)
Multi-page PDFs on nature-related topics
Contact information
Relevant addresses
Link to the KNC website
Ability to fetch content updates
https://docs.flutter.dev/get-started/install/windows/mobile?tab=download
git clone https://github.com/lazizjonalimov/MobileApp-KNC
Either connect a physical device with a USB cable, or boot an Android emulator.
In a terminal, navigate to the base directory of the cloned respository, and run the following command:
flutter run --profile
This will build, install, and run the application on the connected device.