Category : Render

HTML5 A Flutter widget for rendering HTML and CSS as Flutter widgets. Table of Contents: Installing Currently Supported HTML Tags Currently Supported CSS Attributes Currently Supported Inline CSS Attributes Installing: Add the following to your pubspec.yaml file: … dependencies: html5_api: ^0.0.1 Currently Supported HTML Tags: a abbr acronym address article aside audio b bdi bdo big blockquote ..

Read more

Draw Lottie files on a Flutter Widget. lottie 1.2.2 Render After Effects animations natively on Flutter.. Getting Started Download this package as a library Depend on it Run this command:$ flutter pub add lottie This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get):dependencies: lottie: ^1.2.2 Import it ..

Read more