Write your Code x3 times Faster !!
a useful Flutter extensions pack to enhance your development workflow and make your Code more Organized and readable
what is Flutter extentions
Extensions in Flutter are some custom methods that can be defined for certain Class Types to add more Functionalities even for Predefined Classes such as widgets ,Buildcontext,and data types (int , string , double ...).
installation :
- add the package into you app dependencies in pubspec.yaml
-
usage :
- import the package :
- then use it <3
content :
- Extensions for BuildContext Type such as Navigations, theming, Screen Sizes etc
-
-
- Extensions on Widgets
-
- Extensions on basic types such as integer and string
-
And much more <3