Skip to content

issues Search Results · repo:jonataslaw/getx language:Dart

Filter by

2k results
 (64 ms)

2k results

injonataslaw/getx (press backspace or delete to remove)

Describe the bug why the Controller instances not destory after call function onClose(). Or am I using the wrong posture? **Reproduction code example: import dart:async ; import package:easy_refresh/easy_refresh.dart ...
  • neopeng-bdy
  • 1
  • Opened 
    18 hours ago
  • #3327

if (GetPlatform.isWeb) { if (params != null params.isNotEmpty) { url += ? ; url += Uri(queryParameters: params).query; } Get.toNamed(url); } class AvatarBinding extends ...
  • lydat
  • Opened 
    23 hours ago
  • #3326

whenever i delete a specific controller and get Back to a screen if the controller is null it initializes again but In my case a have a global Alerts screen which is accessed from multiple screens, from ...
  • sinanGsr
  • Opened 
    yesterday
  • #3325

it would be awesome.
  • fisforfaheem
  • 4
  • Opened 
    8 days ago
  • #3324

When setting navigatorKey: Get.key inside GetMaterialApp, the following exception occurs at runtime: Exception: GetRoot is not part of the tree The relevant error-causing widget was: Builder(dirty) This ...
  • wheadali
  • Opened 
    9 days ago
  • #3323

while clicking browser back button while dialog box is open.page navigates to previous screen. example: route to second page.open dialog box and click back button. expected-dialog box should close instead ...
  • farookfrk
  • Opened 
    11 days ago
  • #3322

I found that if a View inherits from GetView without using const modifier constructor, the instance object of the View will always exist in memory, and every time it is routed to this View, a new instance ...
  • SJLBenjamin
  • 2
  • Opened 
    12 days ago
  • #3321

Describe the bug Get.close doesnt return a result, but using Get.backLegacy(result) its working Reproduction code NOTE: THIS IS MANDATORY, IF YOUR ISSUE DOES NOT CONTAIN IT, IT WILL BE CLOSED PRELIMINARY) ...
  • rymesaint
  • Opened 
    17 days ago
  • #3319

make it STABLE release
  • fisforfaheem
  • Opened 
    18 days ago
  • #3317

Hello, I had the problem after migrate to GetX 5. Get.closeOverlay() close current route, not my bottomSheet. I need to close only bottomSheet. I noticed that if I add small delay (like 1 second), it ...
  • Auramel
  • Opened 
    19 days ago
  • #3316
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub