반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Chrome
- MachineLearning
- TensorFlow
- ReactNative
- 센토스
- xcode
- webpack
- 개발
- 네트워크
- centos
- build
- localserver
- VirtualBox
- Android
- jest
- 오블완
- IOS
- PYTHON
- unittest
- node
- 맥
- linux
- 리눅스
- androidstudio
- vsCode
- qunit
- react
- MAC
- 티스토리챌린지
Archives
- Today
- Total
목록2024/09/08 (1)
로메오의 블로그
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bnNxSc/btsJn0hh2w8/cMZ0biMea0Rpl7RP0fvqH1/img.png)
화면디자인main.dartimport 'package:flutter/material.dart';import 'firebase_login_screen.dart';import 'firebase_signup_screen.dart';import 'firebase_success_screen.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( routes: { '/login': (context) => const Firebase..
App & OS/Hybrid
2024. 9. 8. 16:18