- fix loading by @zlhz
- Show selected item first by @domenicrz
- Dialog Label: make it possible to use Widget by @davidsdearaujo
- Flutter 3.13.0 compatibility
Migrated to NullSafety [more]
Following the Flutter 2.0, this package has been migrated to Null Safety
Now, the content from rxdart is migrated to local, on the folder rxdart. This prevents incompatibilities between the version of rxdart in the project and the package.
Use 'hintText' property from searchBoxDecoration
- searchBoxMaxLines
- searchBoxMinLines
- searchHint
- emptyBuilder [Closes #11]
- loadingBuilder
- errorBuilder
- Common fix
- Added searchBoxDecoration property
- Added show or hide searchbox capability
- Initial Commit