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

outdated

A new Flutter plugin for coupang ad view.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:flutter_coupang_ad/flutter_coupang_ad.dart';

void main() => runApp(MyApp());

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: CoupangAdView(adId: '223812', height: 180),
        ),
      ),
    );
  }
}
3
likes
20
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin for coupang ad view.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on flutter_coupang_ad

Packages that implement flutter_coupang_ad