Guillaume LE MARTRET
Guillaume LE MARTRET
Running the sample app on iOS resulted in a crash, I added `setIdentifier` and there is no more crash. The logs for the crash : ``` flutter: Supported Could not...
Updated code from https://github.com/imaNNeo/fl_chart/pull/1424 The implementation of the gauge chart (discussed here https://github.com/imaNNeo/fl_chart/issues/199)
⚠️ Requires https://github.com/Baseflow/flutter_cache_manager/pull/478 ### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR Introduces Progressive JPEG loading and prepare the handling of other...
In 3.0_migration, in section : Simplified Ref and removed Ref subclasses, It mention that FutureProviderRef.future should be replaced with FutureProviderRef.future instead of Notifier.future
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR Introduces Progressive JPEG loading and prepare the handling of other "progressive" formats ###...