File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 1
- # flet-charts
1
+ # flet-datatable2
2
2
3
- [ ![ pypi] ( https://img.shields.io/pypi/v/flet-charts .svg )] ( https://pypi.python.org/pypi/flet-charts )
4
- [ ![ downloads] ( https://static.pepy.tech/badge/flet-charts /month )] ( https://pepy.tech/project/flet-charts )
5
- [ ![ license] ( https://img.shields.io/github/license/flet-dev/flet-charts .svg )] ( https://github.com/flet-dev/flet-charts /blob/main/LICENSE )
3
+ [ ![ pypi] ( https://img.shields.io/pypi/v/flet-datatable2 .svg )] ( https://pypi.python.org/pypi/flet-datatable2 )
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-datatable2 .svg )] ( https://github.com/flet-dev/flet-datatable2 /blob/main/LICENSE )
6
6
7
- A Flet extension for creating interactive charts and graphs.
7
+ An enhanced data table for [ Flet] ( https://flet.dev ) apps that builds on the built-in component by adding sticky headers,
8
+ fixed top rows, and fixed left columns while preserving all core features.
8
9
9
- It is based on the [ charts ] ( https://pub.dev/packages/fl_chart ) Flutter package.
10
+ It is based on [ data_table_2 ] ( https://pub.dev/packages/data_table_2 ) Flutter package.
10
11
11
12
## Documentation
12
13
13
- You can find its documentation [ here] ( https://flet-dev.github.io/flet-charts ) .
14
+ You can find its documentation [ here] ( https://flet-dev.github.io/flet-datatable2 ) .
14
15
15
16
## Platform Support
16
17
@@ -24,3 +25,23 @@ This package supports the following platforms:
24
25
| iOS | ✅ |
25
26
| Android | ✅ |
26
27
| Web | ✅ |
28
+
29
+ ## Installation
30
+
31
+ To install the ` flet-datatable2 ` package and add it to your project dependencies:
32
+
33
+ - Using ` uv ` :
34
+ ``` bash
35
+ uv add flet-datatable2
36
+ ```
37
+
38
+ - Using ` pip` :
39
+ ` ` ` bash
40
+ pip install flet-datatable2
41
+ ` ` `
42
+ After this, you will have to manually add this package to your ` requirements.txt` or ` pyproject.toml` .
43
+
44
+ - Using ` poetry` :
45
+ ` ` ` bash
46
+ poetry add flet-datatable2
47
+ ` ` `
Original file line number Diff line number Diff line change 4
4
[ ![ downloads] ( https://static.pepy.tech/badge/flet-datatable2/month )] ( https://pepy.tech/project/flet-datatable2 )
5
5
[ ![ license] ( https://img.shields.io/github/license/flet-dev/flet-datatable2.svg )] ( https://github.com/flet-dev/flet-datatable2/blob/main/LICENSE )
6
6
7
- An enhanced DataTable for Flet apps that builds on the built-in component by adding sticky headers,
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.
9
9
10
10
It is based on [ data_table_2] ( https://pub.dev/packages/data_table_2 ) Flutter package.
You can’t perform that action at this time.
0 commit comments