Add content for flutter package manager (#3056)
* Content For Flutter/Package_Manager * Update content/roadmaps/117-flutter/content/107-package-manager/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/3062/head
parent
7af784b2d7
commit
e58c29ee6b
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Package manager |
||||
# Package Manager |
||||
|
||||
The package manager for Flutter is called pub. It is used to manage Flutter projects' dependencies and publish Flutter packages. It is included with the Flutter SDK and can be run from the command line using the `pub` command. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://docs.flutter.dev/development/packages-and-plugins'>Packages and Plugins</BadgeLink> |
||||
|
Loading…
Reference in new issue