Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Nov 29, 2024
1 parent f72e55e commit 25f4af6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
url: "https://pub.dev"
source: hosted
version: "1.18.0"
version: "1.19.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -327,7 +327,7 @@ packages:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
version: "0.0.0"
source_map_stack_trace:
dependency: transitive
description:
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: _dummy_flutter_pkg
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ^1.0.0
sdk: '^3.5.0'
flutter: '>=1.0.0'
dependencies:
camera:
dev_dependencies:
test:
version: 0.0.2
version: 0.0.3
description: 'Dummy package used to validate publication flow'

0 comments on commit 25f4af6

Please sign in to comment.