/flutter_agc_mockup_1

Example Phase 1 mockup application

Primary LanguageDart

Flutter mockup of the Agile Garden Club app (Phase 1)

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.

Screen shots

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.

Splash, signin, and signup pages:

       

Home page: My News, My Gardens, My Discussions

       

Navigation Drawer, Gardens, and Chapters pages

       

Outcomes, Seeds, Members pages

       

Discussions page

Installation

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.

DartDoc

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.