ds_purchase 0.0.10 copy "ds_purchase: ^0.0.10" to clipboard
ds_purchase: ^0.0.10 copied to clipboard

Purchase SectDev components for Flutter projects (https://sect.dev/). Currently supports Adapty only

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }


  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const SizedBox(),
      ),
    );
  }
}
3
likes
0
points
704
downloads

Publisher

verified publisheraltush.pro

Weekly Downloads

Purchase SectDev components for Flutter projects (https://sect.dev/). Currently supports Adapty only

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

adapty_flutter, ds_ads, ds_common, fimber, firebase_analytics, flutter

More

Packages that depend on ds_purchase

Packages that implement ds_purchase