0

I want to upgrade my flutter version with null safety but some packages didn't migrate.

For example flutter_timeline / capture and share / flutter_dialogflow they did not migrate to null safety

What happen if I upgrade flutter with package not null safety ?

can I still build and release app on store or not?

Nitneuq
  • 3,866
  • 13
  • 41
  • 64

2 Answers2

0

You can use the flutter run --no-sound-null-safety command to run a project that depends on packages or parts with no sound-null safety yet.

DJ2695
  • 62
  • 2
  • 6
0

You won't be able to make a release if you upgrade to null safety. You need to either replace the packages or update them yourself