flkit 0.0.1
flkit: ^0.0.1 copied to clipboard
FlKit is a CLI tool to export Flutter projects as zip files. More features like code optimization coming soon!
FlKit 🚀 #
FlKit is a powerful CLI tool designed to simplify Flutter project management. For now, it focuses on exporting your Flutter projects as a zip file, making it easy to share or archive your work. More features are coming soon! 🛠️
Features (Current) #
- Export Flutter Projects as Zip: Quickly package your Flutter project into a zip file for easy sharing or archiving.
Installation #
To install FlKit globally, run:
dart pub global activate flkit
Usage #
Export a Flutter Project as Zip #
To export your Flutter project as a zip file, navigate to your project directory and run:
flkit export
This will create a zip file of your project in the current directory.
Example:
cd /path/to/your/flutter_project
flkit export
Coming Soon 🚧 #
- Code Optimization: Remove unnecessary imports and packages.
- Dependency Management: Clean and update project dependencies.
- And more! Stay tuned for updates.
Contributing #
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
License #
FlKit is licensed under the MIT License. See the LICENSE file for details.
Support #
If you find FlKit useful, consider giving it a ⭐️ on GitHub! For questions or feedback, feel free to open an issue.
Happy Fluttering! 🐦