testbed 0.0.6 copy "testbed: ^0.0.6" to clipboard
testbed: ^0.0.6 copied to clipboard

An application that enables fast development of widget libraries.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add testbed

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

dependencies:
  testbed: ^0.0.6

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

Import it

Now in your Dart code, you can use:

import 'package:testbed/bloc/shell_bloc.dart';
import 'package:testbed/bloc/shell_event.dart';
import 'package:testbed/bloc/shell_state.dart';
import 'package:testbed/test_bed.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisherjustwriteapps.com

An application that enables fast development of widget libraries.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc, meta, recase, shared_preferences

More

Packages that depend on testbed