Skip to content

Commit 50815d3

Browse files
committed
chore: update version to 1.0.2 and modify platform view registry for web support
1 parent d9929b7 commit 50815d3

File tree

6 files changed

+77
-75
lines changed

6 files changed

+77
-75
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.2
2+
3+
- INFO: Update use `dart:ui_web`instead if `dart:ui`
4+
15
# 1.0.1
26

37
- CHORE: Upgrade dependencies to latest Flutter Version 3.35.2

example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// This is a generated file; do not edit or check into version control.
2-
FLUTTER_ROOT=/Users/marvinmarz/fvm/versions/stable
2+
FLUTTER_ROOT=/Users/marvinmarz/fvm/versions/3.35.3
33
FLUTTER_APPLICATION_PATH=/Users/marvinmarz/Projects/survey_kit/example
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
66
FLUTTER_BUILD_NAME=1.0.0
77
FLUTTER_BUILD_NUMBER=1
8-
FLUTTER_CLI_BUILD_MODE=debug
98
DART_OBFUSCATION=false
109
TRACK_WIDGET_CREATION=true
1110
TREE_SHAKE_ICONS=false

example/macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/Users/marvinmarz/fvm/versions/stable"
3+
export "FLUTTER_ROOT=/Users/marvinmarz/fvm/versions/3.35.3"
44
export "FLUTTER_APPLICATION_PATH=/Users/marvinmarz/Projects/survey_kit/example"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
77
export "FLUTTER_BUILD_NAME=1.0.0"
88
export "FLUTTER_BUILD_NUMBER=1"
9-
export "FLUTTER_CLI_BUILD_MODE=debug"
109
export "DART_OBFUSCATION=false"
1110
export "TRACK_WIDGET_CREATION=true"
1211
export "TREE_SHAKE_ICONS=false"

0 commit comments

Comments
 (0)