radzish
radzish
I noticed this too: https://github.com/mobxjs/mobx.dart/issues/849
duplicate of https://github.com/mobxjs/mobx.dart/issues/855
closing as duplicate
@huycozy, see code without go_router below: ```dart import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( home: MyPage(),...
I am missing this too. What is even worse is that I can not write my own converter to handle query params as I need. Request converter will be only...
Another example (I believe it is somehow related: ) ```dart import 'package:flutter/material.dart'; const Color grey = const Color.fromARGB(255, 100, 100, 100); const Color black = const Color.fromARGB(255, 0, 0, 0);...
This is not boxes overlapping, but rather spare space between boxes, so color of background is popping up. I was changing background to different color and this color was popping...
Root cause is that boxes can not be aligned with physical pixels. I would not call it "normal", I would rather call it "expected". On android similar (semantically) case is...
I do not think it is hardware/os related - it happens in different environmets, including mine (linux, a2000 mobile gpu, intel xeon processor, 64 RAM, 1T nvme drive). I noticed...
дуже дякую за коментар