firestore_search 0.2.0
firestore_search: ^0.2.0 copied to clipboard
This package helps developers to implement cloud_firestore search in their apps.
0.0.1 10-Jan-2021. #
- Initial release
0.0.2 11-Jan-2021. #
- Edited the workflow name.
0.0.3 11-Jan-2021. #
- Readme file shows Workflow status.
0.0.4 16-Jan-2021. #
- CloudFirestore package dependency is now set to teh latest version.
0.0.5 19-Jan-2021. #
- Fixed a bug in firestore_service class.
0.0.6 19-Jan-2021. #
- Removed a few spaces that might have caused a bug.
0.0.7 19-Jan-2021. #
- Fixed the package example & upgraded cloud_firestore to it's latest version.
0.0.8 27-Jan-2021. #
- Added trailing search button to the search appbar.
- Depends on
cloud_firestore: ^0.14.0
0.0.9 21-Feb-2021. #
- Added trailing search button to the search appbar.
- Depends on
cloud_firestore: ^0.16.0
0.1.0 21-Feb-2021. #
- Removed most of the hard-coded color values.
- Depends on
cloud_firestore: ^0.14.0
0.1.1 21-Feb-2021. #
0.1.2 21-Feb-2021. #
- Fixed a glitch in search bar design.
- Depends on
cloud_firestore: ^0.14.0
0.1.3 17-June-2021. #
- Depends on
cloud_firestore: ^2.2.2
0.1.4 6-Oct-2021. #
- Sound null safety enabled
- Includes working example
- Working examples for Android, Ios & Web
0.1.5 7-Oct-2021. #
- Fixes #5
- Search is more optimized
Release [0.1.6] - 21-Oct-2021. #
- FirestoreService class is now hidden outside the package.
Release [0.1.7] - 10-Nov-2021. #
- Includes separate widgets for
SearchandResults FirestoreSearchBarprovides a search field that links toFirestoreSearchResultsusing a stringtag
Release [0.1.8] - 13-Dec-2021. #
- Migrated to
cloud_firestore: ^3.1.4
Release [0.1.9] - 13-Dec-2021. #
- Documented separated widgets implementation.
Release [0.2.0] - 06-June-2023. #
- Dependencies updated