draft_js_to_textspan_flutter 0.0.3 copy "draft_js_to_textspan_flutter: ^0.0.3" to clipboard
draft_js_to_textspan_flutter: ^0.0.3 copied to clipboard

It Converts draft js json to flutter rich text.

Draft Js to RichText Flutter #

This is draft JS to TextSpan Rich text flutter.

Getting Started #

This project takes draft js json (flutter Map) object and return Rich Text widget. package, a library module containing code that can be used to show Rich Text in flutter application

Dependency #

draft_js_to_textspan_flutter: <version>

Usage #

@override
   Widget build(BuildContext context) {
     Map<String,dynamic> map=json.decode(draftJson);
     return DraftJSFlutter(map);
   }
5
likes
10
pub points
30%
popularity

Publisher

unverified uploader

It Converts draft js json to flutter rich text.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on draft_js_to_textspan_flutter