roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

Migrated to null safety #307

Open samlythemanly opened 3 years ago

samlythemanly commented 3 years ago

Migrated the package to null safety by running the dart migrate tool. In addition to these changes, I removed some now-redundant nullability assertions.

All unit tests still pass (although I did have to add TestWidgetsFlutterBinding.ensureInitialized(); not sure what's going on there).

mohammadne commented 3 years ago

why it's failed ?

hellyab commented 3 years ago

why it's failed ?

It was because the travis build environment was using flutter 1.22.6. I think it would have passed if the environment was upgraded.

vytautas-pranskunas- commented 3 years ago

Any plans to move it forward?