728x90
    
    
  If you make the App like instagram. sometimes you would like to 2 page with 1 GetXController.
For example,
A profilePage -> follower List page -> B profilePage
in this time A profilePage and B profilePage are made in same page (Profile page) and same controller .
the solution is here.
Flutter: GetX - How navigate to different Views with same Controller class using Get.toNamed()?
I am trying to implement GetX navigation within the below code: import 'package:flutter/material.dart'; import 'package:get/get.dart'; void main() => runApp(MyApp()); class MyApp extends
stackoverflow.com
728x90
    
    
  '개발 > Flutter' 카테고리의 다른 글
| flutter compileSdkVersion 33 안되는 문제 (0) | 2022.09.09 | 
|---|---|
| flutter, dart list 합치기 expand (0) | 2022.09.08 | 
| Flutter에서 지네릭 메서드 만들기 (0) | 2022.09.02 | 
| static 변수만 사용하고 constructor 쓸 필요 없는 class (0) | 2022.09.01 | 
| flutter google map crash (0) | 2022.08.29 |