https://github.com/kekland/fpmn
NPM-like package manager for Flutter and Dart
https://github.com/kekland/fpmn
Last synced: 3 months ago
JSON representation
NPM-like package manager for Flutter and Dart
- Host: GitHub
- URL: https://github.com/kekland/fpmn
- Owner: kekland
- Created: 2019-10-22T12:55:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T14:44:19.000Z (about 4 years ago)
- Last Synced: 2025-04-04T13:13:06.661Z (7 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
$ npm i -g fpmn
```## Usage
Firstly, your terminal should be in a folder where your flutter project is.
### Installing a package
```bash
# 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)
```bash
$ fpm u intl
```## Contact me
**E-Mail**: `kk.erzhan@gmail.com`