On-screen text
Simulator
iPhone 16 Pro Max
iOS 16.6
Explorer
main.dart
#package:flutter/material.dart
import 'package:flutter/material.dart';
import 'core/app_colors.dart';
import 'screens/splash_screen.dart';
void main() {
// Run | Debug | Profile
WidgetsFlutterBinding.ensureInitialized();
SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarIconBrightness: Brightness.dark,
statusBarBrightness: Brightness.light,
systemNavigationBarColor: Colors.black,
systemNavigationBarIconBrightness: Brightness.light,
));
runApp(const MaggieApp());
}
class MaggieApp extends StatelessWidget {
const MaggieApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'SplashScreen.appName',
debugShowCheckedModeBanner: false,
theme: ThemeData(
useMaterial3: true,
fontFamily: 'AppText.fontFamily',
scaffoldBackgroundColor: Colors.white,
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.purple,
brightness: Brightness.light,
),
// ColorScheme.fromSeed(
// seedColor: Colors.purple,
// brightness: Brightness.light,
// ),
// splashFactory: InkRipple.splashFactory,
// tabBarTheme: TabBarTheme(
// indicator: BoxDecoration(
// color: Colors.purple.shade100,
// ),
// ),
),
home: const SplashScreen(),
);
}
}
// Simulator
// iPhone 16 Pro Max
// iOS 16.6
// Explorer
// main.dart
// #package:flutter/material.dart
// import 'package:flutter/material.dart';
//
// import 'core/app_colors.dart';
// import 'screens/splash_screen.dart';
//
// void main() {
// // Run | Debug | Profile
// WidgetsFlutterBinding.ensureInitialized();
// SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle(
// statusBarColor: Colors.transparent,
// statusBarIconBrightness: Brightness.dark,
// statusBarBrightness: Brightness.light,
// systemNavigationBarColor: Colors.black,
// systemNavigationBarIconBrightness: Brightness.light,
// ));
// runApp(const MaggieApp());
// }
//
// class MaggieApp extends StatelessWidget {
// const MaggieApp({super.key});
//
// @override
// Widget build(BuildContext context) {
// return MaterialApp(
// title: 'SplashScreen.appName',
// debugShowCheckedModeBanner: false,
// theme: ThemeData(
// useMaterial3: true,
// fontFamily: 'AppText.fontFamily',
// scaffoldBackgroundColor: Colors.white,
// colorScheme: ColorScheme.fromSeed(
// seedColor: Colors.purple,
// brightness: Brightness.light,
// ),
// // ColorScheme.fromSeed(
// // seedColor: Colors.purple,
// // brightness: Brightness.light,
// // ),
// // splashFactory: InkRipple.splashFactory,
// // tabBarTheme: TabBarTheme(
// // indicator: BoxDecoration(
// // color: Colors.purple.shade100,
// // ),
// // ),
// ),
// home: const SplashScreen(),
// );
// }
// }
// 10:22
// Hello DailyFlutterUI
// Let's save your money.
// VISA
// ***** 2585
// Balance
// Exp. Date
// $8,182.80
// 08/26
// Name
dailyflutterui
// Add Card
// Send
// Request
// Top Up
// More
// Manage Expenses
// View All
// House Rent
// $300.00
// Internet Bill
// $85.00
// Groceries
// $240.00
// Transport
// $280.00
// Home
// Coffee & Snacks
// $24.90
// Add Card
// Enter your card details.
// Card network
// VISA
// Mastercard
// Card number
// 5345 7568 6712 3543
// Expiry date
// 12/37
// CVV
// +2
// Add Card
// Adding your card...
// VISA
// VISA
// $8,182.80
// dailyflutterui
// Add Card
// Home
// Coffee & Snacks
// $24.90