f4rg0 / Flutter-Basics

Example code files to understand how different flutter widgets work.

Home Page:https://www.youtube.com/playlist?list=PLiZZKL9HLmWOpVlSALSqQSv_KO4w5MLos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.youtube.com/playlist?list=PLiZZKL9HLmWOpVlSALSqQSv_KO4w5MLos

License:MIT License


Languages

Language:Dart 100.0%