Jaguar-dart/observable_ish

Support for Null-Safety

Closed this issue ยท 14 comments

Hello!, I wanted to know if there is any plans for null-safety as the package I'm trying to migrate depends on this.
If there's any help required I'm willing to make a PR for the same!

Please feel free to make a PR.

My intention was to add null safety support after the feature us fully integrated into the Dart toolchain.

@tejainece Should be up in a day or two

@tejainece @Sameerkash would appreciate if the package would support null safety ๐Ÿ‘

The Dart/Flutter team already encourages publishing the migrated packages: See this blog post.

This is due to some features on pub.dev that mark packages as preview releases until the underlying Dart/Flutter version is released to stable.

@tejainece @Sameerkash would appreciate if the package would support null safety ๐Ÿ‘

The Dart/Flutter team already encourages publishing the migrated packages: See this blog post.

This is due to some features on pub.dev that mark packages as preview releases until the underlying Dart/Flutter version is released to stable.

I am almost done with it, but I wasn't able to pass all test cases and it wasn't the best migration.

So I have to sit down and go line by line, which I haven't found the time for since I have my exams going on.

So it'll be over this week and I'll be able to work on this next week.

But in the mean time if someone can do it. That works too.

Any updates on null safety?

Any updates on null safety?

I've migrated it.
Waiting for @tejainece to merge and publish it.

I will review it and publish it in a day or two.

@tejainece any updates?

@tejainece we wait your null safety update.

Working on it. I will publish today or tomorrow. Sorry for delay.

thanks in advence

Working on it. I will publish today or tomorrow. Sorry for delay.

@tejainece thank you

come on man! Thats a good day for it :)

Version 3.0.0 with null safety support has published to pub.dev. Please check it out and let me know if you find any problems.