Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Reason Pun
2022-03-03 10:49:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9585b8fa929582a4f7a8225278af9b32bda5e0cd
9585b8fa
1 parent
d126a15e
upgrade
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
pubspec.lock
pubspec.yaml
pubspec.lock
View file @
9585b8f
This diff is collapsed. Click to expand it.
pubspec.yaml
View file @
9585b8f
...
...
@@ -56,7 +56,7 @@ dependencies:
# 侧滑删除 https://github.com/letsar/flutter_slidable
flutter_slidable
:
^1.1.0
# WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
webview_flutter
:
3.0.0
webview_flutter
:
^3.0.1
# 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
keyboard_actions
:
^3.4.4
# 列表悬浮头 https://github.com/fluttercommunity/flutter_sticky_headers
...
...
@@ -70,7 +70,7 @@ dependencies:
# 状态管理 https://github.com/rrousselGit/provider
provider
:
^6.0.2
# 扫码 https://github.com/juliuscanute/qr_code_scanner
qr_code_scanner
:
0.6.1
qr_code_scanner
:
^0.7.0
# App Shortcuts https://github.com/flutter/plugins/tree/master/packages/quick_actions
quick_actions
:
^0.6.0+8
# 振动(支持Web) https://github.com/benjamindean/flutter_vibration
...
...
@@ -96,7 +96,7 @@ dependencies:
flutter_spinkit
:
^5.0.0
json_annotation
:
^4.4.0
flutter_sound
:
^
8.5.0
flutter_sound
:
^
9.1.3
# fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器
fijkplayer
:
^0.10.1
...
...
@@ -106,6 +106,7 @@ dependencies:
# A Dart timer that can be paused, resumed and reset.
pausable_timer
:
^1.0.0+3
permission_handler
:
^9.2.0
dependency_overrides
:
decimal
:
1.5.0
...
...
@@ -135,9 +136,7 @@ dev_dependencies:
build_runner
:
^2.1.7
flutter_launcher_icons
:
^0.9.2
flutter_native_splash
:
^1.3.2
permission_handler
:
^8.3.0
flutter_native_splash
:
^2.0.5
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
...
...
Please
register
or
login
to post a comment