Ujang Karnadi
Ujang Karnadi
this behavior only appear with zoomable list, it is not really important, but it is weird.
do you find solution? I also have the same problem
> Even in version 1.4.0, the system always ran toasty. To give you a perspective, running the Intel Power Gadget tool will always run a CPU average of 55 degrees...
i have the same issue
I have test it with sofle and worked great. thanks
In catalina it work OOTB without kext and kext patch.
also InjectedTheme with DynamicColorBuilder support would be awesome.
I have another problem again, I was using the injected theme feature, but in the end, I want user to add custom color/image to generate their own preffered theme. the...
my workaround for now, without using injected localization ```dart import 'package:flutter/material.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter_gen/gen_l10n/app_localizations_en.dart'; import 'package:flutter_gen/gen_l10n/app_localizations_id.dart'; import 'package:states_rebuilder/states_rebuilder.dart'; @immutable class Localization { final locale = RM.inject( () => const...
check https://github.com/GIfatahTH/navigation_builder/issues/6 or try my patch ```yaml states_rebuilder: git: url: [email protected]:karnadii/states_rebuilder.git ref: 3.19-patch path: states_rebuilder_package/ ```