Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base_data_channel
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
PublicSource
base_data_channel
Commits
b636bae3
Commit
b636bae3
authored
Apr 07, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add http_parser: ^4.0.2
parent
7794207c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
pubspec.lock
example/pubspec.lock
+8
-0
common_client.dart
lib/request/common_client.dart
+1
-0
pubspec.yaml
pubspec.yaml
+2
-0
No files found.
example/pubspec.lock
View file @
b636bae3
...
...
@@ -336,6 +336,14 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: db2ff852ed77090ba9f62d3611e4208a3d11dfa35991a81ae724c113fcb3e3f7
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.0"
matcher:
dependency: transitive
description:
...
...
lib/request/common_client.dart
View file @
b636bae3
...
...
@@ -2,6 +2,7 @@ import 'dart:io';
import
'package:base_data_channel/http/basedio.dart'
;
import
'package:dio/dio.dart'
;
import
'package:http_parser/http_parser.dart'
;
import
'package:retrofit/retrofit.dart'
;
import
'../data/common_up_img_entity.dart'
;
...
...
pubspec.yaml
View file @
b636bae3
...
...
@@ -45,6 +45,8 @@ dependencies:
retrofit
:
^4.0.1
fluttertoast
:
^8.2.1
flutter_easyloading
:
^3.0.5
logger
:
any
http_parser
:
^4.0.2
flutter_boost
:
git
:
url
:
'
https://github.com/alibaba/flutter_boost.git'
...
...
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