It would take too long to wait until all dependencies to support the null-safety. So I am thinking not to wait for them. I wonder if I can do or should do that.
Asked
Active
Viewed 73 times
1 Answers
0
First requirement in https://dart.dev/null-safety/migration-guide (a Google-provided document, and they should know):
- Wait for the packages that you depend on to migrate.
So, wait.
You can help speed it up by helping them migrate (post an issue first, or look for any existing issue to watch). Pull requests welcome!

Randal Schwartz
- 39,428
- 4
- 43
- 70