Skip to content

A flutter plugin for textfield undo or redo, for. mac windows or linux

License

Notifications You must be signed in to change notification settings

dikeboy/undo_textfield

Repository files navigation

A flutter plugin for textfield undo or redo, for. mac windows or linux

Flutter desktop textfield undo or redo

For mac. metaleft+z. and. metaleft+shiftLeft+z For win. ctrlLeft+z. and ctrlLeft+shiftLeft+z

you can also call use methdo undo or redo

support for chinese input method

  var urlController = RedoTextEditController();
  
  @override
  void initState() {
    super.initState();
    urlController.initState();

  }
  
  Widget getChild(){
    return TextField(
      controller: urlController,
      focusNode: urlController.forcusNode,
    );
  }

About

A flutter plugin for textfield undo or redo, for. mac windows or linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published