Skip to content

Commit

Permalink
chore: Updates to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vedartm committed Nov 17, 2021
1 parent 78ee8f0 commit 3cfab82
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 39 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: package:flutter_lints/flutter.yaml

linter:
rules:
public_member_api_docs: false
20 changes: 10 additions & 10 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: bloc
url: "https://pub.dartlang.org"
source: hosted
version: "7.1.0"
version: "7.2.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -49,21 +49,21 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.3"
version: "3.1.0"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.1"
version: "5.4.5"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.2"
version: "2.5.0"
collection:
dependency: transitive
description:
Expand All @@ -84,21 +84,21 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.0"
version: "1.10.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.1.0"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -110,7 +110,7 @@ packages:
name: flutter_bloc
url: "https://pub.dartlang.org"
source: hosted
version: "7.2.0"
version: "7.3.3"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -183,14 +183,14 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.2"
provider:
dependency: transitive
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
version: "6.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
5 changes: 2 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_core: ^1.2.1
paginate_firestore:
firebase_core: ^1.10.0
paginate_firestore:
path: ../


dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
Expand Down
27 changes: 10 additions & 17 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: bloc
url: "https://pub.dartlang.org"
source: hosted
version: "7.1.0"
version: "7.2.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -49,35 +49,28 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.3"
version: "3.1.0"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.1"
version: "5.4.5"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.2"
version: "2.5.0"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
effective_dart:
dependency: "direct dev"
description:
name: effective_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.2"
fake_async:
dependency: transitive
description:
Expand All @@ -91,21 +84,21 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.0"
version: "1.10.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.1.0"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -117,7 +110,7 @@ packages:
name: flutter_bloc
url: "https://pub.dartlang.org"
source: hosted
version: "7.2.0"
version: "7.3.3"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -183,14 +176,14 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.2"
provider:
dependency: "direct main"
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
version: "6.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ environment:
dependencies:
flutter:
sdk: flutter
bloc: ^7.1.0
flutter_bloc: ^7.2.0
cloud_firestore: ^2.5.3
provider: ^6.0.0
bloc: ^7.2.1
flutter_bloc: ^7.3.3
cloud_firestore: ^3.1.0
provider: ^6.0.1

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
effective_dart: ^1.3.2

0 comments on commit 3cfab82

Please sign in to comment.