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 5ecc90e commit f3b3bd0Copy full SHA for f3b3bd0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.0.7-nullsafety.0
+## 0.1.0
4
5
- null safety
6
pubspec.yaml
@@ -1,15 +1,15 @@
name: dart_browser_loader
description: A starting point for Dart libraries or applications.
-version: 0.0.7-nullsafety.0
+version: 0.1.0
homepage: https://github.com/leftyio/dart_browser_loader
environment:
7
- sdk: ">=2.12.0-0 <3.0.0"
+ sdk: ">=2.12.0 <3.0.0"
8
9
dependencies:
10
- pedantic: ^1.10.0-nullsafety
+ pedantic: ^1.11.0
11
12
dev_dependencies:
13
- test: ^1.16.0-nullsafety
+ test: ^1.16.0
14
build_runner: ^1.10.6
15
build_web_compilers: ^2.15.2
0 commit comments