Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esenmx/firecraft
The ultimate companion for building Firestore applications with Flutter
https://github.com/esenmx/firecraft
cloud-firestore dart firebase firebase-firestore flutter helpers-library widgets
Last synced: about 2 months ago
JSON representation
The ultimate companion for building Firestore applications with Flutter
- Host: GitHub
- URL: https://github.com/esenmx/firecraft
- Owner: esenmx
- License: mit
- Created: 2022-01-27T09:48:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T09:38:59.000Z (about 1 year ago)
- Last Synced: 2023-10-13T03:40:13.755Z (about 1 year ago)
- Topics: cloud-firestore, dart, firebase, firebase-firestore, flutter, helpers-library, widgets
- Language: Dart
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WORK IN PROGRESS
# firecraft
A comprehensive companion package for `Cloud Firestore` apps.
## Features
- Full Text Search support(with limitations, please read below)§
- Pagination scrollables for both `Live` and `Static` Query's
- [JsonConverter][JsonConverter]'s for [Blob][Blob], [Timestamp][Timestamp], [Duration][Duration] types, additionally optimizers like [NestedArray]
- [Unmodifiable Collection] methods like `copyAdd`, `copyRemove` and much more...
- Many helpers## Full Text Search
Two types of text searches are supported:
### textSearchMap / containsAll
`textSearchMap`
### textSearchMap / containsAny
[JsonConverter]:https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
[Blob]:https://pub.dev/documentation/cloud_firestore_platform_interface/latest/cloud_firestore_platform_interface/Blob-class.html
[Duration]:https://api.dart.dev/be/180361/dart-core/Duration-class.html
[Timestamp]:https://pub.dev/documentation/cloud_firestore_platform_interface/latest/cloud_firestore_platform_interface/Timestamp-class.html