Skip to content

Editable text widget with native-like cursor behavior

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
FLUTTER-LICENSE
Notifications You must be signed in to change notification settings

twinsunllc/flutter_responsive_cursor

Flutter Responsive Cursor

About

A replacement for Flutter's EditableText with native-like cursor behavior. The cursor stays on while typing and fades in and out rather than blinking.

Usage

import 'package:flutter_responsive_cursor/flutter_responsive_cursor.dart';

var _controller = TextEditingController();

ResponsiveCursorEditableText(
    controller: _controller,
    cursorColor: Colors.lightBlue,
    focusNode: FocusNode(),
    style: Theme.of(context).textTheme.body1,
);

ResponsiveCursorTextField(
    cursorColor: Colors.lightBlue,
    style: Theme.of(context).textTheme.body1,
);

About

Editable text widget with native-like cursor behavior

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
FLUTTER-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published