File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.0.1] - TODO: Add release date.
1+ ## [ 0.0.2] - 16/02/2019
2+ * added support for older versions of path provider
23
3- * TODO: Describe initial release.
4+ ## [ 0.0.1] - 12/02/2019
5+
6+ * initial release.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
6666 name: path_provider
6767 url: "https://pub.dartlang.org"
6868 source: hosted
69- version: "0.5.0+ 1"
69+ version: "0.4. 1"
7070 pedantic:
7171 dependency: transitive
7272 description:
@@ -92,7 +92,7 @@ packages:
9292 name: source_span
9393 url: "https://pub.dartlang.org"
9494 source: hosted
95- version: "1.5.3 "
95+ version: "1.5.4 "
9696 stack_trace:
9797 dependency: transitive
9898 description:
Original file line number Diff line number Diff line change 11name : screenshot
2- description : Flutter Screenshot Package (Runtime)
3- version : 0.0.1
2+ description : Flutter Screenshot Package (Runtime). Capture any Widget as an image.
3+ version : 0.0.2
44author : Sachin Ganesh <sachinganesh@outlook.com>
55homepage : https://github.com/SachinGanesh/screenshot
66
77environment :
8- sdk : " >=2.1 .0 <3.0.0"
8+ sdk : " >=2.0.0-dev.68 .0 <3.0.0"
99
1010dependencies :
11- path_provider : ^0.5.0+ 1
11+ path_provider : ^0.4. 1
1212 flutter :
1313 sdk : flutter
1414
You can’t perform that action at this time.
0 commit comments