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

outdated

FountainView is a Flutter Plugin created using a Xamarin library written in F#. The purpose is to demonstrate the use of Embedinatior 4000 to create a native libraries written in Xamarin that can be r [...]

FountainView #

FountainView is a Flutter Plugin created using a Xamarin library written in F#

The purpose is to demonstrate the use of Embeddinator-4000 to create native libraries from Xamarin library that can then be reused in a Flutter application.

image info

FountainView takes a single

Installation #

Usage #

Usage is very straigt forward simply construct a new FountainView widget and provide it with some valid Fountain Markup text.

Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(title: const Text('FountainView example app'),),
        body: new FountainView(fountainText)
    )
}

The text will be parsed and converted to HTML and displayed as using the flutter_html plugin.

Note I plan to switch to the recently released official webview_flutter once it is stable.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

FountainView is a Flutter Plugin created using a Xamarin library written in F#. The purpose is to demonstrate the use of Embedinatior 4000 to create a native libraries written in Xamarin that can be reused in a Flutter application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_html

More

Packages that depend on fountainview