flet-datatable2 0.70.0.dev6301__tar.gz → 0.70.0.dev6316__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-datatable2 might be problematic. Click here for more details.

Files changed (21) hide show
  1. {flet_datatable2-0.70.0.dev6301/src/flet_datatable2.egg-info → flet_datatable2-0.70.0.dev6316}/PKG-INFO +6 -16
  2. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/README.md +4 -14
  3. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/pyproject.toml +2 -2
  4. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316/src/flet_datatable2.egg-info}/PKG-INFO +6 -16
  5. flet_datatable2-0.70.0.dev6316/src/flet_datatable2.egg-info/requires.txt +1 -0
  6. flet_datatable2-0.70.0.dev6301/src/flet_datatable2.egg-info/requires.txt +0 -1
  7. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/LICENSE +0 -0
  8. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/setup.cfg +0 -0
  9. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2/__init__.py +0 -0
  10. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2/datacolumn2.py +0 -0
  11. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2/datarow2.py +0 -0
  12. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2/datatable2.py +0 -0
  13. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2.egg-info/SOURCES.txt +0 -0
  14. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2.egg-info/dependency_links.txt +0 -0
  15. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flet_datatable2.egg-info/top_level.txt +0 -0
  16. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/lib/flet_datatable2.dart +0 -0
  17. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/lib/src/data_sources.dart +0 -0
  18. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/lib/src/datatable2.dart +0 -0
  19. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/lib/src/extension.dart +0 -0
  20. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/lib/src/utils/datatable.dart +0 -0
  21. {flet_datatable2-0.70.0.dev6301 → flet_datatable2-0.70.0.dev6316}/src/flutter/flet_datatable2/pubspec.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-datatable2
3
- Version: 0.70.0.dev6301
3
+ Version: 0.70.0.dev6316
4
4
  Summary: Enhanced data table widgets for Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
@@ -11,14 +11,14 @@ 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.dev6301
14
+ Requires-Dist: flet==0.70.0.dev6316
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-datatable2
18
18
 
19
19
  [![pypi](https://img.shields.io/pypi/v/flet-datatable2.svg)](https://pypi.python.org/pypi/flet-datatable2)
20
20
  [![downloads](https://static.pepy.tech/badge/flet-datatable2/month)](https://pepy.tech/project/flet-datatable2)
21
- [![license](https://img.shields.io/github/license/flet-dev/flet.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
21
+ [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
22
22
 
23
23
  An enhanced data table for [Flet](https://flet.dev) apps that builds on the built-in component by adding sticky headers,
24
24
  fixed top rows, and fixed left columns while preserving all core features.
@@ -33,14 +33,9 @@ You can find its documentation [here](https://docs.flet.dev/datatable2/).
33
33
 
34
34
  This package supports the following platforms:
35
35
 
36
- | Platform | Supported |
37
- |----------|:---------:|
38
- | Windows | |
39
- | macOS | ✅ |
40
- | Linux | ✅ |
41
- | iOS | ✅ |
42
- | Android | ✅ |
43
- | Web | ✅ |
36
+ | Platform | Windows | macOS | Linux | iOS | Android | Web |
37
+ |----------|---------|-------|-------|-----|---------|-----|
38
+ | Supported| ✅ | ✅ | ✅ | | | ✅ |
44
39
 
45
40
  ## Usage
46
41
 
@@ -59,11 +54,6 @@ To install the `flet-datatable2` package and add it to your project dependencies
59
54
  ```
60
55
  After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
61
56
 
62
- - Using `poetry`:
63
- ```bash
64
- poetry add flet-datatable2
65
- ```
66
-
67
57
  ### Examples
68
58
 
69
59
  For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/controls/datatable2).
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![pypi](https://img.shields.io/pypi/v/flet-datatable2.svg)](https://pypi.python.org/pypi/flet-datatable2)
4
4
  [![downloads](https://static.pepy.tech/badge/flet-datatable2/month)](https://pepy.tech/project/flet-datatable2)
5
- [![license](https://img.shields.io/github/license/flet-dev/flet.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
5
+ [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
6
6
 
7
7
  An enhanced data table for [Flet](https://flet.dev) apps that builds on the built-in component by adding sticky headers,
8
8
  fixed top rows, and fixed left columns while preserving all core features.
@@ -17,14 +17,9 @@ You can find its documentation [here](https://docs.flet.dev/datatable2/).
17
17
 
18
18
  This package supports the following platforms:
19
19
 
20
- | Platform | Supported |
21
- |----------|:---------:|
22
- | Windows | |
23
- | macOS | ✅ |
24
- | Linux | ✅ |
25
- | iOS | ✅ |
26
- | Android | ✅ |
27
- | Web | ✅ |
20
+ | Platform | Windows | macOS | Linux | iOS | Android | Web |
21
+ |----------|---------|-------|-------|-----|---------|-----|
22
+ | Supported| ✅ | ✅ | ✅ | | | ✅ |
28
23
 
29
24
  ## Usage
30
25
 
@@ -43,11 +38,6 @@ To install the `flet-datatable2` package and add it to your project dependencies
43
38
  ```
44
39
  After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
45
40
 
46
- - Using `poetry`:
47
- ```bash
48
- poetry add flet-datatable2
49
- ```
50
-
51
41
  ### Examples
52
42
 
53
43
  For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/controls/datatable2).
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "flet-datatable2"
3
- version = "0.70.0.dev6301"
3
+ version = "0.70.0.dev6316"
4
4
  description = "Enhanced data table widgets for 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.dev6301",
10
+ "flet==0.70.0.dev6316",
11
11
  ]
12
12
 
13
13
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-datatable2
3
- Version: 0.70.0.dev6301
3
+ Version: 0.70.0.dev6316
4
4
  Summary: Enhanced data table widgets for Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
@@ -11,14 +11,14 @@ 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.dev6301
14
+ Requires-Dist: flet==0.70.0.dev6316
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-datatable2
18
18
 
19
19
  [![pypi](https://img.shields.io/pypi/v/flet-datatable2.svg)](https://pypi.python.org/pypi/flet-datatable2)
20
20
  [![downloads](https://static.pepy.tech/badge/flet-datatable2/month)](https://pepy.tech/project/flet-datatable2)
21
- [![license](https://img.shields.io/github/license/flet-dev/flet.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
21
+ [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-datatable2/LICENSE)
22
22
 
23
23
  An enhanced data table for [Flet](https://flet.dev) apps that builds on the built-in component by adding sticky headers,
24
24
  fixed top rows, and fixed left columns while preserving all core features.
@@ -33,14 +33,9 @@ You can find its documentation [here](https://docs.flet.dev/datatable2/).
33
33
 
34
34
  This package supports the following platforms:
35
35
 
36
- | Platform | Supported |
37
- |----------|:---------:|
38
- | Windows | |
39
- | macOS | ✅ |
40
- | Linux | ✅ |
41
- | iOS | ✅ |
42
- | Android | ✅ |
43
- | Web | ✅ |
36
+ | Platform | Windows | macOS | Linux | iOS | Android | Web |
37
+ |----------|---------|-------|-------|-----|---------|-----|
38
+ | Supported| ✅ | ✅ | ✅ | | | ✅ |
44
39
 
45
40
  ## Usage
46
41
 
@@ -59,11 +54,6 @@ To install the `flet-datatable2` package and add it to your project dependencies
59
54
  ```
60
55
  After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
61
56
 
62
- - Using `poetry`:
63
- ```bash
64
- poetry add flet-datatable2
65
- ```
66
-
67
57
  ### Examples
68
58
 
69
59
  For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/controls/datatable2).
@@ -0,0 +1 @@
1
+ flet==0.70.0.dev6316
@@ -1 +0,0 @@
1
- flet==0.70.0.dev6301