Skip to content
/ fpmn Public

NPM-like package manager for Flutter and Dart

Notifications You must be signed in to change notification settings

kekland/fpmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpmn

A package manager for Flutter that is similar in fashion to npm.

Work in progress!

Installation

You will need Node.js in order for this to work.

$ npm i -g fpmn

Usage

Firstly, your terminal should be in a folder where your flutter project is.

Installing a package

# fpm install intl
$ fpm i intl

# output
√ Fetching package intl from pub.dev
√ Package intl with version latest already exists in pubspec.yaml. Do you want to upgrade it? » Yes
√ Fetching versions of intl
√ Select the version: » 0.16.0
√ Running flutter pub get

Uninstalling package (wip)

$ fpm u intl

Contact me

E-Mail: kk.erzhan@gmail.com

About

NPM-like package manager for Flutter and Dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published