Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusbaba committed Mar 5, 2021
1 parent be5adf7 commit 74d189d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.4
* update README
* upgraded dependencies aligned with Flutter2

## 2.2.3
* updates for pub analysis feedback
* upgraded dependencies aligned with Flutter2
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ You should ensure that you add GeoFlutterFire as a dependency in your flutter pr

```yaml
dependencies:
geoflutterfire: <latest-version>
geoflutterfire2: <latest-version>
```
You can also reference the git repo directly if you want:
```yaml
dependencies:
geoflutterfire:
git: git://github.com/DarshanGowda0/GeoFlutterFire.git
geoflutterfire2:
git: git://github.com/beerstorm-net/GeoFlutterFire2.git
```
You should then run `flutter packages get` or update your packages in IntelliJ.
You should then run `flutter pub get` or update your packages in IntelliJ.

## Example

Expand All @@ -41,7 +41,7 @@ There is a detailed example project in the `example` folder. Check that out or k
You need a firebase project with [Firestore](https://pub.dartlang.org/packages/cloud_firestore) setup.

```dart
import 'package:geoflutterfire/geoflutterfire.dart';
import 'package:geoflutterfire2/geoflutterfire2.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
// Init firestore and geoFlutterFire
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geoflutterfire2
description: GeoFlutterFire2 is an open-source library that allows you to store and query firestore documents based on their geographic location.
version: 2.2.3
version: 2.2.4
homepage: https://github.com/beerstorm-net/geoflutterfire2

environment:
Expand Down

0 comments on commit 74d189d

Please sign in to comment.