flutterware 0.2.0 copy "flutterware: ^0.2.0" to clipboard
flutterware: ^0.2.0 copied to clipboard

A collection of GUI tools to help Flutter development. This is a complement to your IDE with Flutter specific needs.

Flutterware #

A collection of GUI tools for Flutter development.

screenshot

Quick start #

Add flutterware package in your pubspec.yaml

dart pub add flutterware

dependencies:
  flutterware:

Run the GUI app

# Run this in your Flutter project directory
dart run flutterware

The first launch is a bit slow because the desktop app need to be compiled.

screenshot

Features #

Test visualizer #

A new kind of testing built on top of the standard flutter_test framework.

  • Screenshot every step of your test
  • Hot-reload a test instantly (~1s) after any change
  • Preview your app at any screen size and in all languages
  • Easier to write tests that exercise the whole app
  • Deploy the tests as a Web page for an internal documentation of the app.

Example test

Dependency manager #

Get an overview of your pub dependencies.

  • View Pub & GitHub scores
  • Get metric on each packages

App's icon change #

Quickly replace your app's launcher icon.

More tools to come... #

Any contribution is welcome.
Open GitHub issues and pull requests with your ideas :-)

3
likes
0
points
475
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of GUI tools to help Flutter development. This is a complement to your IDE with Flutter specific needs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

built_collection, built_value, collection, crypto, flutter, flutter_test, logging, meta, package_config, path, pool, stream_channel, test_api, web_socket_channel

More

Packages that depend on flutterware