multiutillib 1.1.6
multiutillib: ^1.1.6 copied to clipboard
A new Flutter package with multiple utilities to use on the go and ease in development process.
1.1.6 23-09-2021 #
- Removed src folder and moved all files outside src.
1.1.5 23-09-2021 #
- Updated other packages used in this package.
- Added border radius field to Loading widget.
1.1.4 25-08-2021 #
- Resolved bug in ui helper's horizontal spacing.
- Now you can add text style to rich text widget individually.
1.1.3 30-07-2021 #
- Resolved bug in connectivity layout.
1.1.2 16-07-2021 #
- Optimized code after adding analysis options.
- Added UI Helpers and Custom App Bar.
1.1.1 10-06-2021 #
- Bug fixes after migrating to null safety.
1.1.0 31-05-2021 #
- Added new extension for formatting number in compact view.
- Migrated to Null Safety.
1.0.6 22-05-2021 #
- Fixed bug where margin was not applied to Default Button.
-
- Added parameter to increase height of Default Button.
1.0.5 25-03-2021 #
- Updated supporting packages version.
1.0.4 15-03-2021 #
- Added Custom Toggle Button.
- Added Custom Date Picker Dialog.
- Added Custom Date Range Picker Dialog.
1.0.3 12-03-2021 #
- Added shadow color option for MaterialCard widget.
- Code modification and removal of unwanted codes.
1.0.2 05-03-2021 #
- Added new extensions for ease of use for converting.
1.0.1 26-02-2021 #
- Added extensions for ease of use for converting.
1.0.0 26-02-2021 #
- Major Changes in package.
- Deprecated related methods used in extension.
- Added extensions for ease of use for converting.
0.0.6 25-02-2021 #
- Fixed bug in OTPTextField widget where entered otp was not available
- Updated DefaultButton to use ElevatedButton
0.0.5 24-02-2021 #
- Added new method for getting current app version
- Updated dependent package version.
0.0.4 21-01-2021 #
- Added comments for use.
- Added new utility methods.
0.0.3 29-12-2020 #
- Added formatting to documentation.
0.0.2 29-12-2020 #
- Added new method in Utils class for formatting number in given pattern.
- Added documentation for showing how to use the widgets and utilities.
0.0.1 26-12-2020 #
- Initial Release