════════════════════════════════════════════ FLUTTER LAUNCHER ICONS (v0.9.1) ════════════════════════════════════════════ ✓ Successfully generated launcher icons Unhandled exception: FormatException: Invalid number (at character 1) ^ #0 int._handleFormatError (dart:core-patch/integers_patch.dart:129:7) #1 int.parse (dart:core-patch/integers_patch.dart:55:14) #2 minSdk (package:flutter_launcher_i..
에러 ┌─ Flutter Fix ───────────────────────────────────────── │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, then update │ D:\00.Project\01.Mobile\search_app\android\build.gradle: │ ext.kotlin_version = '' └─────────────────────────────────────────────── 수정 내용 위치 : android\build.grad..
before dependencies: flutter: sdk: flutter after (2줄 추가 flutter_localizations:) dependencies: flutter: sdk: flutter flutter_localizations: sdk: flutter ex) main.dart MaterialApp( title: 'Hello, Flutter', localizationsDelegates: [ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], supportedLocales: [ Locale('ko', 'KR'), // Locale('..
패키지 : intl | Dart Package (pub.dev) intl | Dart Package Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. pub.dev 사용법 : DateFormat('yyyy/MM/dd').format(DateTime.now()), -> 2022/01/01
두군데서 개발을 하다보니 업그레이드 하다가 에러가 발생하는 경우가 생김 아래와 같이 flutter upgrade 시도시 에러가 날때 force 명령어를 사용해서 강제로 업그레이드를 시도해주자 Your flutter checkout has local changes that would be erased by upgrading. If you want to keep these changes, it is recommended that you stash them via "git stash" or else commit the changes to a local branch. If it is okay to remove local changes, then re-run this command with "--force". 강..
공식 문서 https://dart.dev/guides/language/language-tour#cascade-notation A tour of the Dart language A tour of all the major Dart language features. dart.dev 단순하게 생각하면 객체 멤버 변수에 대한 접근을 보다 간결하게 할 수 있도록 해줌 before Hello hello = Hello(); hello.title = "타이틀"; hello.body = "몸뚱아리"; after Hello() ..title = "타이틀"; ..body = "몸뚱아리";
Custom Appbar에 넣은 Expanded에서 위의 에러가 발생 상위 위젯에 Stack을 사용해서 발생한 것으로 보임. 암튼 해당 에러가 발생하면 찾아서 지워보자. ㅎㅎ The following assertion was thrown while applying parent data.: Incorrect use of ParentDataWidget. The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a RenderObject, which has been set up to accept ParentData of incompatible type ParentData. Usually, this mean..
환경 - Visual Studio 2022 - Visual Studio Code - Flutter Version : 2.8.1 - Dart Version : 2.15.1 생성 방법 1) flutter devices -> desktop 환경이 추가되어 있는지 확인 2) flutter config --enable-windows-desktop (※ desktop 개발환경이 추가 안되어 있을 경우에만) 3) 프로젝트를 만들고자 하는 폴더로 이동 -> ex) cd c:\project 4) flutter create --platforms=windows "프로젝트명" -> ex) flutter create --platforms=windows hello_flutter 5) c:\project 폴더에 hello_flut..
- Total
- Today
- Yesterday
- EC2
- flutter_launcher_icons
- 중곡동
- 단축키
- portrait
- 맥
- GIT
- 몽고DB
- Android
- flutter
- CentOS
- mariadb
- 윈도우
- tip
- 명령어
- Qt Creator
- RDS
- NPM
- 독산시대
- AWS
- windows
- MAC
- vs code
- electron
- 스마트포토
- IOS
- 안드로이드 스튜디오
- nodejs
- vscode
- prebuilt
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |