awesome_extensions 2.0.20 awesome_extensions: ^2.0.20 copied to clipboard
An extension to the widget that helps to reduce the boilerplate and adds some helpful methods. and you can make responsive design.
Changelog #
[2.0.20] - 2024-12-21 #
Added #
- 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.
Changed #
- Flutter 3.27.1 Compatibility: Refactored the codebase to ensure compatibility with Flutter 3.27.1, addressing API deprecations and breaking changes.
[2.0.19] - 2024-10-26 #
Added #
- Light and Dark Theme Extensions: Introduced extensions for easier management of light and dark themes in Flutter.
separatedBy
Method: Added a newseparatedBy
method toListExtension
.
[2.0.18] - 2024-09-24 #
Changed #
- Navigation Extension Update: Improved the functionality of the navigation extension.
[2.0.17] - 2024-08-01 #
Changed #
- Navigation Extension Update: Further updates and optimizations to the navigation extension.
[2.0.16] - 2024-05-19 #
Added #
- Flutter Web WASM Support: Added support for Flutter Web with WASM (WebAssembly).
[2.0.15] - 2024-05-19 #
Changed #
- Flutter 3.22.0 Compatibility: Updated the codebase to be compatible with Flutter 3.22.0.
[2.0.14] - 2024-04-19 #
[2.0.13] - 2024-02-28 #
Changed #
- Flutter 3.19.1 Compatibility: Updated the codebase to be compatible with Flutter 3.19.1.
[2.0.12] - 2024-01-22 #
Removed #
- Deprecated Classes: Removed deprecated classes as per Flutter 3.16.8.
[2.0.11] - 2023-12-23 #
[2.0.10] - 2023-10-26 #
Changed #
- Flutter 3.13.9 Compatibility: Updated the codebase to be compatible with Flutter 3.13.9.
[2.0.9] - 2023-07-16 #
Added #
- 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.
[2.0.7] - 2023-04-21 #
Fixed #
- Naming Issue in
Flexible
Extension: Corrected naming issues within theFlexible
extension.
[2.0.6] - 2023-04-16 #
[2.0.5] - 2023-02-08 #
[2.0.4] - 2022-11-23 #
[2.0.2] - 2022-05-27 #
Changed #
- Flutter 3.0 Support: Updated the codebase to be compatible with Flutter 3.0.
[2.0.0] - 2022-05-01 #
Updated #
- 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.
Added #
- Num Extension: Introduced additional extensions for number handling.
- String Extension: Added new extensions for string manipulation.
- Alert Dialog Extension: Added new alert dialog extension.
[1.1.0] - 2022-03-12 #
Updated #
- 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.).
[1.0.8] - 2022-02-26 #
Updated #
- Documentation: Updated the project documentation.
- Example Updates: Updated the example code for clarity.
[1.0.7] - 2021-12-05 #
Updated #
- Navigation Extension: Updated the navigation extension for better functionality.
[1.0.6] - 2021-09-14 #
[1.0.5] - 2021-07-25 #
[1.0.4] - 2021-07-01 #
Updated #
- Example: Updated the example code.
- README: Updated the README file.
[1.0.3] - 2021-06-24 #
Added #
- 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.
[1.0.2] - 2021-06-09 #
Added #
- URL Strategy for Web: Introduced a URL strategy for better handling of web URLs.
- Example Update: Updated the example to support null safety.
[1.0.1] - 2021-04-26 #
Added #
- 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.
[1.0.0] - 2021-04-22 #
Changed #
- Null Safety Migration: Migrated the project to full null safety support.
[0.0.6] - 2021-04-03 #
Added #
- Context Extension for
MediaQuery
: Added context extensions for better handling of media queries.