![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/4tnKs/btsKiGCbhBO/L6WN0Cgxmknd5tBGeORb0k/img.png)
login_screen.dartimport 'package:flutter/material.dart';class LoginScreen extends StatefulWidget { const LoginScreen({super.key}); @override State createState() => _MyWidgetState();}class _MyWidgetState extends State { final _nameController = TextEditingController(); final _emailController = TextEditingController(); final _formKey = GlobalKey(); void _onLogin(){ final form=_formKey.cur..
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/b2JJ6j/btsKg9FZ9CT/mwFDlH5089hy7HEqYtWMJK/img.png)
import 'dart:math';import 'package:flutter/material.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Color..
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/c1hxRd/btsKhbCsmwh/G8zInMHBHwtYoRqMUfMQnK/img.png)
Flutter Layout Demo 코드 (리팩토링 후)main.dartviews/layout_demo_page.dartcomponents/icon_group.dart // main.dartimport 'package:flutter/material.dart';import 'views/layout_demo_page.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return Mater..
- Total
- Today
- Yesterday
- 프로씨
- 이클립스
- XE
- MySQL
- esql
- 인포믹스
- 스크래핑
- 포인터
- 파싱
- webix
- KG
- xe애드온
- xe addon
- C언어
- proc
- 오라클
- ocjap
- 라이믹스 모듈
- JDBC
- EC
- C
- php
- 플러터
- 자바
- XE3
- 문자열
- ocajp
- Python
- 자바 smtp
- 파이썬
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |