textfield_shadow 1.1.0+2
textfield_shadow: ^1.1.0+2 copied to clipboard
Textfield Shadow is for creating attractive textfield with full customization available and also initial textfield with shadow and prefix and suffix with your choice and many functions for apply more [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add textfield_shadowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
textfield_shadow: ^1.1.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:textfield_shadow/textfield_shadow.dart';