Skip to content

Commit

Permalink
update dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Jun 8, 2024
1 parent 2c7cd0b commit 0adb9b6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
cache: true

# https://github.com/subosito/flutter-action/issues/278
- name: Export pub environment variable
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
echo "PUB_CACHE=$LOCALAPPDATA\\Pub\\Cache" >> $GITHUB_ENV
fi
shell: bash
# - name: Export pub environment variable
# run: |
# if [ "$RUNNER_OS" == "Windows" ]; then
# echo "PUB_CACHE=$LOCALAPPDATA\\Pub\\Cache" >> $GITHUB_ENV
# fi
# shell: bash

- run: echo "NEW_VERSION=${{ github.ref_name }}" | Out-File -FilePath $env:GITHUB_ENV -Append

Expand Down
Binary file modified dlls/msvcp140.dll
Binary file not shown.
Binary file modified dlls/vcruntime140.dll
Binary file not shown.
Binary file modified dlls/vcruntime140_1.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -860,5 +860,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.4.3 <4.0.0"
flutter: ">=3.22.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=3.4.0 <4.0.0'
sdk: '>=3.4.3 <4.0.0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/flutter_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ bool FlutterWindow::OnCreate() {
SetChildContent(flutter_controller_->view()->GetNativeWindow());

flutter_controller_->engine()->SetNextFrameCallback([&]() {
// this->Show();
"";
this->Show();
// "";
});

// Flutter can complete the first frame before the "show window" callback is
Expand Down

0 comments on commit 0adb9b6

Please sign in to comment.