ll_flutter_demo 0.0.1 copy "ll_flutter_demo: ^0.0.1" to clipboard
ll_flutter_demo: ^0.0.1 copied to clipboard

This is the flutter package plugin, wrapping both android and ios native sdks.

ll_flutter_demo #

This is flutter package plugin wrapping Livelile's engagement suite sdk for both ios and android.

Getting Started #

This package expose the LLEngagementView which is basically the combination of widget and chatview.

@override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: LLEngagementView("client-id",
              "program-id"),
        ),
      ),
    );
  }
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

This is the flutter package plugin, wrapping both android and ios native sdks.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ll_flutter_demo