swift_field 0.1.0 copy "swift_field: ^0.1.0" to clipboard
swift_field: ^0.1.0 copied to clipboard

Production-grade Flutter form widgets with zero external dependencies. Includes text fields, password fields, searchable dropdowns, and buttons with gradient and loading support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swift_field

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

dependencies:
  swift_field: ^0.1.0

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:swift_field/swift_field.dart';
2
likes
150
points
133
downloads
screenshot

Documentation

API reference

Publisher

verified publishershailendrakumar.site

Weekly Downloads

Production-grade Flutter form widgets with zero external dependencies. Includes text fields, password fields, searchable dropdowns, and buttons with gradient and loading support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on swift_field