Sergio Molchanovsky
Sergio Molchanovsky
Thanks, it became clear now. In general, is `ferry` stable enough for production using? I'm worry about 0.xx version (not even 1.0), and "Maintainers needed" notice in the main repo...
I need this fix ASAP, because I have this error. A webview is just blank.
Still a problem: bump to analyzer ^7.3.0
> import 'package:retrofit/http.dart' instead of import 'package:retrofit/retrofit.dart';. There's now error
```yaml retrofit: ^4.4.2 retrofit_generator: ^9.1.9 ```
@chunhtai @ThangVuNguyenViet strange behaviour occurs when using context.push instead of context.go Example: `/profile/referral/select-method/withdraw` When using ```dart context.go('./select-method'); context.go('./withdraw'); ``` it's okay. When using ```dart context.push('./select-method'); context.push('./withdraw'); ``` we got `"GoException:...
Need this too. `desktop_multi_window` has numerous issues. 1. Only "main" window has a window title bar. Secondary windows do not have it. 2. File I/O API doesn't work from secondary...
upd.: `desktop_multi_window` was updated to `0.3.0` just today, and they solved both of these problems Now `desktop_multi_window` is used solely for multiple windows creation, and `window_manager` for handling position, title,...
Same here, we should add `minimalSize` parameter, so the toast will take its content size instead of a screen width size. I don't want to create a custom toast just...
It probably depends on your system theme. I have dark theme on my phone.