Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 2c0c32f

Browse files
author
eightgran
committed
Remove pubspec.lock from gitignore list
- Check pubspec.lock into version control again - Fixes issues when publishing to pub.dev
1 parent 7bc6888 commit 2c0c32f

File tree

2 files changed

+126
-3
lines changed

2 files changed

+126
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
.pub-cache/
3030
.pub/
3131
build/
32-
# Pubspec lock files should not be commited to version control on packages.
33-
# See https://dart.dev/guides/libraries/private-files for more details.
34-
pubspec.lock
3532

3633
# Android related
3734
**/android/**/gradle-wrapper.jar

pubspec.lock

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
# Generated by pub
2+
# See https://dart.dev/tools/pub/glossary#lockfile
3+
packages:
4+
characters:
5+
dependency: transitive
6+
description:
7+
name: characters
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "1.2.0"
11+
collection:
12+
dependency: transitive
13+
description:
14+
name: collection
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.15.0"
18+
ffi:
19+
dependency: transitive
20+
description:
21+
name: ffi
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.1.2"
25+
file_picker:
26+
dependency: "direct main"
27+
description:
28+
name: file_picker
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "4.5.1"
32+
flutter:
33+
dependency: "direct main"
34+
description: flutter
35+
source: sdk
36+
version: "0.0.0"
37+
flutter_plugin_android_lifecycle:
38+
dependency: transitive
39+
description:
40+
name: flutter_plugin_android_lifecycle
41+
url: "https://pub.dartlang.org"
42+
source: hosted
43+
version: "2.0.5"
44+
flutter_web_plugins:
45+
dependency: transitive
46+
description: flutter
47+
source: sdk
48+
version: "0.0.0"
49+
js:
50+
dependency: transitive
51+
description:
52+
name: js
53+
url: "https://pub.dartlang.org"
54+
source: hosted
55+
version: "0.6.3"
56+
material_color_utilities:
57+
dependency: transitive
58+
description:
59+
name: material_color_utilities
60+
url: "https://pub.dartlang.org"
61+
source: hosted
62+
version: "0.1.3"
63+
meta:
64+
dependency: transitive
65+
description:
66+
name: meta
67+
url: "https://pub.dartlang.org"
68+
source: hosted
69+
version: "1.7.0"
70+
path:
71+
dependency: transitive
72+
description:
73+
name: path
74+
url: "https://pub.dartlang.org"
75+
source: hosted
76+
version: "1.8.1"
77+
permission_handler:
78+
dependency: "direct main"
79+
description:
80+
name: permission_handler
81+
url: "https://pub.dartlang.org"
82+
source: hosted
83+
version: "8.3.0"
84+
permission_handler_platform_interface:
85+
dependency: transitive
86+
description:
87+
name: permission_handler_platform_interface
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "3.7.0"
91+
plugin_platform_interface:
92+
dependency: transitive
93+
description:
94+
name: plugin_platform_interface
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "2.1.2"
98+
sky_engine:
99+
dependency: transitive
100+
description: flutter
101+
source: sdk
102+
version: "0.0.99"
103+
typed_data:
104+
dependency: transitive
105+
description:
106+
name: typed_data
107+
url: "https://pub.dartlang.org"
108+
source: hosted
109+
version: "1.3.0"
110+
vector_math:
111+
dependency: transitive
112+
description:
113+
name: vector_math
114+
url: "https://pub.dartlang.org"
115+
source: hosted
116+
version: "2.1.1"
117+
win32:
118+
dependency: transitive
119+
description:
120+
name: win32
121+
url: "https://pub.dartlang.org"
122+
source: hosted
123+
version: "2.5.1"
124+
sdks:
125+
dart: ">=2.15.0 <3.0.0"
126+
flutter: ">=2.5.0"

0 commit comments

Comments
 (0)