Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
MIT License
33 stars 53 forks source link

Null Safety Support #14

Closed biswa1751 closed 3 years ago

biswa1751 commented 3 years ago

Dart 2.12 and flutter 2.0.0 are now in stable with the null-safety feature. Any plan to support Null Safety @Chris1234567899 .

Here's an official guide from dart doc https://dart.dev/null-safety/migration-guide

Chris1234567899 commented 3 years ago

Good call I just updated it. Version 2.0.0 is online.

Let me know if you encounter any problems.

deanriverson commented 3 years ago

Thank you! This was the last dependency that was keeping my app from sound null safety.

I was contemplating submitting a PR for the feature, but you beat me to it. I wanted to ask how you prefer PRs to be submitted. Any particular process or formatting or anything?

Thanks again!

Chris1234567899 commented 3 years ago

You're welcome. If you want to make PRs in the future, no problem, no special formatting needed.