0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.