We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2067c5 commit 35d9129Copy full SHA for 35d9129
3 files changed
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Checkout"
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
14
- name: "material"
15
uses: k-paxian/dart-package-publisher@master
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.1
2
+
3
+* SDK 3.0.0
4
5
## [1.0.0+2] - 2021/05/25
6
7
* Null-safety.
pubspec.yaml
@@ -1,8 +1,8 @@
name: material
description: Set of material design icons packed in a single ttf font file. Works on all platforms.
-version: 1.0.0+2
+version: 1.0.1
homepage: https://github.com/xclud
-repository: https://github.com/xclud/flutter_material
+repository: https://github.com/olutter/material
environment:
8
sdk: ">=2.12.0 <4.0.0"
0 commit comments