일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 막내의막무가내 안드로이드 코틀린
- 안드로이드 sunflower
- 막내의막무가내 코틀린
- 프로그래머스 알고리즘
- 주택가 잠실새내
- 막내의막무가내 코틀린 안드로이드
- Fragment
- 2022년 6월 일상
- 막내의막무가내 프로그래밍
- 막내의막무가내 SQL
- 막내의막무가내 코볼 COBOL
- 막내의 막무가내 알고리즘
- 프래그먼트
- 막내의막무가내 목표 및 회고
- 주엽역 생활맥주
- 막내의막무가내 안드로이드 에러 해결
- 막내의막무가내 플러터 flutter
- 막내의막무가내 플러터
- 막내의막무가내 알고리즘
- 부스트코스에이스
- 막내의막무가내 일상
- 부스트코스
- 막내의막무가내 rxjava
- 막내의막무가내 안드로이드
- 막내의 막무가내
- flutter network call
- 안드로이드 Sunflower 스터디
- 막무가내
- 안드로이드
- 막내의막무가내
- Today
- Total
목록플러터(Flutter) & Dart (24)
막내의 막무가내 프로그래밍 & 일상
https://www.udemy.com/certificate/UC-8475640a-8f7d-4705-98f0-dbfe27a9f67b/ Udemy 강의 수료 인증서 내 "The Complete 2021 Flutter Development Bootcamp with Dart" 강의 수료 인증서 www.udemy.com 유데미에서 수강신청했던 안젤라 선생님의 플러터 강의를 수료했다. 플러터와 다트의 기본기부터 파이어베이스와 Provider 아키텍처 패턴도 배울 수 있었다. 구글의 공식 플러터,Dart 강의이기도 해서 퀄리티가 좋고 입문자들에게 추천하는 강의이다! 다만 아쉬운점은 강의와 프로젝트가 플러터 1버전대인데 현재는 3버전대라 에러가 터지거나 뒷부분에서는 오류로 실습 진행이 끝까지 안된 경우도 있었다. 깃..
[에러] 플러터에서 실행을 누르니깐 다음과 같은 에러가 발생했습니다. 에러메시지 그대로 현재 플러터가 안드로이드의 너무 오래된 버전인 v1 사용으로 인한 버전 충돌 문제였습니다. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the Android embedding. It is being deprecated in favor of Android embe..
[이전학습] https://youngest-programming.tistory.com/701 [Flutter] Udemy 플러터 강의 섹션 14 학습 (학습중인 포스팅입니다) (Boss Level Challenge 3 - Bitcoin Tricker) [이전학습] https://youngest-programming.tistory.com/692 [Flutter] Udemy 플러터 강의 섹션 13 학습 (학습중 3시간18분 강의) (Clima - Powering Your Flutter App with Live W [이전학습] https://youngest-p.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/flutter-bootcam..
플러터 네트워크 통신 코드 예제 메모입니다 :) http 디펜던시 yaml 추가 (flutter 1.x 버전대임..) dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 #TODO: Add your dependencies here. http: ^0.12.1 https://pub.dev/packages/http/versions http package - All Versions Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs. ..
Flutter 는 리엑트네이티브처럼 IOS, Android 를 동시에 개발이 가능하다. Android 에서는 기본적으로 Material 디자인을 제공하고 있고 https://docs.flutter.dev/development/ui/widgets/material Material Components widgets docs.flutter.dev IOS에서는 Cupertino 라는 디자인을 제공하고 있다. https://docs.flutter.dev/development/ui/widgets/cupertino Cupertino (iOS-style) widgets docs.flutter.dev 위 두개의 링크처럼 플러터는 IOS, Android 두 프레임워크의 디자인을 모두 지원한다. 나는 Android 폰과 삼성..
[이전학습] https://youngest-programming.tistory.com/692 [Flutter] Udemy 플러터 강의 섹션 13 학습 (학습중 3시간18분 강의) (Clima - Powering Your Flutter App with Live W [이전학습] https://youngest-programming.tistory.com/685 [Flutter] Udemy 플러터 강의 섹션 12 학습 (BMI Calculator - Building Flutter for intermediates) [이전학습] https://youngest-programming.tistor.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/f..
[이전학습] https://youngest-programming.tistory.com/685 [Flutter] Udemy 플러터 강의 섹션 12 학습 (BMI Calculator - Building Flutter for intermediates) [이전학습] https://youngest-programming.tistory.com/682 [Flutter] Udemy 플러터 강의 섹션 11 학습 (섹션 11: Boss Level Challenge 2 - Destini) [이전학습] https://youngest-programming.tistory.com/624.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/flutter-bootc..
[에러내용] A non-null String must be provided to a Text widget. 'package:flutter/src/widgets/text.dart': Failed assertion: line 370 pos 10: 'data != null' 말그대로 null 에러가 났다. 근데 null 에러가 날 수가 없는 상황이고 앞에 null체크를 해줘도 같은 에러가 났다. 이걸로 삽질을 한거에 대해 포스팅을 한다. (별거아니지만 헿) import 'package:bmi_calculator/components/bottom_button.dart'; import 'package:flutter/material.dart'; import '../components/reusable_card.dart..
The overflowing RenderFlex has an orientation of Axis.vertical.The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex. 넘친 RenderFlex의 방향은 Axis.vertical입니다. 넘치고 있는 RenderFlex의 가장자리는 렌더링에서 노란색과 검은색 줄무늬 패턴으로 표시되었습니다. 이는 일반적으로 내용이 RenderFlex에 비해 너무 커서 발생합니다. 해결하는 ..
안드로이드에서는 제약뷰로 제약을 주면 되었는데 플러터에서는 선언형 UI 방식이기도해서 구현 방법이 좀 다르다. 많이 써먹을 것 같아 기록한다. crossAxisAlignment: CrossAxisAlignment.baseline, textBaseline: TextBaseline.alphabetic, 을 사용해서 크기가 다른 Text위젯인 100과 cm를 가운데 정렬 + cm는 숫자 100과 더 크기가 큰 위젯인 100의 하단 베이스라인에 맞추는것을 구현했다. 베이스라인은 이렇게 서로 다른 위젯, 폰트의 기준을 잡아주는 역할을 한다고 보면 된다. 그리고 textBaseLine은 알파벳을 기준선으로하는 alphabetic과 텍스트영역 최하단 기준인 ideographic가 있다. Expanded( child:..
플러터는 객체지향과 함수형 프로그래밍 특징을 모두 가진 언어이다. https://api.flutter.dev/flutter/dart-core/Function-class.html Function class - dart:core library - Dart API The base class for all function types. The run-time type of a function object is subtype of a function type, and as such, a subtype of Function. Constructors Function() Properties hashCode → int A hash code value that is compatible with operator==. read..
[이전학습] https://youngest-programming.tistory.com/682 [Flutter] Udemy 플러터 강의 섹션 11 학습 (섹션 11: Boss Level Challenge 2 - Destini) [이전학습] https://youngest-programming.tistory.com/624 [Flutter] Udemy 플러터 강의 섹션 10 학습 (섹션 10: Quizzler -Modularising & Organising FlutterCode) [이전학습] https://youngest-programming.t.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/flutter-bootcamp-with-da..
[이전학습] https://youngest-programming.tistory.com/624 [Flutter] Udemy 플러터 강의 섹션 10 학습 (섹션 10: Quizzler -Modularising & Organising FlutterCode) [이전학습] https://youngest-programming.tistory.com/623 [Flutter] Udemy 플러터 강의 섹션 9 학습 (Xylophone - Using Flutter and Dart Packages toSpeed Up Development) [이전학습] https://youngest-prog.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/flutter..
[이전학습] https://youngest-programming.tistory.com/623 [Flutter] Udemy 플러터 강의 섹션 9 학습 (Xylophone - Using Flutter and Dart Packages toSpeed Up Development) [이전학습] https://youngest-programming.tistory.com/621 [Flutter] Udemy 플러터 강의 섹션 8 학습 (학습중..) (Boss Level Challenge 1 - Magic 8 Ball) [이전학습] https://youngest-programming.tistory.co.. youngest-programming.tistory.com [참고] https://www.udemy.com/course..
[이전학습] https://youngest-programming.tistory.com/621 [Flutter] Udemy 플러터 강의 섹션 8 학습 (학습중..) (Boss Level Challenge 1 - Magic 8 Ball) [이전학습] https://youngest-programming.tistory.com/617 [Flutter] Udemy 플러터 강의 섹션 7 학습 (Dicee - Building Apps with State) 플러터에 대해 조금씩 학습하고 있습니다. 최근에는 연수때문에 시간이.. youngest-programming.tistory.com [참고] https://www.udemy.com/course/flutter-bootcamp-with-dart/ The Complete 2..