21. Flutter - Packages/Libaries
Installing flutter packages from https://pub.dev/flutter/packages:
1. Edit pubspec.yaml file in android studio project
2. Add the instructed line under dependencies.
3. Import the package into a dart file to use.
Installing flutter packages from https://pub.dev/flutter/packages:
1. Edit pubspec.yaml file in android studio project
2. Add the instructed line under dependencies.
3. Import the package into a dart file to use.
Comments
Post a Comment