Skip to content

habbichelotfi/flutter-projects-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Flutter Project Manager

Overview

Flutter Project Manager is a desktop application designed to simplify the management of Flutter projects. Built with PyQt5, it provides a user-friendly interface for performing common tasks such as cleaning build directories, updating dependencies, and managing project files. The application is equipped with features like project status indicators, filtering and search, log output, and dependency management.

Features

  • Project Status Indicators: Visually indicates the status of each project.
  • Project Filtering and Search: Easily find projects by name.
  • Log Output: Displays the output of executed Flutter commands.
  • Dependency Management: View and update project dependencies.

Installation

Prerequisites

  • Python 3.10
  • PyQt5
  • PyYAML (for dependency management features)

Steps

  1. Clone the repository:
git clone https://github.com/habbichelotfi/flutter-projects-manager
  1. Navigate to the project directory:
cd flutter-projects-manager

Usage

  1. Run the application:
python3 main.py
  1. Use the interface to manage your Flutter projects:
  • Scan for projects in a predefined directory.
  • Select projects to clean or update.
  • View and manage project dependencies.

Contributing

Contributions to the Flutter Project Manager are welcome. Whether it's reporting a bug, proposing a feature, or submitting a pull request, your input is valuable. Please read CONTRIBUTING.md for guidelines on how to contribute.

License

This project is licensed under the [MIT License].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages