dwyl / dwyl/learn-flutter

Most used widgets?

Open
#78 1 comment 2 reactions 0 assignees View on GitHub
documentation enhancement research technical
Dominant language
JavaScript
Stars
98
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Flutters contains a lot of Widgets and it might look difficult to know which ones to use for your application.
see the list of widgets here: https://docs.flutter.dev/development/ui/widgets

However we don't need to learn and know all of them to be able to create a nice Flutter application.
If we apply the [Pareto principle](https://en.wikipedia.org/wiki/Pareto_principle)(80/20 rule) to learning Flutter widgets, we can reduce the number of widgets to know how to use to a dozen (maybe less?) and be efficient at creating the apps' UI.

Which are these Widgets?
- MaterialApp
- Scaffold
- AppBar
- Container
- Center
- Text
- Column
- Row

What else?

The Flutter doc has also a section on the list of basic widgets to know: https://docs.flutter.dev/development/ui/widgets/basics

My goal is to practice using this widgets to be able to build nice UI as fast as possible.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.