File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0
2
+
3
+ - docs: minor ` README.md ` updates
4
+ - chore(deps): upgrade Dart SDK constraint to ` ^3.5.0 `
5
+ - chore: add ` funding ` to ` pubspec.yaml `
6
+
1
7
## 0.0.2
2
8
3
9
- chore: migrate from ` package:data_class_macro ` to ` package:data_class `
Original file line number Diff line number Diff line change 4
4
[ ![ pub package] ( https://img.shields.io/pub/v/data_class.svg )] ( https://pub.dev/packages/data_class )
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-purple.svg )] ( https://opensource.org/licenses/MIT )
6
6
7
- ** 🚧 Experimental ** support for data classes in Dart using [ macros] ( https://dart.dev/language/macros ) .
7
+ Support for data classes in Dart using [ macros] ( https://dart.dev/language/macros ) .
8
8
9
9
## ✨ Features
10
10
@@ -45,9 +45,6 @@ void main() {
45
45
46
46
## 🚀 Quick Start
47
47
48
- 1 . Switch to the Flutter ` master ` channel
49
- ` flutter channel master `
50
-
51
48
1 . Add ` package:data_class ` to your ` pubspec.yaml `
52
49
53
50
``` yaml
@@ -71,4 +68,4 @@ void main() {
71
68
dart --enable-experiment=macros run main.dart
72
69
` ` `
73
70
74
- _\*Requires Dart SDK >= 3.5.0-152.0.dev_
71
+ _\*Requires Dart SDK >= 3.5.0_
Original file line number Diff line number Diff line change 1
1
name : data_class
2
2
description : Experimental support for data classes in Dart using pkg:macros
3
- version : 0.0.2
3
+ version : 0.1.0
4
4
repository : https://github.com/felangel/data_class
5
5
topics : [macros, data-class]
6
6
funding : [https://github.com/sponsors/felangel]
7
7
8
8
environment :
9
- sdk : ^3.5.0-152.0.dev
9
+ sdk : ^3.5.0
10
10
11
11
dependencies :
12
12
collection : ^1.0.0
You can’t perform that action at this time.
0 commit comments