// main.dartimport 'package:flutter/material.dart';import 'views/first_screen.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.fromSee..
https://replit.com/ Replit – Build software fasterReplit is an AI-powered software development & deployment platform for building, sharing, and shipping software fast.replit.com https://www.cursor.com/ CursorThe AI Code Editorwww.cursor.comhttps://tailwindcss.com/ Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.Tailwind CSS is a utility-first CSS framework for rapidly..
Lottie.asset('images/ani.json'),// pubspec.yamldependencies: flutter: sdk: flutter cupertino_icons: ^1.0.8 lottie: ^3.1.3assets: - images/ani.json// Load a Lottie file from your assetsLottie.asset('assets/LottieLogo1.json'),// Load a Lottie file from a remote urlLottie.network('https://raw.github … bilo/A.json’),// Load an animation and its images from a zip fileLottie.asset('assets/l..
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..
- Total
- Today
- Yesterday
- 스크래핑
- ocjap
- KG
- 라이믹스
- C
- 자바 smtp
- 포인터
- 오라클
- proc
- ocajp
- 문자열
- EC
- 인포믹스
- Python
- esql
- php
- XE
- MySQL
- 이클립스
- 파싱
- webix
- 프로씨
- 플러터
- XE3
- JDBC
- xe addon
- xe애드온
- C언어
- 자바
- 파이썬
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |

