key_overlays 0.0.2
key_overlays: ^0.0.2 copied to clipboard
An extraordinary Package to handle overlays in flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add key_overlaysThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
key_overlays: ^0.0.2Alternatively, 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:key_overlays/overlays.dart';
import 'package:key_overlays/overlays/show_overlay.dart';
import 'package:key_overlays/utils/input_decoration_extension.dart';
import 'package:key_overlays/wigets/entry_picker_field.dart';
import 'package:key_overlays/wigets/overlay_entry_widget.dart';