Skip to content

Commit

Permalink
Merge pull request #5 from SebghatYusuf/develop
Browse files Browse the repository at this point in the history
Update Pubspec.yaml file
  • Loading branch information
SebghatYusuf authored Jan 10, 2022
2 parents c10f01f + 1f77385 commit 5d18f76
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"languageVersion": "2.15"
}
],
"generated": "2022-01-10T08:21:44.713318Z",
"generated": "2022-01-10T08:42:21.147630Z",
"generator": "pub",
"generatorVersion": "2.15.1"
}
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2022-01-10 12:51:44.699377.
# Generated by pub on 2022-01-10 13:12:21.136210.
async:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.8.2/lib/
boolean_selector:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.2.0/lib/
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- Update: readme.md
- Support for Android and iOS

## 0.0.1
## 0.0.2

- Update Readme: add code example
## 0.0.3

- Update pubspec.yaml: Fix repository url
2 changes: 1 addition & 1 deletion example/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"languageVersion": "2.15"
}
],
"generated": "2022-01-10T08:21:45.503109Z",
"generated": "2022-01-10T08:42:21.928644Z",
"generator": "pub",
"generatorVersion": "2.15.1"
}
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":"system_info_plus","path":"/Users/sebghatullah/Projects/plugins/system_info_plus/","dependencies":[]}],"android":[{"name":"system_info_plus","path":"/Users/sebghatullah/Projects/plugins/system_info_plus/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"system_info_plus","dependencies":[]}],"date_created":"2022-01-10 12:51:45.615971","version":"2.8.1"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"system_info_plus","path":"/Users/sebghatullah/Projects/plugins/system_info_plus/","dependencies":[]}],"android":[{"name":"system_info_plus","path":"/Users/sebghatullah/Projects/plugins/system_info_plus/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"system_info_plus","dependencies":[]}],"date_created":"2022-01-10 13:12:22.031235","version":"2.8.1"}
2 changes: 1 addition & 1 deletion example/.packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2022-01-10 12:51:45.490264.
# Generated by pub on 2022-01-10 13:12:21.916053.
async:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.8.2/lib/
boolean_selector:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Users/sebghatullah/FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.2.0/lib/
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
term_glyph:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: system_info_plus
description: A new flutter plugin project.
version: 0.0.2
description: A flutter plugin to get device (system) info.
version: 0.0.3
homepage:
repository: https://github.com/SebghatYusuf/system_info_plus.git
repository: https://github.com/SebghatYusuf/system_info_plus

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down

0 comments on commit 5d18f76

Please sign in to comment.