Exhibition

Aus Info-Theke
Version vom 1. August 2021, 08:54 Uhr von Hamatoma (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= Links = = Motivation = Exhibition is a Flutter framework for developing an Flutter app very quickly. = Glossary = * A '''module''' is an object normally st…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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