분류 전체보기

https://www.boost.org/doc/libs/1_85_0/ Boost 1.85.0 Library DocumentationAccumulators Framework for incremental calculation, and collection of statistical accumulators. Author(s) Eric Niebler First Release 1.36.0 C++ Standard Minimum Level 03 Categories Math and numerics Algorithm A collection of useful generic algorithms.www.boost.org HTTP Clienthttps://www.boost.org/doc/libs/1_73_0/libs/beast/..
· Error
Overview. hasSize 문제 진짜 짜증난다 엌ㅋ.. 왜 에러가 나오는 것일까 Sizedbox 1. 왜 에러가 나오는 것일까? 이 오류는 보통 위젯이 레이아웃 되기 전에 그릴 영역의 크기를 결정할 수 없다는 것을 나타냅니다. 이는 주로 부모 위젯이 자식 위젯을 레이아웃하기 위해 충분한 정보를 제공하지 않거나, 자식 위젯이 자신의 크기를 결정할 수 없는 경우에 발생합니다. 해결하기 위해 몇 가지 접근 방법이 있습니다 부모 위젯의 제약사항을 검토하세요: 부모 위젯이 자식 위젯을 레이아웃하는 데 충분한 제약사항을 제공하는지 확인하세요. 필요한 경우에는 부모 위젯의 크기를 조정하거나 레이아웃 규칙을 수정하여 문제를 해결할 수 있습니다. 자식 위젯의 제약사항을 검토하세요: 자식 위젯이 자신의 크기를 결정하..
개발 환경 설정 https://reactnative.dev/docs/environment-setup?guide=native Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev API 문서 https://reactnative.dev/docs/components-and-apis#basic-components Core Components and APIs · React Native React Native provides a number of built-in Core Components ready for you to..
· Error
Overview. The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. 에러 사진 에러 이유 에러 해결 참조 문서 https://stackoverflow.com/questions/76815342/i-keep-getting-this-error-the-android-gradle-plugin-supports-only-kotlin-gradle I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher." I have been getting this error when..
https://itch.io/ Download the latest indie games itch.io is a simple way to find, download and distribute indie games online. Whether you're a developer looking to upload your game or just someone looking for something new to play itch.io has you covered. itch.io
Overview. 귀찮으니 AnimatedSwicher , AnimatedOpacity , AnimatedDefaultTextStyle 를 한번에 작성해보장 각각 보면 그냥 다 아실거 같아요 ㅎㅎ.. 그래서 그냥 코드와 영상만 보여드리겠습니다. AnimatedSwicher AnimatedOpacity AnimatedDefaultTextStyle 0. 문서 https://api.flutter.dev/flutter/widgets/AnimatedSwitcher-class.html AnimatedSwitcher class - widgets library - Dart API A widget that by default does a cross-fade between a new widget and the widget..
Overview. AnimatedWidget 구현체 들과 AnimationController , Animation 에 대해 알아보자 AnimatedWidget AnimationController Animation AnimatedWidget - ScaleTransition AnimatedWidget - FadeTrasition AnimatedWidget - RotatedTransition AnimationWidget - PositionedTransition 0. 문서 https://api.flutter.dev/flutter/widgets/AnimatedWidget-class.html AnimatedWidget class - widgets library - Dart API A widget that rebui..
Overview. 애니메이션 효과를 줄 수 있는 컨테이너인 AnimatedContainer 를 알아봅시다. 사실 쉽게 Drawer 로 사이드바를 구현이 가능하지만 한번 해보죠. 사이드바가 아닌 다른 도형이나 이런것들로 구현도 가능하니 봅시다!! AnimatedContainer 0. 문서 https://www.youtube.com/watch?time_continue=56&v=yI-8QHpGIP4&embeds_referring_euri=https%3A%2F%2Fapi.flutter.dev%2F&embeds_referring_origin=https%3A%2F%2Fapi.flutter.dev&source_ve_path=MjM4NTE&feature=emb_title https://api.flutter.dev/fl..
Overview . TabBar 란 ? 넘겨 볼수 있게 하는 네비게이션? 이다. TabBar 란? DefaultTabController 란? 예제를 확인해 보자 0. 문서 https://api.flutter.dev/flutter/material/TabBar-class.html TabBar class - material library - Dart API A Material Design primary tab bar. Primary tabs are placed at the top of the content pane under a top app bar. They display the main content destinations. Typically created as the AppBar.bottom part o..
Overview. 만약 이미지나 등등을 부모 컨테이너에 꽉 차게 또는 맞추고 싶다면 쓰면 될 얘인것 같다. 0. 문서 https://api.flutter.dev/flutter/widgets/FittedBox-class.html FittedBox class - widgets library - Dart API Scales and positions its child within itself according to fit. In this example, the Placeholder is stretched to fill the entire Container. Try changing the fit types to see the effect on the layout of the Placeholder. link To ..
Overview. 이번에는 key 가 왜 중요한지에 대하여 알아보자 조금 어려운(?) 개념이라는데 40분만 들어서는 아무래도 영 몹미더운 부분이 있을 수 있으니 양해 부탁드립니다. flutter 로는 많은 설명이 있으니 그 부분은 간단히? 들어가봅니다. Stateless 와 Stateful Key 를 어떻게 부모 객체에 전달 할 수 있을까 0. 문서 (구글 짱이야) https://velog.io/@sooah/Flutter-Key [Flutter] Key super key 에러 제거하기 velog.io https://dart-ko.dev/language/constructors 생성자 Dart 생성자에 대한 모든 것. dart-ko.dev https://www.youtube.com/watch?v=6t2ZKr..
Overview. 어 이거 그냥 딱 보면 아 걔네? 알거다. 왜냐면 아코디언 같거든요 아무튼 목차부터 ExpantionPanelList 0. 문서 https://api.flutter.dev/flutter/material/ExpansionPanelList-class.html ExpansionPanelList class - material library - Dart API A material expansion panel list that lays out its children and animates expansions. The expansionCallback is called when the expansion state changes. For normal ExpansionPanelList widgets, i..
별이춤추는밤
'분류 전체보기' 카테고리의 글 목록