Bakti
Bakti
i got same issue using flutter version 3.19.1 `/AppData/Local/Pub/Cache/git/one_context-b4e7187f8fccb616ff75c60957dcaf3fad43826a/lib/src/controllers/dialog_controller.mixin.dart:164:10: Error: Expected 0 type arguments. Future showBottomSheet({ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Target kernel_snapshot failed: Exception ` i tried to modify the targeted function like...
so i use auto route for my project and it use MaterialApp.router() instead of MaterialApp my code is looking like this `import 'package:auto_route/auto_route.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; import...
@duy-ntt i already tried but still have same error
I figure it the problem is when you define MaterialApp that wrapped by builder from another package it will cause an error `OneContext not initiated` maybe you can add some...