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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user