jin_widget_helper 2.0.2
jin_widget_helper: ^2.0.2 copied to clipboard
A package that contain many custom Widget and utility that help decrease your development time on creating custom Widget.
2.0.2 30 March 2021 #
- fix JinLoadingButton
2.0.1 6 March 2021 #
- fix deprecation of JinLoadingButton
2.0.0 6 March 2021 #
- Code improvement
- Mark as done
1.7.2 12 February 2021 #
- rework Paginated Widget condition
- JinSimpleDialog now has a child parameter
1.7.1 2 February 2021 #
-
JinLoadingButton onPressed callback now support FutureOr
-
rework Paginated Widget condition
-
BREAKING CHANGE:
- remove obs extension
1.7.0 25 January 2021 #
- Update LoadingWidget of ActionButton and JinLoadingButton
1.6.1 22 Decemeber 2020 #
- Add ShadowInputBorder
1.6.0 15 Decemeber 2020 #
-
Add SmallUnderlineTabIndicator
-
deprecated JinMediaCard
-
BREAKING CHANGE:
- All enum value has been change to lowercase letter
- Remove and rework JinFormValidation, if you get an error please create your own custom validator
1.5.4 14 Decemeber 2020 #
- Widgets improvement
1.5.3+1 18 November 2020 #
- Fix Paginated widget bugs
1.5.3 18 November 2020 #
- PaginatedGridView and PaginatedListView now can be use in another scrollView widget
- Add DotTabIndicator
- Other widget improvement
- CustomBackButton widget improvement
1.5.2 09 November 2020 #
- Fix JinAccordion issue
- add startIcon and endIcon to JinLoadingButton
- add width and height to JinLoadingButton
- CustomBackButton widget improvement
1.5.1 02 November 2020 #
- Extension improvement
- improve StreamHandler and FutureHandler error widget
- update dependency package
1.5.0 15 Obtober 2020 #
-
BREAKING CHANGE:
- JinExpandableCard now rename to JinExpandable
-
Add JinMediaCard
-
Add JinLoadingButton
-
Add PaginatedGridView
-
Add LoadingMixin - a mixin with a bool ValueNotifier and toggleLoading function
-
Add divider and onEmpty to PaginatedListview
-
StreamHandler And FutureHandler error param now is a dynamic instead of string
-
Add onError field to StreamHandler
-
Fix CustomBackButton doesn't work properly
-
Fix cssSpacing
-
Add Locale to formatDate
-
more extension improvement
-
Update more example
-
Update README for example
1.4.7 28 September 2020 #
- BREAKING CHANGE:
- ActionButton isLoading change to loadingNotifier
- ActionButton stretch change to fullWidth
- JinWidget.PlatFormLoading now has color params
- new Mixin: FormPageMixin: provide formKey and loadingNotifier
- Fix Action button null onPressed
1.4.6 14 September 2020 #
- All Widget improvement
- Add pop method to JinNavigator
1.4.5 9 September 2020 #
- All Widget improvement
- Add BorderSide to SmallIconButton and SmallFlatButton
1.4.4 7 September 2020 #
1.4.3+1 30 August 2020 #
- Fix bug on Jin dialog
1.4.3 30 August 2020 #
- Improvement on all widget
1.4.2+1 25 August 2020 #
- Minor change on JinAccordion and JinExpandableCard
1.4.2 25 August 2020 #
- Minor change on JinAccordion and JinExpandableCard
1.4.1 8 August 2020 #
- Add PaginatedListView
1.4.0 8 August 2020 #
- Add NoSplashFactory
- All Widget improvement
1.3.9 21 July 2020 #
- Add JinExpandableText
- Add JinExpandableCard
- Add support for web platform
1.3.8 3 July 2020 #
- Add JinAccordian
1.3.7 3 July 2020 #
- Add more Formvalidator
- Add marginValue and paddingValue
- Fix ConnectionChecker's bug on iOS
1.3.6 25 June 2020 #
- Add AfterBuildMixin
- Add ConditionalWidget
- Fix JinConfirmationDialog bugs
1.3.5+1 23 June 2020 #
- Fix ConnectionChecker bugs
- Fix code format
1.3.5 19 June 2020 #
- Minor bug fix and improvement
- Add JinPlatformChecker
- Add JinConfirmationDialog
- Organize files
1.3.4 15 June 2020 #
- Minor bug fix and improvement
- Add JinNavigator
1.3.3 10 June 2020 #
- Minor bug fix and improvement
- Add validateNumber to FormValidator
- Add SmallFlatButton
- Breaking change: ValueHandler has been rename to ValueObserver
1.3.2 3 June 2020 #
- Minor bug fix and improvement
1.3.1 25 May 2020 #
- Add icon field to ActionButton
- Minor bug fix and improvement
1.3.0 20 May 2020 #
- Breaking change on UIHelper (change to JinWidget)
- Breaking change on ColorUtils (change to JinColorUtil)
- Breaking change on GeneralMessageDailog (change to JinSimpleDialog)
- Other code improvement
1.2.2+1 15 May 2020 #
- Fix Future and Stream bugs
1.2.2 15 May 2020 #
- Add more documentation and breaking change on FormValidator
1.2.1+2 13 May 2020 #
- Fix ActionButton bugs
1.2.1+1 13 May 2020 #
- Bug fixes
1.2.1 13 May 2020 #
- Add textColor to Widget Extension
- Add fromRGB in ColorUtils
- Add SpaceX and SpaceY
- Add radius to UIHelper
1.2.0 5 May 2020 #
- Minor fix and improvement
- Add MiniListTile
- Add Valuehandler
- Add More extension
- Update README
1.1.3 1 May 2020 #
- Add CssSpace
1.1.2 30 April 2020 #
- Add ChoiceBottomSheet
1.1.1 30 April 2020 #
- Fix import
1.1.0 30 April 2020 #
- Add FutureHandler
- Add Widget extension
- Refractor some code
1.0.11 22 April 2020 #
- Fix connection checker error
1.0.6 17 April 2020 #
- Add textstyle extension
1.0.5 16 April 2020 #
- Change WidgetHelper to UIHelper
1.0.4 15 April 2020 #
- Add new example
1.0.3 14 April 2020 #
- Add License
1.0.2 14 April 2020 #
- update README.md
1.0.1 14 April 2020 #
- fix intl package
1.0.0 14 April 2020 #
- Add Connection checker
- Add App extension
- Add Badge Button
- Add Form validator
- Add General Dialog
- Add Custom back button
0.1.1 14 April 2020 #
- Add Example and documentation
0.0.2 13 April 2020 #
- Add Action Button
0.0.1 13 April 2020 #
- Initial release