An open API service indexing awesome lists of open source software.

https://github.com/seyf1elislam/flutter_common_extensions

a pack of Usefull flutter extentions
https://github.com/seyf1elislam/flutter_common_extensions

flutter flutter-extension flutter-extensions flutter-plugin

Last synced: about 1 year ago
JSON representation

a pack of Usefull flutter extentions

Awesome Lists containing this project

README

          

# 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](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/73075602-77ce-4731-b4cb-e73427625c2b)
* or github
* ![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/a459af85-a0c2-4f18-af3e-8d123fdae045)

## usage :
* import the package :
* ![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/1c2717f1-799f-4b48-a981-f4c1f04c3cf9)
* then use it <3
* ![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/cf3df0d6-9fc7-420d-b2b9-96b1930e0629)

## content :
* Extensions for BuildContext Type such as Navigations, theming, Screen Sizes etc
* *![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/4587378e-98a0-4557-87bf-1c6e851d6c76)
* *![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/ea1684c4-8bc0-4356-8462-f06c6861d5e5)
* Extensions on Widgets
* *![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/1c9f23e2-94e8-4283-a556-0f647807027d)
* Extensions on basic types such as integer and string
* *![image](https://github.com/seyf1elislam/flutter_common_extensions/assets/40665383/8a82025c-8aaf-419d-9b38-2709acebc01e)
*
And much more <3