Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
F
flutter_clx_base
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
flutter_clx_base
Commits
c7d72281
提交
c7d72281
authored
8月 09, 2022
作者:
guoqing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
commonUtils
上级
58f321a7
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
17 行增加
和
13 行删除
+17
-13
pubspec.lock
example/pubspec.lock
+10
-10
common_utils.dart
lib/utils/common_utils.dart
+3
-0
pubspec.yaml
pubspec.yaml
+4
-3
没有找到文件。
example/pubspec.lock
浏览文件 @
c7d72281
...
...
@@ -49,7 +49,7 @@ packages:
name: collection
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1
5
.0"
version: "1.1
6
.0"
common_utils:
dependency: transitive
description:
...
...
@@ -98,7 +98,7 @@ packages:
name: fake_async
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
2
.0"
version: "1.
3
.0"
ffi:
dependency: transitive
description:
...
...
@@ -204,7 +204,7 @@ packages:
name: js
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.6.
3
"
version: "0.6.
4
"
keyboard_actions:
dependency: transitive
description:
...
...
@@ -239,7 +239,7 @@ packages:
name: material_color_utilities
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.1.
3
"
version: "0.1.
4
"
meta:
dependency: transitive
description:
...
...
@@ -295,7 +295,7 @@ packages:
name: path
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.
0
"
version: "1.8.
1
"
path_provider:
dependency: transitive
description:
...
...
@@ -475,7 +475,7 @@ packages:
name: source_span
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.
1
"
version: "1.8.
2
"
sp_util:
dependency: transitive
description:
...
...
@@ -524,7 +524,7 @@ packages:
name: test_api
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.4.
8
"
version: "0.4.
9
"
typed_data:
dependency: transitive
description:
...
...
@@ -594,14 +594,14 @@ packages:
name: vector_math
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.
1
"
version: "2.1.
2
"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.
2
"
version: "3.0.
4
"
webview_flutter_android:
dependency: transitive
description:
...
...
@@ -638,5 +638,5 @@ packages:
source: hosted
version: "0.2.0+1"
sdks:
dart: ">=2.1
5.0
<3.0.0"
dart: ">=2.1
7.6
<3.0.0"
flutter: ">=2.10.0"
lib/utils/common_utils.dart
0 → 100644
浏览文件 @
c7d72281
export
'package:flustars/flustars.dart'
;
import
'package:get/get.dart'
;
\ No newline at end of file
pubspec.yaml
浏览文件 @
c7d72281
name
:
flutter_clx_base
description
:
A new base library
version
:
1.0.0
homepage
:
homepage
:
http://t.clxkj.cn/clx-android/flutter_clx_base.git
environment
:
sdk
:
'
>=2.12.0
<3.0.0'
sdk
:
"
>=2.17.6
<3.0.0"
flutter
:
"
>=2.5.0"
dependencies
:
flutter
:
...
...
@@ -52,7 +53,7 @@ dependencies:
dev_dependencies
:
flutter_test
:
sdk
:
flutter
flutter_lints
:
^
1
.0.0
flutter_lints
:
^
2
.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论