Open ride4sun opened 1 year ago
Hi,
The last version supporting super_enum was 1.4.0
.
Please check it's docs and use it if it is possible ...
Also It would generate dart_sealed code in comments,
which you could use to migrate your code completely from super_enum to dart_sealed.
see: doc
for an example see: weather.dart weather.super.dart
Afterwards, from version 1.5, I have droped support for super_enum. But I think making a workable code is very easy, from migrating code in version 1.4 to the last version.
I have this super_enum and the advise was to convert this to this package. I am wondering how all this will convert? Any help is appreciated...