1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +02:00

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>
This commit is contained in:
Vaidic Dodwani
2022-12-05 17:07:13 +05:30
committed by GitHub
parent 7af784b2d7
commit e58c29ee6b

View File

@@ -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>