Skip to content

vitorTheDev/flutter-hooks-fab-animation-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this fork

Inspired by flutter's StatefulBuilder, I tried to make it easier to implement some simple hooks that still depend on the hook lyfecycle (initHook, dispose, etc) by creating the LifecycleHook class. This class is a generic hook that holds state of type T so you can use it to store mostly anything. It's constructor receives functions that will be called whenever the underlying hook's lifecycle functions are called, like a proxy.


Flutter Hooks - Hide FAB Animation Tutorial

Learn from πŸ‘‰ this post πŸ‘ˆ.

Find more tutorials on resocoder.com



Reso Coder
Be prepared for real app development

About

A fork of the "Flutter Hooks - Hide FAB Animation Tutorial" using a generic hook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 85.4%
  • Kotlin 7.3%
  • Swift 6.7%
  • Objective-C 0.6%