Givtimer is a pomodoro and time management cross-platform application built using Flutter framework. It can be run on desktop, web and mobile as well with responsive and adaptive UI made to look good on every screen sizes.
- Fork the repository and add your own Firebase project to this flutter app. For help refer here
- Enable web and desktop support using the command
flutter config --enable-macos-desktop --enable-web --enable-linux-desktop
. For more devices checkflutter config --help
- Run the project using
flutter run --debug
orflutter run --release