Metadata-Version: 2.1
Name: pubspec
Version: 0.1.8
Summary: Python script to update pubspec.yaml in flutter
Home-page: https://github.com/prtm/pubspec
Author: Preetam
Author-email: contact@preetam.dev
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (>=2.24.0)
Requires-Dist: ruamel.yaml (>=0.16.10)
Requires-Dist: lxml (>=4.5.1)
Requires-Dist: pyyaml (>=6.0)

# Pubspec

Update all package versions in flutter pubspec.yaml

[Python Package Index](https://pypi.org/project/pubspec/)

## Installation and Usage

1. [Python3](https://www.python.org/downloads/) required
2. Install pubspec
```
pip3 install pubspec
```
3. Run pubspec in same directory as pubspec.yaml file
```
pubspec
```

---
## Demo
![Screenshot](https://user-images.githubusercontent.com/17068559/201468054-a8af7bcb-db53-408a-ba18-6cbf5208900e.png)

https://user-images.githubusercontent.com/17068559/201467967-8fc4706d-83a4-4f17-a0ee-58eda9fdb178.mov


## Suggestions
Open to any suggestions.
