Konstantin Yeftifeyev
Konstantin Yeftifeyev
Add This ``` Route modalsPageRoute( BuildContext context, Widget child, CustomPage page, ) { return MaterialWithModalsPageRoute( fullscreenDialog: page.fullscreenDialog, settings: page, builder: (_) => child, ); } ``` And use like this...
@leisim I will try to make a test open-source project today which would reproduce the error
@leisim Good day. Sorry for the delay. https://github.com/robotoss/rick_and_morty_isar We have a very confusing data structure that the api service gives us, so we had to add a delay (it's the...
@leisim During the restart via the back button and a couple of times it appeared during the hot-restart
Good day, I add while to isar init. https://github.com/robotoss/rick_and_morty_isar/commit/af47da1a7f2a23e8b5c52a2dfac249bb8aa4b226 But it is doesn't help.
@MabezDev MacOS Monterey 12.5 (M1 pro) Your answer did not help The error is not resolved.
@georgik `I used python3 -m pip install certifi` and that didn't help I don't have DST Root CA X3 in Keychain ISGR Root X1 is trusted and up-to-date The weird...
Is there any news? I try to reinstall python And run Certificates.command ``` zoxo@Konstantins-MBP ~ % /Applications/Python\ 3.10/Install\ Certificates.command ; exit; -- pip install --upgrade certifi Requirement already satisfied: certifi...
Greetings, everyone. I don't know what helped me, but here's my procedure: 1. I completely uninstalled the previously installed python. 2. Cleared the .zshrc of ``` export LIBCLANG_PATH="/Users/zoxo/.espressif/tools/xtensa-esp32-elf-clang/esp-14.0.0-20220415-aarch64-apple-darwin/lib/" export PATH="/Users/zoxo/.espressif/tools/xtensa-esp32-elf-gcc/8_4_0-esp-2021r2-patch3-aarch64-apple-darwin/bin/:/Users$...
Hey @MisterJimson , Could you take a quick look at PR #166r? It support new version Android studio with java Thanks a lot!