Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
common_module
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
0
Merge Requests
0
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-plugin
common_module
Commits
852a6234
Commit
852a6234
authored
Oct 15, 2021
by
汪林玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
9304853e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
lib/base/base_page_view_item_state.dart
lib/base/base_page_view_item_state.dart
+0
-2
lib/base/base_tab_bar_view_item_state.dart
lib/base/base_tab_bar_view_item_state.dart
+0
-3
lib/components/i_app_bar.dart
lib/components/i_app_bar.dart
+1
-1
lib/components/i_empty_status.dart
lib/components/i_empty_status.dart
+1
-1
No files found.
lib/base/base_page_view_item_state.dart
View file @
852a6234
import
'package:flutter/material.dart'
;
import
'base_route_widget_state.dart'
;
import
'dart:math'
as
math
;
import
'package:extended_nested_scroll_view/extended_nested_scroll_view.dart'
as
extended
;
import
'./base_tab_bar_view_item_state.dart'
;
/// PageView 子项抽象状态,仅支持直接使用PageView()构造
...
...
lib/base/base_tab_bar_view_item_state.dart
View file @
852a6234
import
'package:flutter/material.dart'
;
import
'base_route_widget_state.dart'
;
import
'./base_page_view_item_state.dart'
;
import
'package:extended_nested_scroll_view/extended_nested_scroll_view.dart'
as
extended
;
/// PageView 子项抽象状态
/// 提供了生命周期监听
/// 需要在MaterialApp.navigatorObservers中注册BaseRouteState.baseRouteStateObserver
...
...
lib/components/i_app_bar.dart
View file @
852a6234
...
...
@@ -43,7 +43,7 @@ class IAppBar extends StatelessWidget implements PreferredSizeWidget {
leading:
leadingWidget
,
toolbarHeight:
_height
,
actions:
actions
,
brightness:
style
,
systemOverlayStyle:
SystemUiOverlayStyle
(
statusBarBrightness:
style
)
,
automaticallyImplyLeading:
false
,
flexibleSpace:
SafeArea
(
bottom:
false
,
...
...
lib/components/i_empty_status.dart
View file @
852a6234
...
...
@@ -90,7 +90,7 @@ class _IEmptyStatusState extends State<IEmptyStatus> {
),
),
),
Fla
tButton
(
Tex
tButton
(
onPressed:
()
async
{
if
(
widget
.
onTap
!=
null
)
{
var
connectivityResult
=
...
...
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