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?