chi-w-ng / FlutterMCE

Simplistic Flutter rich text editor library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlutterMCE

Note: this is an unstable version which is not production-ready, and is only available as the developer preview. There are some breaking changes that will come in the future.

Showcase of the FlutterMCE

FlutterMCE is a simplistic rich text editor for Flutter, inspired by this awesome Medium article by Jan Brunckhorst, and, gasp, the fact I've found no equivalent in the Flutter world while developing a production application.

The idea is to have a setup as simple as

class HomeScreen extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      // Yes, this is everything you gotta do
      body: FlutterMCE(),
    );
  }
}

License

Project is licensed under MIT license.

Development

Development is conducted on private GitLab repository, if you're seeing this you're most likely accessing it through GitHub. I'm only posting new major changes here.

If you wish to contribute, please contact me and we can collaborate.

About

Simplistic Flutter rich text editor library

License:MIT License


Languages

Language:Dart 86.2%Language:HTML 10.0%Language:Swift 2.7%Language:Kotlin 0.8%Language:Objective-C 0.3%