We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f4af6 commit 119cec7Copy full SHA for 119cec7
.gitignore
@@ -4,8 +4,6 @@
4
.dart_tool/
5
.packages
6
build/
7
-# If you're building an application, you may want to check-in your pubspec.lock
8
-pubspec.lock
9
10
# Directory created by dartdoc
11
# If you don't generate documentation locally you can remove this line.
CHANGELOG.md
@@ -0,0 +1,2 @@
1
+## v0.0.4
2
+The best version!
pubspec.yaml
@@ -3,8 +3,9 @@ environment:
3
sdk: '^3.5.0'
flutter: '>=1.0.0'
dependencies:
- camera:
+ camera: ^0.11.0+2
dev_dependencies:
test:
-version: 0.0.3
+version: 0.0.4
description: 'Dummy package used to validate publication flow'
+repository: https://github.com/sigurdm/private_repository2
0 commit comments