Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gstory0404 committed Aug 26, 2022
1 parent 414fa6b commit 4c8fb8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ void main() {
runApp(MyApp());
}


class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
Expand Down Expand Up @@ -110,13 +109,13 @@ class _HomePageState extends State<HomePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('快手广告插件'),
title: const Text('Sigmob广告插件'),
),
body: Center(
child: Column(
children: [
Text('快手SDK初始化: $_isRegister\n'),
Text('SDK版本: $_sdkVersion\n'),
Text('Sigmob SDK初始化: $_isRegister\n'),
Text('Sigmob SDK版本: $_sdkVersion\n'),
//激励广告
MaterialButton(
color: Colors.blue,
Expand Down

0 comments on commit 4c8fb8d

Please sign in to comment.