adaptive_widgets_flutter 0.1.5
adaptive_widgets_flutter: ^0.1.5 copied to clipboard
A Flutter package for supporting adaptive widgets for iOS and Android platform.
Changelog #
Version 0.1.5 #
- Update RefreshableScrollView default
refreshControlBackgroundColor
toColors.transparent
Version 0.1.4 #
- Added 12-hour format support for the Android time picker.
Version 0.1.3 #
- Added
key
support for refreshable scroll view.
Version 0.1.2 #
- Update README
Version 0.1.1 #
- Refactored
AdaptiveRefreshableScrollView
to improve code structure and maintainability. - Deprecated:
buildRefreshableScrollView
method. UseAdaptiveRefreshableScrollView
instead.
Version 0.0.26 #
- Fixed an issue where images were not displaying correctly on the pub.dev README.
- Updated image links in the README to use publicly hosted URLs from GitHub.
- No functional or API changes in this version.
Version 0.0.25 #
- Updated the README file with improved formatting and added
<img>
tags for all images. - No functional or API changes in this version.
Version 0.0.24 #
- Breaking Changes: The bottom action sheet now uses a
label
(Widget) parameter instead oftext
(String). - Updated the UI for the Android bottom action sheet.
- Added support for title and message in the bottom action sheet.
Version 0.0.23 #
- Added missing brightness params.
Version 0.0.22 #
- Introduced Time Picker functionality.
- Added brightness support for iOS widgets.
- Implemented refreshIndicatorBackgroundColor support for Android.
Version 0.0.21 #
- Enhanced the iOS widget to utilize the default Cupertino theme.
Version 0.0.20 #
- Refined the iOS Date Picker UI for improved user experience.
Version 0.0.19 #
- Updated the iOS Date Picker UI for consistency.
Version 0.0.18 #
- Resolved an issue preventing the override of the
useRootNavigator
parameter.
Version 0.0.17 #
- Disabled the back gesture for dialogs when
dismissible
is set totrue
on Android devices.
Version 0.0.16 #
- Introduced the
useRootNavigator
parameter for dialogs and action sheets.
Version 0.0.14 #
- Improved documentation for better clarity and usability.
Version 0.0.13 #
- Added padding support for the refreshable scroll view.
Version 0.0.12 #
- Expanded padding support for the refreshable scroll view.
Version 0.0.11 #
- Fixed a bug where the refreshable scroll view header was not functioning as expected.
Version 0.0.10 #
- Corrected an issue where dialogs failed to pop properly.
Version 0.0.9 #
- Lowered SDK constraints to improve compatibility.
Version 0.0.8 #
- Conducted code cleanup for enhanced maintainability.
Version 0.0.5 #
- Updated the example project for demonstration purposes.
Version 0.0.4 #
- Added support for adaptive bottom sheets.
Version 0.0.1 #
- Initial release of the library.