- More configurations for the NiceOnboarding.
- Deprecate global onboarding config in favor of local widget config.
- Add onboarding
bypass
callback.
- Add
VersionUtils
- Add copyWith functions to
NiceFilterQueryModel
. - Make
NiceBaseListCubit
not lazy whenconfig.autoLoad
istrue
.
- Upgrade dependencies
- BREAKING:
BaseListConfigData
now takes an array of order.
RadioExpandableProvider
now reacts to initial expanded key changes.
- Added
onBeforeSearch
callback toNiceBaseListSearchBar
.
- Fix
NiceAuth
listeners triggering too often
- Deprecate
NiceBaseListBody.emptyStateBuilder
in favor ofNiceBaseListEmptyState
- Fix for introduction screen
- Add NiceLocalizations extension (
context.translate("key")
)
- Fix worst base list typings
- Upgrade dart sdk min version to 3.0.0
- Fix inverted condition in
NiceBaseListCubit.removeValuesWhere
- Add loading opacity to
NiceBaseListLoading
- Apply lints
- Fixed typings for NiceAuth (form 1.4.20)
RC for version 2.
- Major base list refactor.
- Dart 3 changes.
- Added some utils.
- Fix for base list
- Lints
- Fixed typings for NiceAuth
- Added padding to
NiceOnboarding
.
- Added safearea in
NiceOnboarding
.
- Changed deprecated background theme color usage in onboarding.
- Dart 3.0 deprecation warning fixes
- Changed onboarding to comply with Apple's guideline
- Added
NiceLocalizationsConfig
- Upgrade firebase version
- Page view form: pressing back when on first page will now pop
- Onboarding layout fixes
- Added absorb pointer and opacity overlay to NiceLoadingOverlay.
- Added a NiceSignInConfig with the autofillEmailAndPassword argument to NiceSignIn
- Minor UI improvements
- Added the
loading
option to theNiceBaseListCubit.load
method.
- Remove "raw" argument and move it to a new function.
- Added "raw" argument to NiceLocalizations' translate method to return translation as a json object if a node is reached instead of a leaf.
- Update dependencies
- Added batch method to NiceFutureUtils
- Update dependencies
- Added loadOnInit callback to the NiceBaseList
- Fixes for Flutter 3.0
- Added onCubitCreated callback to NiceBaseList
- Added onChanged callback to RadioExpandable & RadioExpandableCard
- Added RadioExpandableProvider
- Added RadioExpandable
- Added RadioExpandableCard
- Added NiceFutureUtils
- Added NicePageViewForm
- Added NiceCaseUtils
- Added NiceJwtUtils
- Added NiceAuth
- Added NiceSignIn
- Initial release