flutter使用外部包

vscode 提示:The library 'package:english_words/english_words.dart' is legacy, and should not be imported into a null safe library.

解决办法:
 

dart pub outdated --mode=null-safety

更多推荐