Daichi Furiya
Daichi Furiya
@ToxicBakery Thank you for your reporting. Just now I released the latest version (2.4.0) to Maven Central.
@ksy5662 Your PR is always welcome.
@onlymice Thank you for your nice PR. I'll check it next week, so please wait. 🙏🏽
My codes. integration.dart ```dart abstract class Integration { // .. bool isSupport(AssetType type, {String? rootPath}); // .. } ``` svg/rive/flare integratinos.dart ```dart class SvgIntegration extends Integration { // .. @override...
@onlymice Thanks for the great suggestions for a lottie users and me.
Hi @onlymice, I've merged #298 based on your PR codes created, it changed a few variable names, etc. Thank you so much. We will be releasing v5.0.0 soon.
@hohieuu Thank you for your PR. I released `v5.0.0` and `v5.0.1`. The version includes allowing users to change the class name.
@kolotum @renancaraujo When `package_parameter_enabled` is `true,` Can you solve this problem by generating the following? ```dart String get path => _assetName; // THIS String get keyName => 'packages/$packageName/\$_assetName'; // 'packages/example_resources/assets/images/flutter3.jpg'...
@kolotum Thank you for your response. I'd like to keep the path variable, so I will do the following (a bit redundant). **When package_parameter_enabled = `true`** ```dart String get path...
@kolotum @renancaraujo I just released v4.3.0, Thank you all.