Sahil Kumar

Results 54 comments of Sahil Kumar

I also faced these issues and handled using the factory constructors mentioned by @rrousselGit in a [StackOverflow post](https://stackoverflow.com/questions/54317000/are-there-any-sealed-classes-alternatives-in-dart-2-0) and was pretty satisfied with the results. To avoid the boilerplate, I...

@werediver I tried `sum_types` but I didn't like the boilerplate we have to write for generating the classes and the boilerplate looks redundant to me. Whereas in `super_enum` we are...

@mehedidew can you share a concrete use-case of this feature/request?

Hey, i started migrating the package to null-safety. Will soon release the latest version.

@ArtemKolichenkov this seems like a bug, thanks for pointing this out. I will fix this once I got time meanwhile, you can work on this if you want.

@vish198910 yes, go on

@edwin-alvarez you need to handle the text size based on your phone DPI.

@safiullahahamed thanks, it currently does not support Lottie files but it's in my backlog.

@ArtemKolichenkov, @astralstriker yes, this can be resolved using factory constructors. This is my view on the solution -> We can create an internal enum for all the dialog types which...

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