Exhibition: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(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…“)
 
Zeile 1: Zeile 1:
= Links =
= Links =
* [[Exhibition-Workflow]]


= Motivation =
= Motivation =

Version vom 1. August 2021, 09:55 Uhr

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