[] Flutter entry 13- to install third-party packages (Intl)

1. go  https://pub.dev/ version of search you want to install the package

2. Add rely on pubspec.yaml under the root directory (when using vs code project is started, it automatically performs fluttter pub get command, without the need to perform manual execution at the command line)

3. Use the package in the project

Published 72 original articles · won praise 5 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_39370093/article/details/104191697