editor_widgets 0.0.5 editor_widgets: ^0.0.5 copied to clipboard
Useful widgets to create IDE-like layouts
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add editor_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
editor_widgets: ^0.0.5
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:editor_widgets/editor_widgets.dart';