-
-
Notifications
You must be signed in to change notification settings - Fork 13
Release null safe version ? #69
Comments
I am getting this problem with Flutter 2.0, is this package getting updated? No is fine but please give us a hint. Because super_enum_generator >=0.2.0+1 depends on build >=0.12.6 <2.0.0 and chkobd depends on build ^2.0.0, super_enum_generator >=0.2.0+1 is forbidden. |
@xsahil03x The only thing to make super_enum ok for 2.0 is changing the build version in super_enum_generator.
|
There are some other problems ... |
And for another example when method's return type should be nullable, so we can have void functions ... |
@FatulM Ok I just needed something which builds for 2.0 and I got dependency errors for the build you reference. Here it is if other people have the same problem: They can be referenced in the yaml file like this:
|
Hi! |
Hi, |
@FatuIM what is the link to the one which replaces superEnum. dart_sealed looks quite different. |
Hey, sorry all I was a bit busy with maintaining our flutter SDK at my new job at @GetStream. I will soon release a null-safe version. Thanks |
There is a section at the end of readme |
Please how soon can you get this done? I keep having to edit the generated file all the time to get things to work, once I try to add another generated file, eveything else I've editted before is back to default.. |
@xsahil03x any updates on this? |
@xsahil03x update please, this package is awesome |
Any update on this? |
Don't you think that is a bit misleading for your community? It should not be much effort to make this library drop-in compatible. |
Hi,
Do you have any plan to release null safe version of the library ?
Thanks.
The text was updated successfully, but these errors were encountered: