Skip to content

Simplistic Flutter rich text editor library

License

Notifications You must be signed in to change notification settings

CodingDevs/FlutterMCE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 86.2%
  • HTML 10.0%
  • Swift 2.7%
  • Other 1.1%