일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- .dio
- flutter doctor -v
- app stroe connect guideline
- 플러터
- undefined name
- tflite_flutter
- youtube_player_flutter
- guideline 1.5
- flutter_dotenv
- dart sdk version upgrade
- infinity or nan toint
- information needed
- 에러
- appstroe connect guideline
- Guideline 5.1.1
- Flutter
- withopacity
- AI
- guideline 4.3(a)
- exception
- permissiondeniedexception
- providernotfoundexception
- app completeness
- pub.dev
- get_it
- flutter_secure_storage
- exception caught by image resource service
- appstore connect guideline
- 채팅 메시지 정렬
- app store connect guideline
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