This repository contains the first increment of work on a mockup of the Agile Garden Club application. It contains around a dozen pages along with simple navigation.
Here are screen shots that illustrate current application state. We use the flutter_markdown package to provide information on what should appear in a page when we haven't gotten around to actually mocking up the contents.
Click on any screen shot to see it full-size.
This app can only be run locally in development mode. To install and run:
- Clone this repository to your computer.
- Bring up an IDE such as IntelliJ on the repository.
- Run the app within a simulator.
Unfortunately, dart doc
does not yet provide useful documentation for this mockup, since almost all of the code resides in the src
directory. This should be addressed soon, see dart-lang/dartdoc#3096.