We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7984c29 commit ce27ed4Copy full SHA for ce27ed4
1 file changed
src/serious_python/pubspec.yaml
@@ -10,6 +10,7 @@ platforms:
10
macos:
11
windows:
12
linux:
13
+ web:
14
15
environment:
16
sdk: ">=3.0.0 <4.0.0"
@@ -28,6 +29,8 @@ flutter:
28
29
default_package: serious_python_windows
30
31
default_package: serious_python_linux
32
33
+ default_package: serious_python_web
34
35
dependencies:
36
flutter:
@@ -42,6 +45,8 @@ dependencies:
42
45
path: ../serious_python_windows
43
46
serious_python_linux:
44
47
path: ../serious_python_linux
48
+ serious_python_web:
49
+ path: ../serious_python_web
50
51
path_provider: ^2.1.3
52
archive: ^3.6.1
0 commit comments