custom_pin_screen 0.5.0 icon indicating copy to clipboard operation
custom_pin_screen: ^0.5.0 copied to clipboard

A flutter package to add screens with custom keyboards and pins to your mobile application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_pin_screen

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

dependencies:
  custom_pin_screen: ^0.5.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:custom_pin_screen/custom_pin_screen.dart';
32
likes
140
pub points
86%
popularity

Publisher

verified publisher iconmastersam.tech

A flutter package to add screens with custom keyboards and pins to your mobile application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_pin_screen