render 0.0.6 copy "render: ^0.0.6" to clipboard
render: ^0.0.6 copied to clipboard

A package to render any native static and moving flutter widgets to exportable formats

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add render

With Flutter:

 $ flutter pub add render

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  render: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:render/render.dart';
85
likes
0
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

A package to render any native static and moving flutter widgets to exportable formats

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffmpeg_kit_flutter_https_gpl, flutter, path_provider, provider, rich_console, uuid

More

Packages that depend on render