Skip to content

Commit

Permalink
fix web plugin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ggichure committed Oct 9, 2020
1 parent 5b49b10 commit c10aaa3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"hexcolor","path":"/media/ggriffo/mystuff/alinuxfl/projects/hexcolor/","dependencies":[]}],"android":[{"name":"hexcolor","path":"/media/ggriffo/mystuff/alinuxfl/projects/hexcolor/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"hexcolor","dependencies":[]}],"date_created":"2020-10-09 20:33:35.472204","version":"1.23.0-8.0.pre.259"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"hexcolor","path":"/media/ggriffo/mystuff/alinuxfl/projects/hexcolor/","dependencies":[]}],"android":[{"name":"hexcolor","path":"/media/ggriffo/mystuff/alinuxfl/projects/hexcolor/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"hexcolor","dependencies":[]}],"date_created":"2020-10-09 20:50:33.268697","version":"1.23.0-8.0.pre.259"}
12 changes: 12 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3-nullsafety.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_web_plugins:
sdk: flutter

# The following section is specific to Flutter.
flutter:
Expand Down

0 comments on commit c10aaa3

Please sign in to comment.