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

discontinued

Native text fields from Flutter. Currently iOS-only with support for UITextField.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_inputs

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

dependencies:
  platform_inputs: ^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:platform_inputs/platform_inputs.dart';
5
likes
40
pub points
20%
popularity

Publisher

unverified uploader

Native text fields from Flutter. Currently iOS-only with support for UITextField.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on platform_inputs