Skip to content

seyf1elislam/flutter_common_extensions

Repository files navigation

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 ...).

Open in pub.dev :

pub.dev

installation :

  • add the package into you app dependencies in pubspec.yaml
  • from pub.dev
  • image
  • or github
  • image

usage :

  • import the package :
  • image
  • then use it <3
  • image

content :

  • Extensions for BuildContext Type such as Navigations, theming, Screen Sizes etc
  • *image
  • *image
  • Extensions on Widgets
  • *image
  • Extensions on basic types such as integer and string
  • *image

And much more <3