Skip to content

Commit 556d72d

Browse files
Oliinyk-VolodymyrVolodymyr Oliinyk
andauthored
fixed warnings (#2)
Co-authored-by: Volodymyr Oliinyk <[email protected]>
1 parent 4f2b40e commit 556d72d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-28 19:02:48.124838","version":"3.3.9"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-30 13:02:13.146922","version":"3.3.9"}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.idea/
55
.iml
66

7+
.fvm/flutter_sdk
8+
79
.packages
810
.pub/
911

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-30 12:31:04.695195","version":"3.3.9"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-30 13:02:13.416275","version":"3.3.9"}

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies:
1212
sdk: flutter
1313

1414
logger: ^1.1.0
15+
collection: ^1.16.0
1516
sensors_plus: ^2.0.1

0 commit comments

Comments
 (0)