Investigating how birds respond to a solar eclipse through community science
With the development of Solarbird, a community science app, we hope to encourage the public to connect with nature and the scientific process by collecting data on bird behavior throughout the progression of the eclipse. Solarbird will be accessible for individuals at all levels of expertise, from avid birders to young, budding naturalists, and data collection can happen anywhere – at home, a local park, or by looking through a window.






- Download and install Android Studio: 👉 Download Android Studio
- Download and install Flutter 3.16.8: 👉 Download Flutter Version 3.16.8 for your OS
- Open Android Studio and go to Terminal (bottom panel).
- Run the following command to clone the repo:
git clone https://github.com/seandixit/Solarbird.git cd Solarbird
- Run:
flutter pub get
- To launch the app on a connected Android device or emulator, run:
flutter run