issues
search
xsahil03x
/
super_enum
Create super-powered dart enums similar to sealed classes in Kotlin
https://pub.dev/packages/super_enum
MIT License
116
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
make compatible with sdk 2.12
#75
ladeiko
opened
1 year ago
0
make compatible with sdk 2.12
#74
ladeiko
closed
1 year ago
0
update deps and fix class generator
#73
ladeiko
closed
1 year ago
0
update deps
#72
ladeiko
closed
1 year ago
0
update dependencies versions
#71
ladeiko
closed
1 year ago
0
Release null safe version ?
#69
FatulM
opened
3 years ago
15
How can I convert a String to a Enum Type
#68
ride4sun
opened
3 years ago
0
Overriding == operator of Data classes
#67
arsamme
opened
3 years ago
0
Release [super_enum] v0.5.0, [super_enum_generator] v0.6.0
#66
xsahil03x
closed
4 years ago
0
Add support for docComments.
#65
xsahil03x
closed
4 years ago
0
Add support for analyzer > 0.40.0
#64
astralstriker
closed
4 years ago
0
super_enum is not working with analyzer ^0.40.1
#63
SaeedMasoumi
closed
4 years ago
2
Could we allow to generate some types as private types to be consumed by the bloc itself only?
#62
ride4sun
opened
4 years ago
0
Can you please make a release?
#61
craigomac
closed
4 years ago
1
WhenPartial breaks when updraging from 0.3.0 to 0.4.2
#60
shadracktaeli
closed
4 years ago
2
Use PartBuilder instead of SharedPartBuilder
#59
astralstriker
closed
4 years ago
1
Fix for #52, #57, #22
#58
xsahil03x
closed
4 years ago
0
Allow setting null value in copyWith function
#57
astralstriker
closed
4 years ago
0
Use PartBuilder instead of SharedPartBuilder in generator
#56
xsahil03x
closed
4 years ago
0
Generate copyWith methods for Data Classes
#55
xsahil03x
closed
4 years ago
0
Generate copyWith methods for Data classes
#54
xsahil03x
closed
4 years ago
0
Add support for optional data fields
#53
xsahil03x
closed
4 years ago
1
emit `when` method arguments for "empty" actions
#52
ened
closed
4 years ago
2
Optional fields
#51
shinayser
closed
4 years ago
5
Why renaming enum fields?
#50
olehmisar
closed
4 years ago
2
Generate whenPartial with normal return type
#49
linxydmhg
closed
4 years ago
2
Linter Error with super_enum_generator 0.4.2
#48
cfregin
closed
4 years ago
8
Create a separate async 'whenX' method for handling asynchronous calls
#47
xsahil03x
closed
4 years ago
0
Create a separate whenAsync method for handling asynchronous calls and remove FutureOr from whenXXX.
#46
astralstriker
closed
4 years ago
0
Fix "whenXXX methods return FutureOr"
#45
xsahil03x
closed
4 years ago
0
Generate copyWith methods for data classes
#44
xsahil03x
closed
4 years ago
0
Do not generate the same UseClass wrappers multiple times
#43
passsy
closed
4 years ago
0
@UseClass generating Error
#42
dennis-szymanski
closed
4 years ago
1
use const constructor
#41
dennis-szymanski
closed
4 years ago
0
*Hotfix* : DataFields with a name including 'T' break code generation
#40
xsahil03x
closed
4 years ago
0
DataFields with a name including 'T' break code generation
#39
WanderingFire2001
closed
4 years ago
1
v0.4.0
#38
xsahil03x
closed
4 years ago
0
Enum as data field in another enum
#37
fdietze
closed
4 years ago
1
Fix github action script for different invocation
#36
xsahil03x
closed
4 years ago
0
Fix github action script for different invocation
#35
xsahil03x
closed
4 years ago
0
Linter Warnings: DO use curly braces for all flow control structures
#34
WanderingFire2001
closed
4 years ago
3
[Ready to merge] Added support for List and Map data types
#33
astralstriker
closed
4 years ago
11
@UseClass(ExternalClass) annotation to wrap classes as value in the enum
#32
passsy
closed
4 years ago
7
analyzer version compatibility issues when used with built_value_generator
#31
oysterpack
closed
4 years ago
4
Create a DataField with specific type of generic type
#30
flappyBug
closed
4 years ago
4
Use external class directly without wrapping
#29
passsy
closed
4 years ago
2
Copy comments to generated file
#28
passsy
closed
4 years ago
3
whenXXX methods return FutureOr
#27
WanderingFire2001
closed
4 years ago
2
@object enum values generated as: List get props =>null
#26
WanderingFire2001
closed
4 years ago
1
Ability to specify generated class names.
#25
chimon2000
opened
4 years ago
2
Next