Skip to content

Commit

Permalink
remove author in the pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nankai committed Nov 11, 2021
1 parent 970508a commit 67b2b19
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"languageVersion": "2.12"
}
],
"generated": "2021-11-11T06:32:24.783536Z",
"generated": "2021-11-11T06:35:21.941372Z",
"generator": "pub",
"generatorVersion": "2.14.3"
}
2 changes: 1 addition & 1 deletion example/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"languageVersion": "2.12"
}
],
"generated": "2021-11-11T06:32:25.483205Z",
"generated": "2021-11-11T06:35:22.630601Z",
"generator": "pub",
"generatorVersion": "2.14.3"
}
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":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}],"android":[{"name":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"scroll_two","dependencies":[]}],"date_created":"2021-11-11 13:32:37.360595","version":"2.5.2"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}],"android":[{"name":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"scroll_two","path":"D:\\\\projects\\\\pom\\\\scroll_two\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"scroll_two","dependencies":[]}],"date_created":"2021-11-11 13:35:22.737289","version":"2.5.2"}
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 2021-11-11 13:32:25.471238.
# Generated by pub on 2021-11-11 13:35:22.619602.
async:file:///D:/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.8.1/lib/
boolean_selector:file:///D:/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///D:/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: scroll_two
description: Flutter Solution for Keep scroll position in ListView when adding new item on the first and check item position when scrolling, scroll to index.
version: 0.0.1
author: vn.apnic@gmail.com
homepage: https://github.com/VNAPNIC/scroll_two

environment:
Expand Down

0 comments on commit 67b2b19

Please sign in to comment.