flet-ads 0.70.0.dev6333__tar.gz → 0.70.0.dev6348__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.
- {flet_ads-0.70.0.dev6333/src/flet_ads.egg-info → flet_ads-0.70.0.dev6348}/PKG-INFO +2 -2
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/pyproject.toml +2 -2
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348/src/flet_ads.egg-info}/PKG-INFO +2 -2
- flet_ads-0.70.0.dev6348/src/flet_ads.egg-info/requires.txt +1 -0
- flet_ads-0.70.0.dev6333/src/flet_ads.egg-info/requires.txt +0 -1
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/LICENSE +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/README.md +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/setup.cfg +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/__init__.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/banner_ad.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/base_ad.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/interstitial_ad.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/native_ad.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads/types.py +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads.egg-info/SOURCES.txt +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads.egg-info/dependency_links.txt +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads.egg-info/top_level.txt +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/analysis_options.yaml +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/flet_ads.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/banner.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/extension.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/interstitial.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/native.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/utils/ads.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/utils/native.dart +0 -0
- {flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-ads
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev6348
|
|
4
4
|
Summary: Display Google Ads in Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6348
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-ads
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-ads"
|
|
3
|
-
version = "0.70.0.
|
|
3
|
+
version = "0.70.0.dev6348"
|
|
4
4
|
description = "Display Google Ads in Flet apps."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
|
|
7
7
|
license = "Apache-2.0"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"flet==0.70.0.
|
|
10
|
+
"flet==0.70.0.dev6348",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-ads
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev6348
|
|
4
4
|
Summary: Display Google Ads in Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6348
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-ads
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.70.0.dev6348
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.70.0.dev6333
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flet_ads.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/analysis_options.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/banner.dart
RENAMED
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/extension.dart
RENAMED
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/interstitial.dart
RENAMED
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/src/native.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_ads-0.70.0.dev6333 → flet_ads-0.70.0.dev6348}/src/flutter/flet_ads/lib/utils/native.dart
RENAMED
|
File without changes
|
|
File without changes
|