flet-lottie 0.2.0.dev55__tar.gz → 0.2.0.dev60__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flet-lottie might be problematic. Click here for more details.
- {flet_lottie-0.2.0.dev55/src/flet_lottie.egg-info → flet_lottie-0.2.0.dev60}/PKG-INFO +6 -4
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/README.md +5 -3
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/pyproject.toml +5 -1
- flet_lottie-0.2.0.dev60/src/flet_lottie/__init__.py +3 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60/src/flet_lottie.egg-info}/PKG-INFO +6 -4
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/pubspec.lock +48 -32
- flet_lottie-0.2.0.dev55/src/flet_lottie/__init__.py +0 -3
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/LICENSE +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/setup.cfg +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie/lottie.py +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie.egg-info/SOURCES.txt +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie.egg-info/dependency_links.txt +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie.egg-info/requires.txt +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie.egg-info/top_level.txt +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/CHANGELOG.md +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/LICENSE +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/README.md +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/analysis_options.yaml +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/flet_lottie.dart +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/src/extension.dart +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/src/lottie.dart +0 -0
- {flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-lottie
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.dev60
|
|
4
4
|
Summary: Display Lottie animations in Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -41,7 +41,9 @@ This package supports the following platforms:
|
|
|
41
41
|
| Android | ✅ |
|
|
42
42
|
| Web | ✅ |
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
### Installation
|
|
45
47
|
|
|
46
48
|
To install the `flet-lottie` package and add it to your project dependencies:
|
|
47
49
|
|
|
@@ -61,6 +63,6 @@ To install the `flet-lottie` package and add it to your project dependencies:
|
|
|
61
63
|
poetry add flet-lottie
|
|
62
64
|
```
|
|
63
65
|
|
|
64
|
-
|
|
66
|
+
### Examples
|
|
65
67
|
|
|
66
|
-
For examples, see [
|
|
68
|
+
For examples, see [these](./examples).
|
|
@@ -25,7 +25,9 @@ This package supports the following platforms:
|
|
|
25
25
|
| Android | ✅ |
|
|
26
26
|
| Web | ✅ |
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
### Installation
|
|
29
31
|
|
|
30
32
|
To install the `flet-lottie` package and add it to your project dependencies:
|
|
31
33
|
|
|
@@ -45,6 +47,6 @@ To install the `flet-lottie` package and add it to your project dependencies:
|
|
|
45
47
|
poetry add flet-lottie
|
|
46
48
|
```
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
### Examples
|
|
49
51
|
|
|
50
|
-
For examples, see [
|
|
52
|
+
For examples, see [these](./examples).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-lottie"
|
|
3
|
-
version = "0.2.0.
|
|
3
|
+
version = "0.2.0.dev60"
|
|
4
4
|
description = "Display Lottie animations in Flet apps."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
|
|
@@ -52,6 +52,7 @@ docs = [
|
|
|
52
52
|
"markdown-exec[ansi] >=1.11.0",
|
|
53
53
|
"pydocstyle >=6.3.0",
|
|
54
54
|
"linkcheckmd >=1.4.0",
|
|
55
|
+
"mkdocs-external-images",
|
|
55
56
|
{ include-group = 'docs-coverage' },
|
|
56
57
|
]
|
|
57
58
|
all = [
|
|
@@ -59,6 +60,9 @@ all = [
|
|
|
59
60
|
{ include-group = 'docs' },
|
|
60
61
|
]
|
|
61
62
|
|
|
63
|
+
[tool.uv.sources]
|
|
64
|
+
mkdocs-external-images = { git = "https://github.com/flet-dev/mkdocs-external-images", tag = "v0.2.0" }
|
|
65
|
+
|
|
62
66
|
[build-system]
|
|
63
67
|
requires = ["setuptools"]
|
|
64
68
|
build-backend = "setuptools.build_meta"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-lottie
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.dev60
|
|
4
4
|
Summary: Display Lottie animations in Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -41,7 +41,9 @@ This package supports the following platforms:
|
|
|
41
41
|
| Android | ✅ |
|
|
42
42
|
| Web | ✅ |
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
### Installation
|
|
45
47
|
|
|
46
48
|
To install the `flet-lottie` package and add it to your project dependencies:
|
|
47
49
|
|
|
@@ -61,6 +63,6 @@ To install the `flet-lottie` package and add it to your project dependencies:
|
|
|
61
63
|
poetry add flet-lottie
|
|
62
64
|
```
|
|
63
65
|
|
|
64
|
-
|
|
66
|
+
### Examples
|
|
65
67
|
|
|
66
|
-
For examples, see [
|
|
68
|
+
For examples, see [these](./examples).
|
|
@@ -21,10 +21,10 @@ packages:
|
|
|
21
21
|
dependency: transitive
|
|
22
22
|
description:
|
|
23
23
|
name: async
|
|
24
|
-
sha256:
|
|
24
|
+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
|
|
25
25
|
url: "https://pub.dev"
|
|
26
26
|
source: hosted
|
|
27
|
-
version: "2.
|
|
27
|
+
version: "2.13.0"
|
|
28
28
|
boolean_selector:
|
|
29
29
|
dependency: transitive
|
|
30
30
|
description:
|
|
@@ -73,6 +73,14 @@ packages:
|
|
|
73
73
|
url: "https://pub.dev"
|
|
74
74
|
source: hosted
|
|
75
75
|
version: "3.0.6"
|
|
76
|
+
dbus:
|
|
77
|
+
dependency: transitive
|
|
78
|
+
description:
|
|
79
|
+
name: dbus
|
|
80
|
+
sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c"
|
|
81
|
+
url: "https://pub.dev"
|
|
82
|
+
source: hosted
|
|
83
|
+
version: "0.7.11"
|
|
76
84
|
device_info_plus:
|
|
77
85
|
dependency: transitive
|
|
78
86
|
description:
|
|
@@ -101,10 +109,10 @@ packages:
|
|
|
101
109
|
dependency: transitive
|
|
102
110
|
description:
|
|
103
111
|
name: fake_async
|
|
104
|
-
sha256: "
|
|
112
|
+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
|
|
105
113
|
url: "https://pub.dev"
|
|
106
114
|
source: hosted
|
|
107
|
-
version: "1.3.
|
|
115
|
+
version: "1.3.3"
|
|
108
116
|
ffi:
|
|
109
117
|
dependency: transitive
|
|
110
118
|
description:
|
|
@@ -125,16 +133,16 @@ packages:
|
|
|
125
133
|
dependency: transitive
|
|
126
134
|
description:
|
|
127
135
|
name: file_picker
|
|
128
|
-
sha256:
|
|
136
|
+
sha256: ef7d2a085c1b1d69d17b6842d0734aad90156de08df6bd3c12496d0bd6ddf8e2
|
|
129
137
|
url: "https://pub.dev"
|
|
130
138
|
source: hosted
|
|
131
|
-
version: "10.
|
|
139
|
+
version: "10.3.1"
|
|
132
140
|
flet:
|
|
133
141
|
dependency: "direct main"
|
|
134
142
|
description:
|
|
135
143
|
path: "packages/flet"
|
|
136
144
|
ref: main
|
|
137
|
-
resolved-ref:
|
|
145
|
+
resolved-ref: "4ea9558543657d31dba3b11d6017beed2e16d447"
|
|
138
146
|
url: "https://github.com/flet-dev/flet.git"
|
|
139
147
|
source: git
|
|
140
148
|
version: "0.70.0"
|
|
@@ -176,10 +184,10 @@ packages:
|
|
|
176
184
|
dependency: transitive
|
|
177
185
|
description:
|
|
178
186
|
name: flutter_plugin_android_lifecycle
|
|
179
|
-
sha256:
|
|
187
|
+
sha256: "6382ce712ff69b0f719640ce957559dde459e55ecd433c767e06d139ddf16cab"
|
|
180
188
|
url: "https://pub.dev"
|
|
181
189
|
source: hosted
|
|
182
|
-
version: "2.0.
|
|
190
|
+
version: "2.0.29"
|
|
183
191
|
flutter_svg:
|
|
184
192
|
dependency: transitive
|
|
185
193
|
description:
|
|
@@ -226,10 +234,10 @@ packages:
|
|
|
226
234
|
dependency: transitive
|
|
227
235
|
description:
|
|
228
236
|
name: intl
|
|
229
|
-
sha256:
|
|
237
|
+
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
|
|
230
238
|
url: "https://pub.dev"
|
|
231
239
|
source: hosted
|
|
232
|
-
version: "0.
|
|
240
|
+
version: "0.20.2"
|
|
233
241
|
json_annotation:
|
|
234
242
|
dependency: transitive
|
|
235
243
|
description:
|
|
@@ -242,10 +250,10 @@ packages:
|
|
|
242
250
|
dependency: transitive
|
|
243
251
|
description:
|
|
244
252
|
name: leak_tracker
|
|
245
|
-
sha256:
|
|
253
|
+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
|
|
246
254
|
url: "https://pub.dev"
|
|
247
255
|
source: hosted
|
|
248
|
-
version: "10.0.
|
|
256
|
+
version: "10.0.9"
|
|
249
257
|
leak_tracker_flutter_testing:
|
|
250
258
|
dependency: transitive
|
|
251
259
|
description:
|
|
@@ -370,10 +378,10 @@ packages:
|
|
|
370
378
|
dependency: transitive
|
|
371
379
|
description:
|
|
372
380
|
name: path_provider_foundation
|
|
373
|
-
sha256: "
|
|
381
|
+
sha256: "16eef174aacb07e09c351502740fa6254c165757638eba1e9116b0a781201bbd"
|
|
374
382
|
url: "https://pub.dev"
|
|
375
383
|
source: hosted
|
|
376
|
-
version: "2.4.
|
|
384
|
+
version: "2.4.2"
|
|
377
385
|
path_provider_linux:
|
|
378
386
|
dependency: transitive
|
|
379
387
|
description:
|
|
@@ -470,14 +478,22 @@ packages:
|
|
|
470
478
|
url: "https://pub.dev"
|
|
471
479
|
source: hosted
|
|
472
480
|
version: "0.2.0"
|
|
481
|
+
screenshot:
|
|
482
|
+
dependency: transitive
|
|
483
|
+
description:
|
|
484
|
+
name: screenshot
|
|
485
|
+
sha256: "63817697a7835e6ce82add4228e15d233b74d42975c143ad8cfe07009fab866b"
|
|
486
|
+
url: "https://pub.dev"
|
|
487
|
+
source: hosted
|
|
488
|
+
version: "3.0.0"
|
|
473
489
|
sensors_plus:
|
|
474
490
|
dependency: transitive
|
|
475
491
|
description:
|
|
476
492
|
name: sensors_plus
|
|
477
|
-
sha256: "
|
|
493
|
+
sha256: "89e2bfc3d883743539ce5774a2b93df61effde40ff958ecad78cd66b1a8b8d52"
|
|
478
494
|
url: "https://pub.dev"
|
|
479
495
|
source: hosted
|
|
480
|
-
version: "6.1.
|
|
496
|
+
version: "6.1.2"
|
|
481
497
|
sensors_plus_platform_interface:
|
|
482
498
|
dependency: transitive
|
|
483
499
|
description:
|
|
@@ -498,10 +514,10 @@ packages:
|
|
|
498
514
|
dependency: transitive
|
|
499
515
|
description:
|
|
500
516
|
name: shared_preferences_android
|
|
501
|
-
sha256: "
|
|
517
|
+
sha256: "5bcf0772a761b04f8c6bf814721713de6f3e5d9d89caf8d3fe031b02a342379e"
|
|
502
518
|
url: "https://pub.dev"
|
|
503
519
|
source: hosted
|
|
504
|
-
version: "2.4.
|
|
520
|
+
version: "2.4.11"
|
|
505
521
|
shared_preferences_foundation:
|
|
506
522
|
dependency: transitive
|
|
507
523
|
description:
|
|
@@ -615,18 +631,18 @@ packages:
|
|
|
615
631
|
dependency: transitive
|
|
616
632
|
description:
|
|
617
633
|
name: url_launcher_android
|
|
618
|
-
sha256: "
|
|
634
|
+
sha256: "0aedad096a85b49df2e4725fa32118f9fa580f3b14af7a2d2221896a02cd5656"
|
|
619
635
|
url: "https://pub.dev"
|
|
620
636
|
source: hosted
|
|
621
|
-
version: "6.3.
|
|
637
|
+
version: "6.3.17"
|
|
622
638
|
url_launcher_ios:
|
|
623
639
|
dependency: transitive
|
|
624
640
|
description:
|
|
625
641
|
name: url_launcher_ios
|
|
626
|
-
sha256:
|
|
642
|
+
sha256: d80b3f567a617cb923546034cc94bfe44eb15f989fe670b37f26abdb9d939cb7
|
|
627
643
|
url: "https://pub.dev"
|
|
628
644
|
source: hosted
|
|
629
|
-
version: "6.3.
|
|
645
|
+
version: "6.3.4"
|
|
630
646
|
url_launcher_linux:
|
|
631
647
|
dependency: transitive
|
|
632
648
|
description:
|
|
@@ -639,10 +655,10 @@ packages:
|
|
|
639
655
|
dependency: transitive
|
|
640
656
|
description:
|
|
641
657
|
name: url_launcher_macos
|
|
642
|
-
sha256:
|
|
658
|
+
sha256: c043a77d6600ac9c38300567f33ef12b0ef4f4783a2c1f00231d2b1941fea13f
|
|
643
659
|
url: "https://pub.dev"
|
|
644
660
|
source: hosted
|
|
645
|
-
version: "3.2.
|
|
661
|
+
version: "3.2.3"
|
|
646
662
|
url_launcher_platform_interface:
|
|
647
663
|
dependency: transitive
|
|
648
664
|
description:
|
|
@@ -687,10 +703,10 @@ packages:
|
|
|
687
703
|
dependency: transitive
|
|
688
704
|
description:
|
|
689
705
|
name: vector_graphics_compiler
|
|
690
|
-
sha256:
|
|
706
|
+
sha256: ca81fdfaf62a5ab45d7296614aea108d2c7d0efca8393e96174bf4d51e6725b0
|
|
691
707
|
url: "https://pub.dev"
|
|
692
708
|
source: hosted
|
|
693
|
-
version: "1.1.
|
|
709
|
+
version: "1.1.18"
|
|
694
710
|
vector_math:
|
|
695
711
|
dependency: transitive
|
|
696
712
|
description:
|
|
@@ -703,10 +719,10 @@ packages:
|
|
|
703
719
|
dependency: transitive
|
|
704
720
|
description:
|
|
705
721
|
name: vm_service
|
|
706
|
-
sha256:
|
|
722
|
+
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
|
|
707
723
|
url: "https://pub.dev"
|
|
708
724
|
source: hosted
|
|
709
|
-
version: "
|
|
725
|
+
version: "15.0.0"
|
|
710
726
|
web:
|
|
711
727
|
dependency: transitive
|
|
712
728
|
description:
|
|
@@ -735,10 +751,10 @@ packages:
|
|
|
735
751
|
dependency: transitive
|
|
736
752
|
description:
|
|
737
753
|
name: win32
|
|
738
|
-
sha256: "
|
|
754
|
+
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
|
|
739
755
|
url: "https://pub.dev"
|
|
740
756
|
source: hosted
|
|
741
|
-
version: "5.
|
|
757
|
+
version: "5.14.0"
|
|
742
758
|
win32_registry:
|
|
743
759
|
dependency: transitive
|
|
744
760
|
description:
|
|
@@ -780,5 +796,5 @@ packages:
|
|
|
780
796
|
source: hosted
|
|
781
797
|
version: "6.5.0"
|
|
782
798
|
sdks:
|
|
783
|
-
dart: ">=3.
|
|
799
|
+
dart: ">=3.8.0 <4.0.0"
|
|
784
800
|
flutter: ">=3.29.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flet_lottie.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/analysis_options.yaml
RENAMED
|
File without changes
|
{flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/flet_lottie.dart
RENAMED
|
File without changes
|
{flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/src/extension.dart
RENAMED
|
File without changes
|
{flet_lottie-0.2.0.dev55 → flet_lottie-0.2.0.dev60}/src/flutter/flet_lottie/lib/src/lottie.dart
RENAMED
|
File without changes
|
|
File without changes
|