일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- AI
- appstroe connect guideline
- undefined name
- withopacity
- buildcontext
- Flutter
- guideline 4.3(a)
- GetX
- infinity or nan toint
- pub.dev
- exception caught by image resource service
- exception
- permissiondeniedexception
- 에러
- app store connect guideline
- guideline 1.5
- .dio
- information needed
- dart sdk version upgrade
- flutter_dotenv
- app stroe connect guideline
- flutter_secure_storage
- providernotfoundexception
- youtube_player_flutter
- 플러터
- 채팅 메시지 정렬
- appstore connect guideline
- tflite_flutter
- flutter doctor -v
- app completeness
Archives
- Today
- Total
목록providernotfoundexception (1)
min_chan님의 블로그

작성 코드void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); runApp(MyApp());}// 기존class MyApp extends StatelessWidget { //현재 페이지 설정 // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( home: ChattingPage(), ); }}class HomePage extends StatefulWidget { @override _HomePageStat..
Flutter
2025. 1. 9. 16:29