assemble 1.0.0
assemble: ^1.0.0 copied to clipboard
Assemble is a command-line tool designed for Flutter developers to analyze and manage project dependencies efficiently.
Assemble #
Assemble is a command-line application for analyzing Flutter project dependencies. It provides functionality to check for outdated dependencies and visualize the dependency graph.
Table of Contents #
Installation #
To install Assemble, you need to have Dart SDK installed on your machine. You can activate the tool globally using:
dart pub global activate assemble
Usage #
assemble [command] [options]
Commands #
assemble analyze --outdated --graph
Contribution #
- Create your own fork of the project.
- Make a new branch for your feature or fix.
- Implement your changes and commit them.
- Push to your branch.
- Create a pull request, submit your changes for review.
License #
This project is licensed under the MIT License. See the LICENSE file for details.