Skip to content

Commit

Permalink
Merge pull request #3 from ProjectAJ14/3.13.5
Browse files Browse the repository at this point in the history
Updated plugins & README.md
  • Loading branch information
ProjectAJ14 authored Sep 29, 2023
2 parents e9ff08a + 21d260b commit e47c41a
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 126 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
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
Expand Down
6 changes: 1 addition & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
ns_utils

MIT

Copyright 2020 Nonstop io Technologies Pvt Ltd
Copyright 2023 Nonstop io Technologies Pvt Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
75 changes: 36 additions & 39 deletions README.md
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. 😊
2 changes: 1 addition & 1 deletion lib/analytics/analytics_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AppAnalytics implements FirebaseAnalytics {
@override
Future<void> setCurrentScreen({
required String? screenName,
String screenClassOverride: 'Flutter',
String screenClassOverride = 'Flutter',
AnalyticsCallOptions? callOptions,
}) async {
await _firebaseAnalytics.setCurrentScreen(
Expand Down
Loading

0 comments on commit e47c41a

Please sign in to comment.