// 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..
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..
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..
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: Colors.orange), useMateri..
현재 프로젝트 경로에 Terminal 로 가서 flutter pub add webview_flutter PS C:\Users\aaa\StudioProjects\first_flutter> flutter pub add webview_flutter flutter pub add webview_flutter Resolving dependencies... collection 1.17.2 (1.18.0 available) material_color_utilities 0.5.0 (0.8.0 available) meta 1.9.1 (1.10.0 available) + plugin_platform_interface 2.1.6 stack_trace 1.11.0 (1.11.1 available) stream_channel 2..
플러터로 웹뷰를 만들고 있는데 net::ERR_CLEARTEXT_NOT_PERMITTED 에러가 발생하였다. 뭐지.. 하고 구글링을 해보니 android:usesCleartextTraffic="true" 추가하라고 나왔다. 어디냐면 AndroidManifest.xml 근데 구글링해도 경로가 안 맞았다. 전체 경로를 친절히 알려주마 flutter > android > app > src > main > AndroidManifest.xml
- Total
- Today
- Yesterday
- 자바 smtp
- 문자열
- 라이믹스 모듈
- Python
- XE3
- esql
- 파이썬
- 자바
- 프로씨
- webix
- ocjap
- php
- 파싱
- KG
- 스크래핑
- EC
- 포인터
- C언어
- 인포믹스
- xe addon
- 플러터
- ocajp
- XE
- 오라클
- 이클립스
- MySQL
- C
- xe애드온
- proc
- JDBC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |