flet-code-editor 0.80.6.dev7609__tar.gz → 0.80.6.dev7615__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_code_editor-0.80.6.dev7609/src/flet_code_editor.egg-info → flet_code_editor-0.80.6.dev7615}/PKG-INFO +2 -2
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/pyproject.toml +2 -2
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615/src/flet_code_editor.egg-info}/PKG-INFO +2 -2
- flet_code_editor-0.80.6.dev7615/src/flet_code_editor.egg-info/requires.txt +1 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/pubspec.lock +2 -2
- flet_code_editor-0.80.6.dev7609/src/flet_code_editor.egg-info/requires.txt +0 -1
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/LICENSE +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/README.md +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/setup.cfg +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor/__init__.py +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor/code_editor.py +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor/types.py +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor.egg-info/SOURCES.txt +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor.egg-info/dependency_links.txt +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor.egg-info/top_level.txt +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/analysis_options.yaml +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/lib/flet_code_editor.dart +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/lib/src/code_editor.dart +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/lib/src/extension.dart +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/lib/src/utils/code_editor.dart +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/lib/src/utils/flet_code_controller.dart +0 -0
- {flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flutter/flet_code_editor/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-code-editor
|
|
3
|
-
Version: 0.80.6.
|
|
3
|
+
Version: 0.80.6.dev7615
|
|
4
4
|
Summary: Edit and highlight source code inside 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.80.6.
|
|
14
|
+
Requires-Dist: flet==0.80.6.dev7615
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-code-editor
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-code-editor"
|
|
3
|
-
version = "0.80.6.
|
|
3
|
+
version = "0.80.6.dev7615"
|
|
4
4
|
description = "Edit and highlight source code inside 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.80.6.
|
|
10
|
+
"flet==0.80.6.dev7615",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-code-editor
|
|
3
|
-
Version: 0.80.6.
|
|
3
|
+
Version: 0.80.6.dev7615
|
|
4
4
|
Summary: Edit and highlight source code inside 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.80.6.
|
|
14
|
+
Requires-Dist: flet==0.80.6.dev7615
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-code-editor
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.80.6.dev7615
|
|
@@ -344,10 +344,10 @@ packages:
|
|
|
344
344
|
dependency: transitive
|
|
345
345
|
description:
|
|
346
346
|
name: json_annotation
|
|
347
|
-
sha256:
|
|
347
|
+
sha256: cb09e7dac6210041fad964ed7fbee004f14258b4eca4040f72d1234062ace4c8
|
|
348
348
|
url: "https://pub.dev"
|
|
349
349
|
source: hosted
|
|
350
|
-
version: "4.
|
|
350
|
+
version: "4.11.0"
|
|
351
351
|
leak_tracker:
|
|
352
352
|
dependency: transitive
|
|
353
353
|
description:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.80.6.dev7609
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flet_code_editor-0.80.6.dev7609 → flet_code_editor-0.80.6.dev7615}/src/flet_code_editor/types.py
RENAMED
|
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
|
|
File without changes
|