Igor Kharakhordin

Results 8 comments of Igor Kharakhordin

Hello. Have you tried searching for a solution? For example, try something from this question: https://stackoverflow.com/questions/62593939/cocoapods-not-installed-or-not-in-valid-state

At this point, the package is abandoned. Consider using package_info_plus/device_info_plus.

> ContextCompat.getDrawable(requireContext(), R.drawable.yandex_logo_en) > ContextCompat.getDrawable(requireContext(), R.drawable.yandex_logo_en_white) > ContextCompat.getDrawable(requireContext(), R.drawable.yandex_logo_ru) > ContextCompat.getDrawable(requireContext(), R.drawable.yandex_logo_ru_white) > > Возможно, не самое лучшее решение, но перепробовав многое, только это мне помогло. Можно создать xml файл...

Hello. Which version of fontify are you using? If it's not "0.3.0-nullsafety.1", try to switch to this version and reproduce the problem again. Thank you

Probably, there should be an option to generate code without null safety. For now, I have to pass "withNullability: false" to the `getDisplayString` method.

Same issue. Importing flutter.jar fixes resolving, but then project fails to build.

@codyogden it's been half a year since I created this PR and ~10 more Google services got killed during that time. Can it also be reviewed and merged, please, or...

Same issue, introduced with freezed 3.2.0 + json_serializable 6.10.0 (both using build/source_gen 3.0.0-dev). Works fine with freezed 3.1.0 + json_serializable 6.9.5