Yudha Virma Allasca

Results 13 comments of Yudha Virma Allasca

I did yesterday, a simple (maybe bad code) to handle multi set-cookie from this ![](https://i.ibb.co/tcP06RC/Untitled.png) to this ```dart void updateHeader(Response response) { try { var newHead = response.headers['set-cookie'] .toString() .substring(1,...

> I found a workaround as [mentioned here](https://stackoverflow.com/a/70417084), placing the firebase CLI binary in your project and renaming it to `firebase.exe` works fine... not work with me. PS D:\Flutter\tebak> flutterfire...

> @allasca Your error doesn't seem to be related to mine. You had same error as me before? I dont know, maybe same. already re-install flutter_cli still not work. already...

should not be a problem ```dart onSelectedPetak(String petak) async { columns = []; rows = []; update(); //

change materialapp with getmaterialapp

you need create controller for every page, C , B and D controller will destroyed if you leave the page, and if you back to page B, controller B will...

@quentin996007 get.offamed will destroyed the last page and remove it from stack, and you cant go back. Try use get.tonamed. sorry I ma not using get_cli anymore, little forgot about...

Thanks for your reply. Got your point. but I found hard (not what I want? / I am a noob) when come to labeling the polygon on other packages (others...

I use this ```dart class MainApp extends StatelessWidget { const MainApp({super.key}); @override Widget build(BuildContext context) { return GetBuilder( init: MainController(), builder: (_) { return GetMaterialApp( title: "Lestaripedia", theme: ThemeData( colorScheme:...