adpack

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

adpack

Adpack(
settings: AdpackSettings.initialize(
appsFlyerKey: dotenv.env['APPSFLYER_KEY']!,
supabaseUrl: dotenv.env['SUPABASE_KEY']!,
supabaseKey: dotenv.env['SUPABASE_URL']!,
isDebug: true, // default kDebugMode
),
loadingPage: LoadingPage( // optional
loadingWidget: LoadingAnimationWidget.horizontalRotatingDots(
color: Colors.pink,
size: 64,
),
),
child: const Scaffold( // Your initial page here
body: Center(
child: Text('HOME PAGE'),
),
),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.