Exhibition
Links
Motivation
Exhibition is a Flutter framework for developing an Flutter app very quickly.
Glossary
- A module is an object normally stored in one database table. Example: the module Users handles data of a user who can login to the app.
- basic actions are: new' ("create"), edit ("change"), list ("show overview") and standard ("user defined")
- A page is a dialog for exactly one basic action of a module. The page name is normally the name of the basic action, but can be changed. Normally each module has the pages new, edit and list.
Installation
- clone the Git project exhibition from github
- create a Flutter project (with A