whistle_feed 0.0.4 copy "whistle_feed: ^0.0.4" to clipboard
whistle_feed: ^0.0.4 copied to clipboard

outdated

whistle adds plugin.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:whistle_feed/listeners/MyAdShowListener.dart';
import 'package:whistle_feed/whistle_adds.dart';
void main() {runApp(MyApp());}
class MyApp extends StatefulWidget{

  _myappstate createState()=> _myappstate();

}
class _myappstate extends State<MyApp>{

  MyAdShowListener adShowListener = MyAdShowListener();

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home:  Scaffold(
        body: Column(
          children: [
            SizedBox(height: 100,),
            Container(
              color:Colors.black,
              child:
              Whistle_adds(
                pencil_size: 3,
                publisher_token: '116378385233oOAaL_3052',
                adShowListener: adShowListener,
              ), /////live////
            )
          ],
        ),
      ),
    );
  }
}
4
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

whistle adds plugin.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, http, package_info, url_launcher

More

Packages that depend on whistle_feed