Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
huangjiahao
/
Hibok
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
3 Revīzijas
2d84ad4f76
...
1187f0ae49
Autors
SHA1
Ziņojums
Datums
jiahao
1187f0ae49
1
pirms 5 gadiem
jiahao
3b68bd9af4
Merge remote-tracking branch 'origin/master'
# Conflicts: # lib/chat/group_chat_view.dart
pirms 5 gadiem
jiahao
639b9b1371
1
pirms 5 gadiem
5 mainītis faili
ar
5 papildinājumiem
un
7 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
+1
-1
lib/chat/ChatPage.dart
+2
-3
lib/chat/group_chat_view.dart
+0
-1
lib/home/LoginPage.dart
+1
-1
lib/utils/HttpUtil.dart
+1
-1
lib/utils/net_state_util.dart
+ 1
- 1
lib/chat/ChatPage.dart
Parādīt failu
@@ -451,7 +451,7 @@ class _ChatPageState extends State<ChatPage> {
Provider<int>.value(value: widget.friendId),
],
child: GestureDetector(
onTap
Down
:
(args){
hideKeyBoard
();}
,
onTap: hideKeyBoard,
child: ExtendedTextSelectionPointerHandler(
///选择文字,消除弹窗
+ 2
- 3
lib/chat/group_chat_view.dart
Parādīt failu
@@ -306,9 +306,8 @@ class _GroupChatPageState extends State<GroupChatPage> {
Provider<bool>.value(value: true),
Provider<GroupInfoModel>.value(value: widget.groupInfoModel),
],
child: GestureDetector(onTapDown: (args) {
hideKeyBoard();
}, child: ExtendedTextSelectionPointerHandler(
child: GestureDetector(
onTap:hideKeyBoard, child: ExtendedTextSelectionPointerHandler(
///选择文字,消除弹窗
builder: (states) {
return Listener(
+ 0
- 1
lib/home/LoginPage.dart
Parādīt failu
@@ -36,7 +36,6 @@ class _LoginPageState extends State<LoginPage> {
if (keyHeight > 0) {
UserData().setKeyboardHeight(keyHeight);
}
Widget appBar = AppBar(
backgroundColor: AppColors.NewAppbarBgColor,
title: Text(
+ 1
- 1
lib/utils/HttpUtil.dart
Parādīt failu
@@ -46,7 +46,7 @@ class HttpUtil {
//static const String BaseUrl = 'http://192.168.0.207:9080/';
static const String BaseUrl = 'http://120.79.107.63:9080/';
//static const String BaseUrl = 'http://192.168.0.177:9016/';
//
static const String BaseUrl = 'https://datasm.chengyouhd.com/';
//
static const String BaseUrl = 'https://datasm.chengyouhd.com/';
static HttpUtil _getInstance() {
if (_instance == null) {
+ 1
- 1
lib/utils/net_state_util.dart
Parādīt failu
@@ -17,7 +17,7 @@ class NetStateBloc {
}
_updateConnectionStatus(ConnectivityResult result) async {
print('网络状态改变$result');
//
print('网络状态改变$result');
if (result == ConnectivityResult.none) {
lastNet = result;
_streamController.sink.add(ChatState.connecting.index);
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt