Skip to content

Commit 35d9129

Browse files
committed
Dart SDK 3.0.0 support.
1 parent a2067c5 commit 35d9129

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout"
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: "material"
1515
uses: k-paxian/dart-package-publisher@master

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* SDK 3.0.0
4+
15
## [1.0.0+2] - 2021/05/25
26

37
* Null-safety.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: material
22
description: Set of material design icons packed in a single ttf font file. Works on all platforms.
3-
version: 1.0.0+2
3+
version: 1.0.1
44
homepage: https://github.com/xclud
5-
repository: https://github.com/xclud/flutter_material
5+
repository: https://github.com/olutter/material
66

77
environment:
88
sdk: ">=2.12.0 <4.0.0"

0 commit comments

Comments
 (0)