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

outdated

百度广告flutter版本

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('百度广告插件'),
        ),
        body: const Center(),
      ),
    );
  }
}
2
likes
0
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

百度广告flutter版本

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on baiduad