inset_field_shadow 0.0.2 copy "inset_field_shadow: ^0.0.2" to clipboard
inset_field_shadow: ^0.0.2 copied to clipboard

A customizable Flutter text field with inset shadow and support for FormField functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inset_field_shadow

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

dependencies:
  inset_field_shadow: ^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:inset_field_shadow/inset_field_shadow.dart';
8
likes
155
points
14
downloads

Publisher

verified publisherhamzah-alkahef.com

Weekly Downloads

A customizable Flutter text field with inset shadow and support for FormField functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inset_box_shadow

More

Packages that depend on inset_field_shadow