Skip to content

thaingo/flutter-tutorials

 
 

Repository files navigation

Flutter tutorials

The repo contains the source code for all the written tutorials by Filledstacks.

The tutorials in here are meant for beginner Flutter devs that has had some experience, atleast, running a Flutter application. It will cover a few topics. Please watch and star this repo to stay up to date on changes.

Turorials

Building a UI in Flutter - TikTok example: [ YouTube Video ] [ Part1 ] [Part2] [Source] - In this tutorial we break down the UI into Flutter Widgets, complete our layout and then tweak to get our final design to match our screenshots.

Smarter Flare Animations in Flutter - An Experiment [ Youtube Video ] [ Tutorial ] [ Source ] - In this tutorial we look at how to reduce animation boiler plate code in Flutter using some basic calculations and the Awesome Flare.

Using SmartFlare for Flare animation interactions [ Youtube Video ] [ Turorial ] [ Package Source ] [ Tutorial Source ] - In this tutorial I introduce my SmartFlare package that wraps normal FlareActors into a more interactable widget.

Flutter Foundation - Handling Async behaviour - From setState to Architecture [ Tutorial ] [ Source ] - In this tutorial I show how you to handle async functionality and all it's states starting with setState and working up to a reactive architecture using streams.

Overflown Stacks - A Guide to basic navigation in Flutter using Navigator [ CheatSheet ] [ Source ] - This repo contains an implementation of basic navigation using the code snippets defined in the guide.

Flutter + (Smart)Flare - Building a Gooey side menu [ Source ] [ Tutorial (Recording in Progress) ] - In this tutorial I go over the process of building a slideout menu in Flare. Then importing into Flutter and using SmartFlare to add some interactive functionality to it.

About

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 78.0%
  • Objective-C 14.8%
  • Java 7.2%