extended_text_editing_controllers 1.0.1 copy "extended_text_editing_controllers: ^1.0.1" to clipboard
extended_text_editing_controllers: ^1.0.1 copied to clipboard

discontinued

Double text editing controller at start

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extended_text_editing_controllers

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

dependencies:
  extended_text_editing_controllers: ^1.0.1

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:extended_text_editing_controllers/double_text_editing_controller.dart';
import 'package:extended_text_editing_controllers/plugin.dart';