- Adoptive Dialog: Replaced deprecated
showAlertDialog
method in context extension with a new implementation, ensuring compatibility with future versions of Flutter. - Color Extension Update: Enhanced and updated the color extension to align with the latest Flutter theming and color management practices.
- Flutter 3.27.1 Compatibility: Refactored the codebase to ensure compatibility with Flutter 3.27.1, addressing API deprecations and breaking changes.
- Light and Dark Theme Extensions: Introduced extensions for easier management of light and dark themes in Flutter.
separatedBy
Method: Added a newseparatedBy
method toListExtension
.
- Navigation Extension Update: Improved the functionality of the navigation extension.
- Navigation Extension Update: Further updates and optimizations to the navigation extension.
- Flutter Web WASM Support: Added support for Flutter Web with WASM (WebAssembly).
- Flutter 3.22.0 Compatibility: Updated the codebase to be compatible with Flutter 3.22.0.
- Flutter 3.19.6 Compatibility: Updated the codebase to be compatible with Flutter 3.19.6.
- Color, Theme, and Num Extensions: Added additional extensions for color, theme, and number handling.
- Flutter 3.19.1 Compatibility: Updated the codebase to be compatible with Flutter 3.19.1.
- Deprecated Classes: Removed deprecated classes as per Flutter 3.16.8.
- Flutter 3.16.5 Compatibility: Updated the codebase to be compatible with Flutter 3.16.5.
- Root Navigation: Added
rootNavigation
to the Navigator extension. - Documentation Updates: Improved and updated the project documentation.
- Flutter 3.13.9 Compatibility: Updated the codebase to be compatible with Flutter 3.13.9.
- Media Query Extension: By calling
MediaQuery.sizeOf(context)
, the widget will now rebuild only when the size changes, preventing unnecessary rebuilds. - Inherited Model Media Query: Added extensions for better handling of media queries using Inherited Model.
WindowPadding
: This feature was deprecated afterv3.8.0-14.0.pre
.
- Naming Issue in
Flexible
Extension: Corrected naming issues within theFlexible
extension.
Expandable
Extension: Introduced a new extension for expandable widgets.Flexible
Extension: Added a new extension to handle flexible layouts more easily.
- Documentation: Improved the project documentation for better clarity.
Opacity
Extension: Introduced an extension for better opacity control.
- Documentation: Updated project documentation.
- Flutter 3.7 Compatibility: Updated the project to support Flutter 3.7.
- Nil Widget: Added a new
Nil
widget for better handling of empty or null states.
- Documentation: Improved project documentation for easier usage.
- Documentation: Continued improving documentation.
- Flutter 3.0 Support: Updated the codebase to be compatible with Flutter 3.0.
- Documentation: Comprehensive update to the project documentation.
- Removed 2018 Text Style: Removed deprecated 2018 text style.
- Navigation Extension Rename: Renamed navigation extension. Refer to the README for more details.
- Num Extension: Introduced additional extensions for number handling.
- String Extension: Added new extensions for string manipulation.
- Alert Dialog Extension: Added new alert dialog extension.
- Documentation: Updated project documentation.
- Flutter SDK Constraint: Introduced a minimum Flutter SDK version of 2.10.
- Text Style Renaming: Updated text style names from 2018 to 2021 (
display
,headline
,title
,body
,label
, etc.).
- Documentation: Updated the project documentation.
- Example Updates: Updated the example code for clarity.
- Navigation Extension: Updated the navigation extension for better functionality.
- Num Extension: Added a new extension for handling numeric values.
- Example: Updated the example code to reflect the new changes.
- README: Updated the README file with more details.
- Avatar Widget: Introduced an
Avatar
image widget for profile images.
- Example: Updated the example code.
- README: Updated the README file.
- Example: Updated the example code.
- README: Updated the README file.
- Text Extension: Added an extension for
Text
widget manipulation. - Align Extension: Added an extension for
Align
widget manipulation. - Center Extension: Added an extension for
Center
widget manipulation. - Container Extension: Added an extension for
Container
widget manipulation. - Gesture Detector Extension: Added an extension for
GestureDetector
widget manipulation. - ToolTip Extension: Added an extension for
Tooltip
widget manipulation.
- URL Strategy for Web: Introduced a URL strategy for better handling of web URLs.
- Example Update: Updated the example to support null safety.
- Theme Extensions: Added new theme-related extensions for easier management.
- Platform Extensions: Added platform-specific extensions for better platform handling.
- Responsive Screen Extensions: Added extensions for responsive screen layouts based on screen size.
- Null Safety Migration: Migrated the project to full null safety support.
- Context Extension for
MediaQuery
: Added context extensions for better handling of media queries.
- Shimmer Extension: Added a new
Shimmer
extension for shimmer effects.
- BuildContext Extension: Added new extensions for
BuildContext
.
- Example: Updated the example.
- README: Updated the README file.
- Example: Added an example project.
- README: Added the
TEXT
Style Extension: Introduced aTEXT
extension for easier manipulation and usage of text styles.DATE
Extension: Added aDATE
extension for handling date-related operations.SizedBox
Extension: Added an extension forSizedBox
for more flexible and reusable sizing.