conference tracker management
this is a flutter project for tracking conferences and generating a schedule from input. the conference has multiple tracks each of which has a morning and afternoon session. each session contains multiple talks. morning sessions begin at 9am and must finish by 12 noon, for lunch. afternoon sessions begin at 1pm and must finish in time for the networking event. the networking event can start no earlier than 4:00 and no later than 5:00. no talk title has numbers in it. all talk lengths are either in minutes (not hours) or lightning (5 minutes).
getting started
- you need to have the flutter sdk installed.
- buy this source on your computer with the following command:
lesliearkorful/conference-tracker-management.git
- depending on the configuration you chose from the flutter installation documentation, start a debug session and have a live preview of the app.
dependencies
this project uses the rxdart package for streams.
the flutter_test
package is pre-installed in flutter for running widget tests.
dependencies:
rxdart: ^0.22.0
dev_dependencies:
flutter_test:
sdk: flutter
management
to run tests (widget testing precisely), run the following command (by terminal) in the root folder.
flutter test
screenshots
screenshots of the four screens of the app.
Comments are closed.