Skip to content

Commit

Permalink
Include pubspec.lock (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh authored Nov 11, 2023
1 parent d8d1677 commit c700bf4
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ _*
!.gitignore
!.github

pubspec.lock

doc/api/
*.iml
build/
22 changes: 7 additions & 15 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "0816708f5fbcacca324d811297153fe3c8e047beb5c6752e12292d2974c17045"
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
url: "https://pub.dev"
source: hosted
version: "62.0.0"
version: "65.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "21862995c9932cd082f89d72ae5f5e2c110d1a0204ad06e4ebaee8307b76b834"
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "6.3.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -161,22 +161,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
dart_internal:
dependency: transitive
description:
name: dart_internal
sha256: "689dccc3d5f62affd339534cca548dce12b3a6b32f0f10861569d3025efc0567"
url: "https://pub.dev"
source: hosted
version: "0.2.9"
dart_style:
dependency: transitive
description:
name: dart_style
sha256: "1efa911ca7086affd35f463ca2fc1799584fb6aa89883cf0af8e3664d6a02d55"
sha256: abd7625e16f51f554ea244d090292945ec4d4be7bfbaf2ec8cccea568919d334
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.3"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -537,4 +529,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <3.3.0"
dart: ">=3.0.0 <4.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: example
publish_to: 'none'

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '^3.0.0'

dependencies:
html_template:
Expand Down
Loading

0 comments on commit c700bf4

Please sign in to comment.