login_screen.dartimport 'package:flutter/material.dart';class LoginScreen extends StatefulWidget { const LoginScreen({super.key}); @override State createState() => _LoginScreenState();}class _LoginScreenState extends State { final _nameController = TextEditingController(); final _emailController = TextEditingController(); final _formKey = GlobalKey(); String _name = '로그인 해주세요'; void _onL..
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..
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..
- Total
- Today
- Yesterday
- 자바 smtp
- XE3
- 플러터
- ocjap
- php
- C
- proc
- 인포믹스
- webix
- KG
- xe애드온
- 자바
- 파싱
- 포인터
- 파이썬
- 스크래핑
- MySQL
- JDBC
- 오라클
- 문자열
- EC
- Python
- 이클립스
- 프로씨
- C언어
- ocajp
- XE
- 라이믹스
- esql
- xe addon
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
