Skip to content

Commit

Permalink
Updated example pubspec.yaml version, Removed unnecessary dependency …
Browse files Browse the repository at this point in the history
…provider.
  • Loading branch information
rickypid committed Aug 1, 2022
1 parent 8e3c6fa commit 5464c24
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
16 changes: 1 addition & 15 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.1.1"
flutter_scroll_shadow:
dependency: transitive
description:
Expand Down Expand Up @@ -102,27 +102,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
nested:
dependency: transitive
description:
name: nested
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
provider:
dependency: transitive
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_expandable_table_example
description: A Flutter widget for create an expandable table with header and first column fixed.
version: 1.1.0
version: 1.1.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
14 changes: 0 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
nested:
dependency: transitive
description:
name: nested
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
provider:
dependency: "direct main"
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
sdk: flutter
linked_scroll_controller: ^0.2.0
flutter_scroll_shadow: ^1.0.2
provider: ^6.0.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 5464c24

Please sign in to comment.