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

穿山甲gromore聚合广告插件flutter版

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

class MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: IndexPage(),
    );
  }
}

class IndexPage extends StatefulWidget {

  const IndexPage({Key? key}) : super(key: key);

  @override
  IndexPageState createState() => IndexPageState();
}

class IndexPageState extends State<IndexPage> {
  @override
  Widget build(BuildContext context) {
    return const Scaffold(
      body: Text("gromore"),
    );
  }

}
1
likes
0
pub points
32%
popularity

Publisher

unverified uploader

穿山甲gromore聚合广告插件flutter版

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gromore