Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rustdesk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李朝发
rustdesk
Commits
e5a292ef
Commit
e5a292ef
authored
Sep 20, 2022
by
Kingtous
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt: flutter_improved_scrolling doc & remove border
parent
8a6ec7b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
desktop_tab_page.dart
flutter/lib/desktop/pages/desktop_tab_page.dart
+0
-2
pubspec.yaml
flutter/pubspec.yaml
+8
-4
No files found.
flutter/lib/desktop/pages/desktop_tab_page.dart
View file @
e5a292ef
...
@@ -38,8 +38,6 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
...
@@ -38,8 +38,6 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
RxBool
fullscreen
=
false
.
obs
;
RxBool
fullscreen
=
false
.
obs
;
Get
.
put
(
fullscreen
,
tag:
'fullscreen'
);
Get
.
put
(
fullscreen
,
tag:
'fullscreen'
);
final
tabWidget
=
Container
(
final
tabWidget
=
Container
(
decoration:
BoxDecoration
(
border:
Border
.
all
(
color:
MyTheme
.
color
(
context
).
border
!)),
child:
Overlay
(
initialEntries:
[
child:
Overlay
(
initialEntries:
[
OverlayEntry
(
builder:
(
context
)
{
OverlayEntry
(
builder:
(
context
)
{
gFFI
.
dialogManager
.
setOverlayState
(
Overlay
.
of
(
context
));
gFFI
.
dialogManager
.
setOverlayState
(
Overlay
.
of
(
context
));
...
...
flutter/pubspec.yaml
View file @
e5a292ef
...
@@ -80,10 +80,14 @@ dependencies:
...
@@ -80,10 +80,14 @@ dependencies:
desktop_drop
:
^0.3.3
desktop_drop
:
^0.3.3
scroll_pos
:
^0.3.0
scroll_pos
:
^0.3.0
rxdart
:
^0.27.5
rxdart
:
^0.27.5
flutter_improved_scrolling
:
flutter_improved_scrolling
:
^0.0.3
git
:
# currently, we use flutter 3.0.5 for windows build, latest for other builds.
url
:
https://github.com/Kingtous/flutter_improved_scrolling
#
ref
:
62f09545149f320616467c306c8c5f71714a18e6
# for flutter 3.0.5, please use official version(just comment code below).
# if build rustdesk by flutter >=3.3, please use our custom pub below (uncomment code below).
# git
:
# url: https://github.com/Kingtous/flutter_improved_scrolling
# ref: 62f09545149f320616467c306c8c5f71714a18e6
dev_dependencies
:
dev_dependencies
:
icons_launcher
:
^2.0.4
icons_launcher
:
^2.0.4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment