paywall_ui 0.0.1 copy "paywall_ui: ^0.0.1" to clipboard
paywall_ui: ^0.0.1 copied to clipboard

This package was created to facilitate the development of new paywalls.

example/lib/main.dart

import 'package:example/app/routes/pages.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';

void main() {
  runApp(
    GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      getPages: AppPages.pages,
      initialRoute: Routes.HOME,
      fallbackLocale: const Locale('en', 'US'),
      locale: Get.locale,
      defaultTransition: Transition.cupertino,
    ),
  );
}
3
likes
70
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This package was created to facilitate the development of new paywalls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

animate_do, flutter, get, iconsax

More

Packages that depend on paywall_ui