flutter todo app with getx
building a list to do app with flutter.
screenshots
homescreen | add todo | edit todo |
why flutter?
installation
to run this project on your own, do the following:
- download this project.
- run
flutter pub get
. - run the project using
flutter run
or using your ide’s tools.
for help getting started with flutter, view the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.
contributing
pull requests are welcome. for major changes, please open an issue first to discuss what you would like to change.
Comments are closed.