File tree Expand file tree Collapse file tree 8 files changed +272
-16
lines changed Expand file tree Collapse file tree 8 files changed +272
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
Original file line number Diff line number Diff line change 8
8
9
9
Generate sealed class hierarchy for Dart and Flutter.
10
10
11
+ ** NOTE** that this is only a clone of the upstream git repository
12
+ which I have fixed some issues and updated some dependencies.
13
+
11
14
## Features
12
15
13
16
* Generate sealed class with abstract super type and data subclasses.
@@ -26,12 +29,41 @@ Generate sealed class hierarchy for Dart and Flutter.
26
29
27
30
Add dependencies in your ` pubspec.yaml ` file.
28
31
32
+ Since this is not the original repository, you can not use like this:
33
+
34
+ ``` yaml
35
+ # WON'T WORK LIKE THIS:
36
+ dependencies :
37
+ sealed_annotations : ' 2.0.0'
38
+
39
+ dev_dependencies :
40
+ sealed_generators : ' 2.0.0'
41
+ ` ` `
42
+
43
+ Instead, use like this:
44
+
45
+ This will override the three dependencies to be downloaded from git.
46
+
29
47
` ` ` yaml
30
48
dependencies :
31
- sealed_annotations : ^latest.version
49
+ sealed_annotations : ' 2.0.0 '
32
50
33
51
dev_dependencies :
34
- sealed_generators : ^latest.version
52
+ sealed_generators : ' 2.0.0'
53
+
54
+ dependency_overrides :
55
+ sealed_annotations :
56
+ git :
57
+ url : https://github.com/FatulM/dart_sealed
58
+ path : sealed_annotations/
59
+ sealed_writer :
60
+ git :
61
+ url : https://github.com/FatulM/dart_sealed
62
+ path : sealed_writer/
63
+ sealed_generators :
64
+ git :
65
+ url : https://github.com/FatulM/dart_sealed
66
+ path : sealed_generators/
35
67
` ` `
36
68
37
69
Import ` sealed_annotations`.
You can’t perform that action at this time.
0 commit comments