td_sip_view

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

td sip 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(),
),
),
),
);
}
}
copied to clipboard
Please see the example of this plugin for a full example
See the plugin in github

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.