-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ProjectAJ14/3.13.5
Updated plugins & README.md
- Loading branch information
Showing
6 changed files
with
129 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## [1.1.3] - Updated plugins & README.md | ||
|
||
## [1.1.2] - Update plugins | ||
|
||
## [1.1.1+1] - Updated README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,62 @@ | ||
# ns_firebase_utils | ||
# Flutter Firebase Utilities | ||
|
||
🦾 Set of methods/extensions for firebase that makes using framework in a much easier and clean way also adds additional functionality. | ||
🚀 This package provides a comprehensive set of methods and extensions for Firebase, simplifying its integration into your Flutter projects while also adding valuable functionality. | ||
|
||
###Contributors | ||
<br> | ||
<div align="center" > | ||
<a href="https://github.com/ProjectAJ14/ns_firebase_utils/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=ProjectAJ14/ns_firebase_utils" /> | ||
</a> | ||
</div> | ||
<br> | ||
|
||
## Let's get started | ||
## Getting Started | ||
|
||
1. Go to `pubspec.yaml` | ||
2. add a ns_firebase_utils and replace `[version]` with the latest version: | ||
1. Open your `pubspec.yaml` file. | ||
2. Add `ns_firebase_utils` as a dependency, replacing `[version]` with the latest release: | ||
|
||
```yaml | ||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
ns_firebase_utils: ^[version] | ||
``` | ||
3. click the packages get button or *flutter pub get* | ||
## Import the package | ||
3. Run `flutter pub get` or click the "Packages get" button in your IDE. | ||
|
||
## Importing the Package | ||
|
||
```dart | ||
import 'package:ns_firebase_utils/src.dart'; | ||
``` | ||
|
||
## What's in the box | ||
## What's Included | ||
|
||
A single plugin to add all firebase dependencies at once. | ||
This package offers a single plugin that conveniently adds all necessary Firebase dependencies to your project: | ||
|
||
```yaml | ||
cloud_firestore: ^4.2.0 | ||
cloud_functions: ^4.0.6 | ||
fake_cloud_firestore: ^2.1.0 | ||
firebase_analytics: ^10.0.7 | ||
firebase_auth: ^4.2.1 | ||
firebase_core: ^2.4.0 | ||
firebase_crashlytics: ^3.0.7 | ||
firebase_dynamic_links: ^5.0.9 | ||
firebase_messaging: ^14.1.4 | ||
firebase_remote_config: ^3.0.7 | ||
firebase_storage: ^11.0.8 | ||
cloud_firestore: ^4.9.2 | ||
cloud_functions: ^4.4.1 | ||
fake_cloud_firestore: ^2.4.1+1 | ||
firebase_analytics: ^10.5.0 | ||
firebase_auth: ^4.10.0 | ||
firebase_core: ^2.16.0 | ||
firebase_crashlytics: ^3.3.6 | ||
firebase_dynamic_links: ^5.3.6 | ||
firebase_messaging: ^14.6.8 | ||
firebase_remote_config: ^4.2.6 | ||
firebase_storage: ^11.2.7 | ||
``` | ||
|
||
Along with awesome set of methods to help you develop faster. | ||
Additionally, it provides a powerful set of methods to accelerate your development process. | ||
|
||
## Thanks To All The Contributors | ||
|
||
## Contributing | ||
<div align="center"> | ||
<a href="https://github.com/ProjectAJ14/ns_firebase_utils/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=ProjectAJ14/ns_firebase_utils" /> | ||
</a> | ||
</div> | ||
|
||
## How to Contribute | ||
|
||
There are several ways to contribute to this project: | ||
|
||
There are couple of ways in which you can contribute. | ||
- Propose any feature, enhancement | ||
- Report a bug | ||
- Fix a bug | ||
- Participate in a discussion and help in decision making | ||
- Write and improve some **documentation**. Documentation is super critical and its importance | ||
cannot be overstated! | ||
- Send in a Pull Request :-) | ||
- Propose new features or enhancements. | ||
- Report bugs you encounter. | ||
- Contribute fixes for existing bugs. | ||
- Engage in discussions and help make important decisions. | ||
- Enhance and maintain documentation, as it plays a critical role in project success. | ||
- Submit a Pull Request to contribute your code changes. 😊 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.