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
- Host: GitHub
- URL: https://github.com/seyf1elislam/flutter_common_extensions
- Owner: seyf1elislam
- License: mit
- Created: 2023-10-05T19:24:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T22:55:21.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:51:26.119Z (about 1 year ago)
- Topics: flutter, flutter-extension, flutter-extensions, flutter-plugin
- Language: Dart
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 :
## installation :
* add the package into you app dependencies in pubspec.yaml
* from pub.dev
* 
* or github
* 
## 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