key_overlays 0.0.2 copy "key_overlays: ^0.0.2" to clipboard
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_overlays

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

dependencies:
  key_overlays: ^0.0.2

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: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';
2
likes
120
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

An extraordinary Package to handle overlays in flutter

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

boginni_utils, flutter

More

Packages that depend on key_overlays