We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb4cd0 commit 19db3d9Copy full SHA for 19db3d9
lib/rive_loading.dart
@@ -127,7 +127,7 @@ class _RiveLoadingState extends State<RiveLoading> {
127
128
_finished() {
129
if (!_controller.isLoading!) {
130
- WidgetsBinding.instance!.addPostFrameCallback((timeStamp) {
+ WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
131
if (_isSuccessful) {
132
widget.onSuccess(_data);
133
} else {
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: rive_loading
2
description: Loading widget based on a custom Rive animation, allow you to create beautiful custom loading widgets or dialogs
3
-version: 0.1.2
+version: 0.1.3
4
homepage: https://github.com/jaumard/rive_loading
5
6
environment:
0 commit comments