flutter_clear 0.1.0 copy "flutter_clear: ^0.1.0" to clipboard
flutter_clear: ^0.1.0 copied to clipboard

A powerful command-line tool designed to automatically scan directories for Flutter projects and execute `flutter clean` on each one, helping developers reclaim valuable disk space and maintain clean [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_clear
copied to clipboard

With Flutter:

 $ flutter pub add flutter_clear
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_clear: ^0.1.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_clear/flutter_clear.dart';
copied to clipboard
1
likes
130
points
39
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2025.01.07 - 2025.12.02

A powerful command-line tool designed to automatically scan directories for Flutter projects and execute `flutter clean` on each one, helping developers reclaim valuable disk space and maintain clean development environments.

Repository (GitHub)
View/report issues

Topics

#cli #clean #dev #console

Documentation

API reference

License

MIT (license)

Dependencies

colored_log

More

Packages that depend on flutter_clear