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

getx

flutter getx

How do I hook getX with a model class in flutter?

I have a user model class in Flutter which I'm using to parse user data. It looks like this: class UserModel { final String id; final String username; final String email; UserModel({
wono | discuss |
flutter getx

Detail explain “GetStorage” in Getx Flutter and some Advance concepts you have not used before

In Flutter, GetStorage is a lightweight key-value storage system that allows you to persist data on the device. It is provided by the GetX package, which is a popular state management and dependency…
wono | discuss |
flutter getx list

Flutter - how to store a list in GetStorage?

For each article the user browses, I want to save the ID information. I am using getstorage my code sample is below. I can not find a true way also, i am looking best way to save id's list. fin...
wono | discuss |
flutter getx list

todo-list-get-storage/lib/app/data/model/annotation.dart at main · kauemurakami/todo-list-get-storage

Create TODO LIST with Get Storage ! Contribute to kauemurakami/todo-list-get-storage development by creating an account on GitHub.
wono | discuss |
flutter getx class

GetStorage doesn't save objects for persistent use · Issue #106 · jonataslaw/get_storage

I noticed the package is save only primitive types after restart the app, but a custom objects can't save for persistent storage. But a custom object can be save in the box for reuse until the application is close. Is it a bug or just no...
wono | discuss |
flutter flame getx game

GitHub - vbcc2001/tank_game: Tank Game

Tank Game. Contribute to vbcc2001/tank_game development by creating an account on GitHub.
wono | discuss |
flutter getx utils

[Flutter] GetX ⑤ - Utils (Dialog, SnackBar)

get | Flutter Package Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. pub.dev 설정 pubspec.yaml dependencies: get: ^4.6.5 main.dart MaterialApp 을 GetMaterialApp 으로 변경해주세요. import 'package:flutter/material.dart'; import 'package:get/get.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key})..
wono | discuss |
flutter getx stream

How do I close a stream when my Get Controller is deleted from memory?

I am using the following package https://pub.dev/packages/get . I have the following controller class GroupController extends GetController{ StreamController<GroupModel> _streamControlle...
wono | discuss |
flutter getx 앱광고 오프닝광고

Flutter getx를 이용한 Admob 오프닝 광고

Admob을 연동해보자
wono | discuss |
flutter firebase analytics getx 앱분석

[Flutter] 플러터 애널리틱스 GA(An.. : 네이버블로그

wono | discuss |
flutter getx admob

flutter getx를 활용해 admob 추가하기 - Vlee's Tale

wono | discuss |
flutter getx restart

Restart app using getx · Issue #2226 · jonataslaw/getx

I am using getx for state management. My Project is Multi-language so I want to restart App. for restart, I am using Get.reset() but it's not working. I used some plugins like restart_app: ^1.1.0 and flutter_phoenix: ^1.0.0 but it's not ...
wono | discuss |
flutter getx admob google

Flutter getx를 이용한 Admob 오프닝 광고

Admob을 연동해보자
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 getx todo

A Flutter based ToDo app made with GetX Package

A Flutter based ToDo app made with GetX Package
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 |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms