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
- 파싱
- ocjap
- C언어
- esql
- 인포믹스
- C
- proc
- 파이썬
- XE
- XE3
- xe addon
- 스크래핑
- MySQL
- xe애드온
- KG
- Python
- 포인터
- 자바 smtp
- ocajp
- php
- 자바
- 라이믹스
- JDBC
- EC
- 프로씨
- 플러터
- 문자열
- 오라클
- webix
- 이클립스
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |

