- Initial release
- Edited the workflow name.
- Readme file shows Workflow status.
- CloudFirestore package dependency is now set to teh latest version.
- Fixed a bug in firestore_service class.
- Removed a few spaces that might have caused a bug.
- Fixed the package example & upgraded cloud_firestore to it's latest version.
- Added trailing search button to the search appbar.
- Depends on
cloud_firestore: ^0.14.0
- Added trailing search button to the search appbar.
- Depends on
cloud_firestore: ^0.16.0
- Removed most of the hard-coded color values.
- Depends on
cloud_firestore: ^0.14.0
- Fixed a glitch in search bar design.
- Depends on
cloud_firestore: ^0.14.0
- Depends on
cloud_firestore: ^2.2.2
- Sound null safety enabled
- Includes working example
- Working examples for Android, Ios & Web
- Fixes #5
- Search is more optimized
- FirestoreService class is now hidden outside the package.
- Includes separate widgets for
Search
andResults
FirestoreSearchBar
provides a search field that links toFirestoreSearchResults
using a stringtag
- Migrated to
cloud_firestore: ^3.1.4
- Documented separated widgets implementation.