Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 402 Bytes

My first Flutter application

My first baby step in the learning process.

University Campus Survey App

This is the first flutter application.

This application is a feedback survey for a university campus.

Learnings from this project

  1. Writing classes and functions in Dart.
  2. Widgets and their states. (Stateless and Stateful)
  3. Coding conventions in Flutter. (One Widget in one class)