Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_flutter
Project
Project
Details
Activity
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
mobile
gmalpha_flutter
Commits
ebc0303f
Commit
ebc0303f
authored
5 years ago
by
杜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge dev into message
parent
b5664acd
xuweiyu_dev
dev
dx/message
hbr/findPage
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
AttentionListItem.dart
lib/NewMessageModel/page/AttentionListItem.dart
+1
-1
AttentionPage.dart
lib/NewMessageModel/page/AttentionPage.dart
+1
-1
MessagePage.dart
lib/NewMessageModel/page/MessagePage.dart
+1
-1
common.dart
lib/NewMessageModel/page/common.dart
+1
-1
BaseComponent.dart
lib/commonModel/base/BaseComponent.dart
+1
-1
ALColors.dart
lib/res/value/ALColors.dart
+1
-0
No files found.
lib/NewMessageModel/page/AttentionListItem.dart
View file @
ebc0303f
import
'package:flutter/material.dart'
;
import
'package:gmalpha_flutter/NewMessageModel/service/remote/entity/AttentionEntity.dart'
;
import
'package:gmalpha_flutter/commonModel/ui/ALColors.dart'
;
import
'package:gmalpha_flutter/NewMessageModel/page/message_date.dart'
;
import
'package:gmalpha_flutter/res/value/ALColors.dart'
;
class
AttentionListItem
extends
StatelessWidget
{
final
Data
item
;
...
...
This diff is collapsed.
Click to expand it.
lib/NewMessageModel/page/AttentionPage.dart
View file @
ebc0303f
...
...
@@ -4,7 +4,7 @@ import 'package:gmalpha_flutter/NewMessageModel/page/AttentionModel.dart';
import
'package:gmalpha_flutter/NewMessageModel/page/AttentionListItem.dart'
;
import
'package:gmalpha_flutter/NewMessageModel/service/remote/entity/AttentionEntity.dart'
;
import
'package:gmalpha_flutter/commonModel/base/BasePage.dart'
;
import
'package:gmalpha_flutter/
commonModel/ui
/ALColors.dart'
;
import
'package:gmalpha_flutter/
res/value
/ALColors.dart'
;
enum
LoadStatus
{
// 正在加载
...
...
This diff is collapsed.
Click to expand it.
lib/NewMessageModel/page/MessagePage.dart
View file @
ebc0303f
...
...
@@ -6,7 +6,7 @@ import 'package:gmalpha_flutter/NewMessageModel/page/common.dart';
import
'package:gmalpha_flutter/NewMessageModel/service/remote/entity/LatestMessageEntity.dart'
;
import
'package:gmalpha_flutter/NewMessageModel/service/remote/entity/MyMessageEntity.dart'
;
import
'package:gmalpha_flutter/NewMessageModel/service/remote/entity/UnreadMessageEntity.dart'
;
import
'package:gmalpha_flutter/
commonModel/ui
/ALColors.dart'
;
import
'package:gmalpha_flutter/
res/value
/ALColors.dart'
;
import
'package:pull_to_refresh/pull_to_refresh.dart'
;
class
MessagePage
extends
StatefulWidget
{
...
...
This diff is collapsed.
Click to expand it.
lib/NewMessageModel/page/common.dart
View file @
ebc0303f
import
'package:common_utils/common_utils.dart'
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter_screenutil/flutter_screenutil.dart'
;
import
'package:gmalpha_flutter/
commonModel/ui
/ALColors.dart'
;
import
'package:gmalpha_flutter/
res/value
/ALColors.dart'
;
messageTitle
(
String
text
)
{
...
...
This diff is collapsed.
Click to expand it.
lib/commonModel/base/BaseComponent.dart
View file @
ebc0303f
...
...
@@ -39,7 +39,7 @@ Text baseText(String text, double fontSize, Color color) {
);
}
Widget
baseDivide
(
double
height
,
int
padding
,
Color
color
)
{
Widget
baseDivide
(
double
height
,
double
padding
,
Color
color
)
{
return
Container
(
height:
height
,
margin:
EdgeInsets
.
only
(
...
...
This diff is collapsed.
Click to expand it.
lib/res/value/ALColors.dart
View file @
ebc0303f
...
...
@@ -23,4 +23,5 @@ class ALColors {
static
const
Color
ColorF4F3F8
=
Color
(
0xFFf4f3f8
);
static
const
Color
Color282828
=
Color
(
0xFF282828
);
static
const
Color
ColorE5E5E5
=
Color
(
0xFFe5e5e5
);
static
const
Color
Color666666
=
Color
(
0xFF666666
);
}
This diff is collapsed.
Click to expand it.
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