Skip to content

Commit

Permalink
[cloud_firestore_web] Fix fileName prop in pubspec.yaml (firebase#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman authored Feb 10, 2020
1 parent 3ff0982 commit b783ad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

- Fix `fileName` prop in pubspec.yaml

## 0.1.0

- Initial release
4 changes: 2 additions & 2 deletions packages/cloud_firestore/cloud_firestore_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: cloud_firestore_web
description: The web implementation of cloud_firestore
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web
version: 0.1.0
version: 0.1.0+1

flutter:
plugin:
platforms:
web:
pluginClass: FirestoreWeb
fileName: firestore_web.dart
fileName: cloud_firestore_web.dart

dependencies:
flutter:
Expand Down

0 comments on commit b783ad2

Please sign in to comment.