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

A Flutter plugin about td_sip_plugin display view.

td_sip_view #

A Flutter plugin about td_sip_plugin display view.

Usage #

To use the plugin ,add td_sip_view as a dependency in your pubspec.yaml

Example #

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Container(
            width: 300,
            height: 120,
            child: TDSipView(),
          ),
        ),
      ),
    );
  }
}

Please see the example of this plugin for a full example

See the plugin in github

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin about td_sip_plugin display view.

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on td_sip_view