dotlottie_flutter 0.1.7
dotlottie_flutter: ^0.1.7 copied to clipboard
Render dotLottie and Lottie animations in Flutter. Supports playback control, theming and state machines on Android, iOS, macOS and Web.
0.1.7 #
- chore(android): migrate to Flutter's Built-in Kotlin. The Android plugin no
longer applies the Kotlin Gradle Plugin (KGP) itself; Flutter's Gradle plugin
auto-applies KGP on the plugin subproject instead. This silences the
Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP)warning that Flutter prints for consumers ofdotlottie_flutter, and prepares the plugin for AGP 9. Matches the pattern used across all currentflutter/packagesplugins (video_player, camera_android_camerax, shared_preferences_android, url_launcher_android, etc.). - Raises the minimum supported Flutter to 3.44 / Dart 3.12, as required by the
Built-in Kotlin migration. No Dart API changed: pub resolves consumers on
older SDKs to
dotlottie_flutter: 0.1.6automatically.
0.1.6 #
- fix:
DotLottieViewnow honours itswidthandheight— the platform view is wrapped in aSizedBoxwhen either is set, instead of expanding to the parent - fix(ios): opt out of
UIHostingControllersafe-area insets so the animation stays inside the platform view's bounds (iOS 16.4+) - fix(example): removed a duplicate plugin package that broke SPM resolution
0.1.5 #
- chore: upgrading macos and ios deps to fix SPM error related to wgpu
0.1.4 #
- chore: spm integration, bumped dotlottie-ios dep. to v0.15.7 for layout fixes
- feat: live layout updates —
DotLottieViewController.setLayout()and automatic re-layout whenDotLottieView.fitchanges (iOS, macOS, Android, web, desktop)
0.1.3 #
- chore: bumped dotlottie-ios dep. to v0.15.6
0.1.2 #
- fix: Load web asset via rootBundle
0.1.1 #
- fix: Moved animation loading from url to main thread
0.1.0 #
- feat: Windows and Linux support
0.0.7 #
- fix: crash when multiple animations are unloaded
0.0.6 #
- fix: manual loading of animations from urls
0.0.5 #
- fix: hot reload crash, add fit property (translates in to Layout for dotLottie)
0.0.4 #
- fix: crash when loading DotLottieView a second time for android
0.0.3 #
- chore: upgraded dependancies for web, android and ios. Added opengl support for android.
0.0.2 #
- chore: small fixes to example file, updated contact information
0.0.1 #
- feat: initial release of dotLottie Flutter!