Flutter note application is a simple note keeping application created for learning purpose. Some basic functionalities of flutters are used in this applications like:-
- Passing Data from one screen to another screen.
- Use of third party package.
- Use of Async and Awaits
- Creating model
- Loading data from a list using StaggeredGridView
- Form Validation
- TextFormField
What is the use of StaggeredGridView?
A Flutter staggered grid view which supports multiple columns with rows of varying sizes.
- Configurable cross-axis count or max cross-axis extent like the GridView
- Tiles can have a fixed main-axis extent, or a multiple of the cell's length.
- Configurable main-axis and cross-axis margins between tiles.
- SliverStaggeredGrid for using in a CustomScrollView.
- Staggered and Spannable grid layouts.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.