Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_boost_1.22.4
Commits
81925f8e
Commit
81925f8e
authored
Dec 30, 2019
by
justin
Committed by
GitHub
Dec 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #547 from genehsun/feature/1.9_pr1
暴露boostcontainer数组;
parents
c4c429b6
a9222f80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
android/src/main/java/com/idlefish/flutterboost/Utils.java
android/src/main/java/com/idlefish/flutterboost/Utils.java
+2
-1
lib/container/container_manager.dart
lib/container/container_manager.dart
+2
-0
No files found.
android/src/main/java/com/idlefish/flutterboost/Utils.java
View file @
81925f8e
...
...
@@ -185,7 +185,8 @@ public class Utils {
}
}
}
catch
(
Throwable
t
){
Debuger
.
exception
(
t
);
// Debuger.exception(t);
t
.
printStackTrace
();
}
}
...
...
lib/container/container_manager.dart
View file @
81925f8e
...
...
@@ -83,6 +83,8 @@ class ContainerManagerState extends State<BoostContainerManager> {
//Number of containers.
int
get
containerCounts
=>
_offstage
.
length
;
List
<
BoostContainer
>
get
offstage
=>
_offstage
;
//Setting for current visible container.
BoostContainerSettings
get
onstageSettings
=>
_onstage
.
settings
;
...
...
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