Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
Sign in
flutter column list

Flutter list with column (Bottom overflowed) - Mobikul

GridList is not scrolling, List is not scrolling, Issue list with column, bottom overflowed by 221 pixels Flutter list scrolling issue.
wono | discuss |
flutter getx

GetView / Obx를 통한 ListView 사용법

Obx를 통해 위젯의 상태값을 추적할 때, 기본적으로 단일 위젯의 상태값을 바라보게 된다. 무슨 말이냐면, ListView 위젯의 경우 children을 Obx를 래핑할 수 없다는 뜻이다. 우선 ListView의 children에 들어갈 데이터 리스트는 다음과 같이 추가하고 UI에 반영할 수 있다. historyList.value.addAll( _payload.dataList.map((data) => History.fromJson(data)).toList()); ac.historyList.refresh(); ListView의 경우 일반적인 방식으로 children을 Obx로 래핑할 수 없으며, 아래와 같이 ListView.builder를 이용하면서 이를 Obx로 래핑해야 한다. class HistoryL..
wono | discuss |
flutter appbar height

How to get AppBar height in Flutter

How can I get the height of an AppBar in Flutter? I am using the MarialApp Widget ('package:flutter/material.dart'). I have the height of my Context and would like to deduct the height of the appba...
wono | discuss |
game assets flags

Screaming Brain Studios - itch.io

wono | discuss |
game assets icon

Wishforge - itch.io

wono | discuss |
flutter bottom overflow

flutter scrollview and SingleChildScrollView throws bottom overflow and is not scrolling

The widgets inside the child scroll view doesn't scroll and throws bottom overflow exception on the screen when there are more widgets in that list view. I am not sure where I am doing a mistake. h...
wono | discuss |
flutter icon dynamic

How can I get Flutter material icon dynamically

I have the name for the icon returned from the api, for example like this: { "iconName": "home" } So i want to display it in my application: icon: Icon(Icons.home) But this...
wono | discuss |
flutter ui

Flutter로 UI를 구현하는 방법 | 요즘IT

이 글에서는 이미지를 포함한 모든 종류의 UI를 Flutter 코드로 변환하는 방법에 대해 소개할 예정입니다. 미리 말하자면 이 글은 앱 개발 튜토리얼이 아니며, 다양한 UI의 기본적인 개념과 구현 방법을 간략히 소개하는 가이드입니다.
wono | discuss |
flutter input

기본 위젯 2 (입력,다이얼로그,이벤트,에니메이션,쿠퍼티노)

flutter
wono | discuss |
flutter getx todo

A Flutter based ToDo app made with GetX Package

A Flutter based ToDo app made with GetX Package
wono | discuss |
flutter gext todo

A To-Do List app created using Flutter and GetX

Building a List to do App with Flutter.
wono | discuss |
flutter navigatorkey

Contextless navigation in Flutter

A couple of months ago I was working on an application for my company and I had to implement an auto logout functionality in the application. Coming from an Angular background, I could just use…
wono | discuss |
flutter getx addpostframecallback

Flutter - addPostFrameCallback

Flutter - How can I show a Dialog the very first time I load a page? How can I do something once a build is complete?
wono | discuss |
flutter getx middleware

GetX - Sample GetMiddleware

GetX - Sample GetMiddleware. GitHub Gist: instantly share code, notes, and snippets.
wono | discuss |
flutter getx redirect

How can I use condition and go to different page on flutter using Getx without click

I am trying to use firebase data to route different pages using Getx. First I have a splash screen and want to automatically go to different pages according to conditions. If the user has already l...
wono | discuss |
flutter getx controller service

[GetX] Service vs. Controller 차이를 GetX 패턴에 적용하기

문득 궁금해졌다. 공식 문서에 보면 서비스와 컨트롤러의 차이점에 대해 크게 눈에 띄게 설명해놓은 부분이 없다.
wono | discuss |
flutter getx pattern

GitHub - kauemurakami/getx_pattern: Design pattern designed to standardize your projects with GetX on Flutter.

Design pattern designed to standardize your projects with GetX on Flutter. - GitHub - kauemurakami/getx_pattern: Design pattern designed to standardize your projects with GetX on Flutter.
wono | discuss |
flutter getx starter

getx_pattern_starter_project_template/lib/app/modules/intro at main · pinedamg/getx_pattern_starter_project_template

This project must be used as a Template, to start building apps in record time!. This contains the most common cases of any App as custom Icon, Splash screen, Intro Screens, Login, Register, Forgot Password, Home Screen - getx_pattern_starter_project_template/lib/app/modules/intro at main · pinedamg/getx_pattern_starter_project_template
wono | discuss |
flutter getx

GetX

flutter
wono | discuss |
flutter dart class

a class method named ._() function in dart?

I've seen this code can anyone please explain to me what the AppTheme._() means, as I've read about its singleton class in dart but I really can't understand how it works. class AppTheme { AppTh...
wono | discuss |
Next
© 2026. LINKTAG.ORG. Help Feedback Privacy Terms