开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (883)
标签 (1072)
master
gh-readonly-queue/master/pr-179670-ee7e28ec979562d0ab722fd24b5e145068ec6b63
gh-readonly-queue/master/pr-179759-cbb7a618809ee9dfb525ca6ea28044e016718ae7
gh-readonly-queue/master/pr-181716-399a692f7db0bd5faba36003d67880776a3767d3
main
test-branch-creation
use-super-tools
use-super-framework
flutter-3.41-candidate.0
stable
beta
flutter-3.42-candidate.0
unawaited-futures-draft
use-super-dev
revert-181685-update_date_localization
flutter-3.38-candidate.0
issue-triage-additional-info
code-assets-install-cache-fix
icon-data-class-modifier
zanderso-patch-3
3.41.2
3.42.0-0.1.pre
3.42.0-0.2.pre
3.41.1
3.38.10
3.42.0-0.0.pre
3.41.0
3.41.0-0.3.pre
3.38.9
3.41.0-0.2.pre
3.38.8
3.41.0-0.1.pre
3.41.0-0.0.pre
3.38.7
3.38.6
3.40.0-0.2.pre
3.38.5
3.40.0-0.1.pre
3.38.4
3.39.0-0.2.pre
master
分支 (883)
标签 (1072)
master
gh-readonly-queue/master/pr-179670-ee7e28ec979562d0ab722fd24b5e145068ec6b63
gh-readonly-queue/master/pr-179759-cbb7a618809ee9dfb525ca6ea28044e016718ae7
gh-readonly-queue/master/pr-181716-399a692f7db0bd5faba36003d67880776a3767d3
main
test-branch-creation
use-super-tools
use-super-framework
flutter-3.41-candidate.0
stable
beta
flutter-3.42-candidate.0
unawaited-futures-draft
use-super-dev
revert-181685-update_date_localization
flutter-3.38-candidate.0
issue-triage-additional-info
code-assets-install-cache-fix
icon-data-class-modifier
zanderso-patch-3
3.41.2
3.42.0-0.1.pre
3.42.0-0.2.pre
3.41.1
3.38.10
3.42.0-0.0.pre
3.41.0
3.41.0-0.3.pre
3.38.9
3.41.0-0.2.pre
3.38.8
3.41.0-0.1.pre
3.41.0-0.0.pre
3.38.7
3.38.6
3.40.0-0.2.pre
3.38.5
3.40.0-0.1.pre
3.38.4
3.39.0-0.2.pre
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (883)
标签 (1072)
master
gh-readonly-queue/master/pr-179670-ee7e28ec979562d0ab722fd24b5e145068ec6b63
gh-readonly-queue/master/pr-179759-cbb7a618809ee9dfb525ca6ea28044e016718ae7
gh-readonly-queue/master/pr-181716-399a692f7db0bd5faba36003d67880776a3767d3
main
test-branch-creation
use-super-tools
use-super-framework
flutter-3.41-candidate.0
stable
beta
flutter-3.42-candidate.0
unawaited-futures-draft
use-super-dev
revert-181685-update_date_localization
flutter-3.38-candidate.0
issue-triage-additional-info
code-assets-install-cache-fix
icon-data-class-modifier
zanderso-patch-3
3.41.2
3.42.0-0.1.pre
3.42.0-0.2.pre
3.41.1
3.38.10
3.42.0-0.0.pre
3.41.0
3.41.0-0.3.pre
3.38.9
3.41.0-0.2.pre
3.38.8
3.41.0-0.1.pre
3.41.0-0.0.pre
3.38.7
3.38.6
3.40.0-0.2.pre
3.38.5
3.40.0-0.1.pre
3.38.4
3.39.0-0.2.pre
flutter
/
bin
/
flutter-dev.bat
flutter
/
bin
/
flutter-dev.bat
flutter-dev.bat 3.27 KB
一键复制 编辑 原始数据 按行查看 历史
Loïc PÉRON 提交于 2025年07月26日 05:36 +08:00 . windows: allow pwsh.bat wrapper (#171778)
@ECHO off
REM Copyright 2014 The Flutter Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the logic in the
REM `flutter-dev` script in the same directory to ensure that Flutter & Dart
REM continue to work across all platforms!
REM
REM --------------------------------------------------------------------------
SETLOCAL
REM This is a helper script for development purposes. It runs the Flutter tool
REM from source code directly, without using the prebuilt snapshot. This is
REM useful for development, as it allows you to make changes to the tool and see
REM the effects immediately, but is much slower than using the prebuilt snapshot.
REM To debug the tool, you can uncomment the following line to enable debug mode:
REM SET FLUTTER_TOOL_ARGS="--enable-asserts %FLUTTER_TOOL_ARGS%"
FOR %%i IN ("%~dp0..") DO SET FLUTTER_ROOT=%%~fi
REM If available, add location of bundled mingit to PATH
SET mingit_path=%FLUTTER_ROOT%\bin\mingit\cmd
IF EXIST "%mingit_path%" SET PATH=%PATH%;%mingit_path%
REM Test if Git is available on the host
WHERE /Q git
IF "%ERRORLEVEL%" NEQ "0" (
ECHO Error: Unable to find git in your PATH.
EXIT /B 1
)
REM Detect which PowerShell executable is available on the host
REM PowerShell version <= 5: PowerShell.exe
REM PowerShell version >= 6: pwsh.exe
WHERE /Q pwsh && (
SET "powershell_executable=call pwsh"
) || WHERE /Q PowerShell.exe && (
SET powershell_executable=PowerShell.exe
) || (
ECHO Error: PowerShell executable not found. 1>&2
ECHO Either pwsh.exe or PowerShell.exe must be in your PATH. 1>&2
EXIT /B 1
)
REM Test if the flutter directory is a git clone, otherwise git rev-parse HEAD would fail
IF NOT EXIST "%flutter_root%\.git" (
ECHO Error: The Flutter directory is not a clone of the GitHub project.
ECHO The flutter tool requires Git in order to operate properly;
ECHO to set up Flutter, run the following command:
ECHO git clone -b stable https://github.com/flutter/flutter.git
EXIT 1
)
REM Include shared scripts in shared.bat
SET shared_bin=%FLUTTER_ROOT%\bin\internal\shared.bat
CALL "%shared_bin%"
SET flutter_tools_dir=%FLUTTER_ROOT%\packages\flutter_tools
SET cache_dir=%FLUTTER_ROOT%\bin\cache
SET script_path=%flutter_tools_dir%\bin\flutter_tools.dart
SET dart_sdk_path=%cache_dir%\dart-sdk
SET dart=%dart_sdk_path%\bin\dart.exe
SET exit_with_errorlevel=%FLUTTER_ROOT%/bin/internal/exit_with_errorlevel.bat
REM Chaining the call to 'dart' and 'exit' with an ampersand ensures that
REM Windows reads both commands into memory once before executing them. This
REM avoids nasty errors that may otherwise occur when the dart command (e.g. as
REM part of 'flutter upgrade') modifies this batch script while it is executing.
REM
REM Do not use the CALL command in the next line to execute Dart. CALL causes
REM Windows to re-read the line from disk after the CALL command has finished
REM regardless of the ampersand chain.
"%dart%" run --resident --packages="%flutter_tools_dir%\.dart_tool\package_config.json" %FLUTTER_TOOL_ARGS% "%script_path%" %* & "%exit_with_errorlevel%"
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

暂无描述
暂无标签
BSD-3-Clause
使用 BSD-3-Clause 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ly-code/flutter.git
git@gitee.com:ly-code/flutter.git
ly-code
flutter
flutter
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /