adapty_flutter 1.0.14 copy "adapty_flutter: ^1.0.14" to clipboard
adapty_flutter: ^1.0.14 copied to clipboard

PlatformAndroidiOS
outdated

Adapty SDK is an open-source framework that makes implementing in-app subscriptions in Flutter applications fast and easy. It’s 100% open-source and lightweight.

example/lib/main.dart

import 'package:adapty_flutter_example/screens/main_screen.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  Widget build(BuildContext context) {
    return MaterialApp(
      home: MainScreen(),
    );
  }
}
98
likes
140
points
6.38k
downloads

Publisher

verified publisheradapty.io

Weekly Downloads

Adapty SDK is an open-source framework that makes implementing in-app subscriptions in Flutter applications fast and easy. It’s 100% open-source and lightweight.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adapty_flutter