flet-code-editor 0.81.0__tar.gz → 0.81.1.dev7720__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.81.0/src/flet_code_editor.egg-info → flet_code_editor-0.81.1.dev7720}/PKG-INFO +2 -2
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/pyproject.toml +2 -2
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720/src/flet_code_editor.egg-info}/PKG-INFO +2 -2
- flet_code_editor-0.81.1.dev7720/src/flet_code_editor.egg-info/requires.txt +1 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/pubspec.lock +6 -5
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/pubspec.yaml +2 -8
- flet_code_editor-0.81.0/src/flet_code_editor.egg-info/requires.txt +0 -1
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/LICENSE +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/README.md +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/setup.cfg +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor/__init__.py +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor/code_editor.py +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor/types.py +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor.egg-info/SOURCES.txt +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor.egg-info/dependency_links.txt +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor.egg-info/top_level.txt +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/analysis_options.yaml +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/lib/flet_code_editor.dart +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/lib/src/code_editor.dart +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/lib/src/extension.dart +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/lib/src/utils/code_editor.dart +0 -0
- {flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flutter/flet_code_editor/lib/src/utils/flet_code_controller.dart +0 -0
{flet_code_editor-0.81.0/src/flet_code_editor.egg-info → flet_code_editor-0.81.1.dev7720}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-code-editor
|
|
3
|
-
Version: 0.81.
|
|
3
|
+
Version: 0.81.1.dev7720
|
|
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.81.
|
|
14
|
+
Requires-Dist: flet==0.81.1.dev7720
|
|
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.81.
|
|
3
|
+
version = "0.81.1.dev7720"
|
|
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.81.
|
|
10
|
+
"flet==0.81.1.dev7720",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
{flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720/src/flet_code_editor.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-code-editor
|
|
3
|
-
Version: 0.81.
|
|
3
|
+
Version: 0.81.1.dev7720
|
|
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.81.
|
|
14
|
+
Requires-Dist: flet==0.81.1.dev7720
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-code-editor
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.81.1.dev7720
|
|
@@ -196,9 +196,10 @@ packages:
|
|
|
196
196
|
flet:
|
|
197
197
|
dependency: "direct main"
|
|
198
198
|
description:
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
name: flet
|
|
200
|
+
sha256: c69355f5cf8f0b9d796f4a4b566cd87307dafa0e52660080da2e07108eaa91ff
|
|
201
|
+
url: "https://pub.dev"
|
|
202
|
+
source: hosted
|
|
202
203
|
version: "0.81.0"
|
|
203
204
|
flutter:
|
|
204
205
|
dependency: "direct main"
|
|
@@ -768,10 +769,10 @@ packages:
|
|
|
768
769
|
dependency: transitive
|
|
769
770
|
description:
|
|
770
771
|
name: shared_preferences_android
|
|
771
|
-
sha256:
|
|
772
|
+
sha256: "8374d6200ab33ac99031a852eba4c8eb2170c4bf20778b3e2c9eccb45384fb41"
|
|
772
773
|
url: "https://pub.dev"
|
|
773
774
|
source: hosted
|
|
774
|
-
version: "2.4.
|
|
775
|
+
version: "2.4.21"
|
|
775
776
|
shared_preferences_foundation:
|
|
776
777
|
dependency: transitive
|
|
777
778
|
description:
|
|
@@ -2,22 +2,16 @@ name: flet_code_editor
|
|
|
2
2
|
description: Flet CodeEditor control
|
|
3
3
|
version: 0.1.0
|
|
4
4
|
publish_to: none
|
|
5
|
-
|
|
6
5
|
environment:
|
|
7
6
|
sdk: '>=3.2.3 <4.0.0'
|
|
8
|
-
flutter:
|
|
9
|
-
|
|
7
|
+
flutter: '>=1.17.0'
|
|
10
8
|
dependencies:
|
|
11
9
|
flutter:
|
|
12
10
|
sdk: flutter
|
|
13
|
-
|
|
14
11
|
flutter_code_editor: ^0.3.1
|
|
15
12
|
flutter_highlight: ^0.7.0
|
|
16
13
|
highlight: ^0.7.0
|
|
17
|
-
|
|
18
|
-
flet:
|
|
19
|
-
path: ../../../../../../../packages/flet
|
|
20
|
-
|
|
14
|
+
flet: ^0.81.0
|
|
21
15
|
dev_dependencies:
|
|
22
16
|
flutter_test:
|
|
23
17
|
sdk: flutter
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.81.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor/__init__.py
RENAMED
|
File without changes
|
{flet_code_editor-0.81.0 → flet_code_editor-0.81.1.dev7720}/src/flet_code_editor/code_editor.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
|