flet-code-editor 0.82.3.dev7807__tar.gz → 0.82.3.dev7863__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.
Files changed (20) hide show
  1. {flet_code_editor-0.82.3.dev7807/src/flet_code_editor.egg-info → flet_code_editor-0.82.3.dev7863}/PKG-INFO +2 -2
  2. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/pyproject.toml +2 -2
  3. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863/src/flet_code_editor.egg-info}/PKG-INFO +2 -2
  4. flet_code_editor-0.82.3.dev7863/src/flet_code_editor.egg-info/requires.txt +1 -0
  5. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/pubspec.yaml +9 -2
  6. flet_code_editor-0.82.3.dev7807/src/flet_code_editor.egg-info/requires.txt +0 -1
  7. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/LICENSE +0 -0
  8. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/README.md +0 -0
  9. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/setup.cfg +0 -0
  10. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor/__init__.py +0 -0
  11. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor/code_editor.py +0 -0
  12. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor/types.py +0 -0
  13. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor.egg-info/SOURCES.txt +0 -0
  14. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor.egg-info/dependency_links.txt +0 -0
  15. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flet_code_editor.egg-info/top_level.txt +0 -0
  16. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/lib/flet_code_editor.dart +0 -0
  17. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/lib/src/code_editor.dart +0 -0
  18. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/lib/src/extension.dart +0 -0
  19. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/lib/src/utils/code_editor.dart +0 -0
  20. {flet_code_editor-0.82.3.dev7807 → flet_code_editor-0.82.3.dev7863}/src/flutter/flet_code_editor/lib/src/utils/flet_code_controller.dart +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-code-editor
3
- Version: 0.82.3.dev7807
3
+ Version: 0.82.3.dev7863
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.82.3.dev7807
14
+ Requires-Dist: flet==0.82.3.dev7863
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.82.3.dev7807"
3
+ version = "0.82.3.dev7863"
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.82.3.dev7807",
10
+ "flet==0.82.3.dev7863",
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.82.3.dev7807
3
+ Version: 0.82.3.dev7863
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.82.3.dev7807
14
+ Requires-Dist: flet==0.82.3.dev7863
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-code-editor
@@ -2,19 +2,26 @@ name: flet_code_editor
2
2
  description: Flet CodeEditor control
3
3
  version: 0.1.0
4
4
  publish_to: none
5
+
5
6
  environment:
6
7
  sdk: '>=3.2.3 <4.0.0'
7
- flutter: '>=1.17.0'
8
+ flutter: ">=1.17.0"
9
+
8
10
  dependencies:
9
11
  flutter:
10
12
  sdk: flutter
13
+
11
14
  flutter_code_editor:
12
15
  git:
13
16
  url: https://github.com/flet-dev/flutter-code-editor
14
17
  ref: pinyin-fix
18
+
15
19
  flutter_highlight: ^0.7.0
16
20
  highlight: ^0.7.0
17
- flet: ^0.82.2
21
+
22
+ flet:
23
+ path: ../../../../../../../packages/flet
24
+
18
25
  dev_dependencies:
19
26
  flutter_test:
20
27
  sdk: flutter
@@ -1 +0,0 @@
1
- flet==0.82.3.dev7807