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

retracted

AdsPostX offers a flutter plugin designed to help you integrate AdsPostX into your flutter mobile application within minutes and start generating more revenue and increasing sales.

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
0
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 and start generating more revenue and increasing sales.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on adspostx_flutter