Skip to content

f4rg0/Flutter-Basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Basics


This repo contains small and easy to understand code snippets for some of the basic flutter widgets.

To run any of the examples

  • Download the lib folder for that example.

  • Create a default flutter demo project.

  • Replace the lib folder of your project with downloaded lib folder.

  • Build, run and pray that it works!

If you have been living under a rock and don't know what flutter is

  • Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

  • For more info head on over to flutter.dev.

Didn't understand something

  • All the code is mostly self-explanatory but still if you have any doubt check this channel.

Note: Some examples are based on external packages and Firebase. So they will not work straight out of the box.

About

Example code files to understand how different flutter widgets work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%