adaptive_card_renderer 1.0.0 copy "adaptive_card_renderer: ^1.0.0" to clipboard
adaptive_card_renderer: ^1.0.0 copied to clipboard

Flutter Plugin for rendering Adaptive Cards from JSON (Android/IOS)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_card_renderer

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

dependencies:
  adaptive_card_renderer: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:adaptive_card_renderer/adaptive_card_renderer.dart';
1
likes
135
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for rendering Adaptive Cards from JSON (Android/IOS)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on adaptive_card_renderer

Packages that implement adaptive_card_renderer