teads_sdk_flutter 1.0.1 copy "teads_sdk_flutter: ^1.0.1" to clipboard
teads_sdk_flutter: ^1.0.1 copied to clipboard

Teads allows you to integrate a single SDK into your app, and serve premium branded ads from Teads SSP.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:teads_sdk_flutter_example/src/presentation/home/home_view.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomeView(),
      debugShowCheckedModeBanner: false,
    );
  }
}
6
likes
0
pub points
24%
popularity

Publisher

verified publisherteads.com

Teads allows you to integrate a single SDK into your app, and serve premium branded ads from Teads SSP.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on teads_sdk_flutter