Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cool_ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
cool_ui
Commits
8ff06338
提交
8ff06338
authored
5月 12, 2023
作者:
张国庆
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
适配 flutter 3.10
上级
6b5864fe
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
8 行增加
和
153 行删除
+8
-153
.gitignore
.gitignore
+2
-0
build.gradle
example/android/build.gradle
+1
-1
pubspec.yaml
example/pubspec.yaml
+2
-2
mock_binding.dart
lib/keyboards/mocks/mock_binding.dart
+2
-2
pubspec.lock
pubspec.lock
+0
-147
pubspec.yaml
pubspec.yaml
+1
-1
没有找到文件。
.gitignore
浏览文件 @
8ff06338
...
@@ -9,3 +9,5 @@ ios/.generated/
...
@@ -9,3 +9,5 @@ ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*
ios/Runner/GeneratedPluginRegistrant.*
/.idea
/.idea
pubspec.lock
example/android/build.gradle
浏览文件 @
8ff06338
...
@@ -26,6 +26,6 @@ subprojects {
...
@@ -26,6 +26,6 @@ subprojects {
project
.
evaluationDependsOn
(
':app'
)
project
.
evaluationDependsOn
(
':app'
)
}
}
task
clean
(
type:
Delete
)
{
task
s
.
register
(
"clean"
,
Delete
)
{
delete
rootProject
.
buildDir
delete
rootProject
.
buildDir
}
}
example/pubspec.yaml
浏览文件 @
8ff06338
...
@@ -10,7 +10,7 @@ description: Cool UI Example
...
@@ -10,7 +10,7 @@ description: Cool UI Example
version
:
1.0.0+1
version
:
1.0.0+1
environment
:
environment
:
sdk
:
"
>=2.1
2
.0
<3.0.0"
sdk
:
"
>=2.1
7
.0
<3.0.0"
dependencies
:
dependencies
:
flutter
:
flutter
:
...
@@ -18,7 +18,7 @@ dependencies:
...
@@ -18,7 +18,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons
:
^
0.1
.2
cupertino_icons
:
^
1.0
.2
cool_ui
:
cool_ui
:
path
:
../
path
:
../
...
...
lib/keyboards/mocks/mock_binding.dart
浏览文件 @
8ff06338
...
@@ -5,7 +5,6 @@ class MockBinding extends WidgetsFlutterBinding {
...
@@ -5,7 +5,6 @@ class MockBinding extends WidgetsFlutterBinding {
@override
@override
void
initInstances
()
{
void
initInstances
()
{
// TODO: implement initInstances
_binaryMessenger
=
MockBinaryMessenger
(
this
);
_binaryMessenger
=
MockBinaryMessenger
(
this
);
super
.
initInstances
();
super
.
initInstances
();
_initFlag
=
true
;
_initFlag
=
true
;
...
@@ -35,6 +34,7 @@ class MockBinding extends WidgetsFlutterBinding {
...
@@ -35,6 +34,7 @@ class MockBinding extends WidgetsFlutterBinding {
runMockApp
(
Widget
app
)
{
runMockApp
(
Widget
app
)
{
MockBinding
.
ensureInitialized
()
MockBinding
.
ensureInitialized
()
..
scheduleAttachRootWidget
(
app
)
..
scheduleAttachRootWidget
(
MockBinding
.
ensureInitialized
().
wrapWithDefaultView
(
app
))
..
scheduleWarmUpFrame
();
..
scheduleWarmUpFrame
();
}
}
pubspec.lock
deleted
100644 → 0
浏览文件 @
6b5864fe
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
description:
name: async
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.9.0"
back_button_interceptor:
dependency: "direct main"
description:
name: back_button_interceptor
url: "https://pub.flutter-io.cn"
source: hosted
version: "6.0.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.0"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.16.0"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.2"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.9.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.10.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.4.12"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=2.5.0"
pubspec.yaml
浏览文件 @
8ff06338
...
@@ -5,7 +5,7 @@ author: Kevin <liangkaikevin@gmail.com>
...
@@ -5,7 +5,7 @@ author: Kevin <liangkaikevin@gmail.com>
homepage
:
https://github.com/Im-Kevin/cool_ui
homepage
:
https://github.com/Im-Kevin/cool_ui
environment
:
environment
:
sdk
:
"
>=2.1
2
.0
<3.0.0"
sdk
:
"
>=2.1
7
.0
<3.0.0"
flutter
:
"
>=2.5.0
<4.0.0"
flutter
:
"
>=2.5.0
<4.0.0"
dependencies
:
dependencies
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论