adspostx_flutter 0.0.16 copy "adspostx_flutter: ^0.0.16" to clipboard
adspostx_flutter: ^0.0.16 copied to clipboard

AdsPostX offers a Flutter plugin designed to help you integrate AdsPostX into your Flutter mobile application within minutes.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'adspostxdemo.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: AdsPostXDemo());
  }
}
0
likes
160
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

AdsPostX offers a Flutter plugin designed to help you integrate AdsPostX into your Flutter mobile application within minutes.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on adspostx_flutter