fix http client
This commit is contained in:
32
.hgignore
32
.hgignore
@@ -5,7 +5,6 @@
|
||||
.pub/
|
||||
.gradle/
|
||||
.orig
|
||||
|
||||
build/
|
||||
gen/
|
||||
pubspec.lock
|
||||
@@ -19,10 +18,37 @@ ios/Pods/
|
||||
|
||||
android/local.properties
|
||||
android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
|
||||
android/android.iml
|
||||
android/app/app.iml
|
||||
android/*.iml
|
||||
android/app/*.iml
|
||||
android/.idea/
|
||||
android/build/
|
||||
android/.DS_Store
|
||||
android/captures
|
||||
android/gradle
|
||||
|
||||
ios/.idea/
|
||||
ios/.vagrant/
|
||||
ios/.sconsign.dblite
|
||||
ios/.svn/
|
||||
ios/.DS_Store
|
||||
ios/profile
|
||||
ios/DerivedData/
|
||||
ios/build/
|
||||
ios/GeneratedPluginRegistrant.h
|
||||
ios/GeneratedPluginRegistrant.m
|
||||
ios/!default.pbxuser
|
||||
ios/!default.mode1v3
|
||||
ios/!default.mode2v3
|
||||
ios/!default.perspectivev3
|
||||
ios/Runner.xcodeproj/xcuserdata
|
||||
ios/Runner.xcworkspace/xcuserdata
|
||||
ios/Icon?
|
||||
ios/.tags*
|
||||
ios/Flutter/app.flx
|
||||
ios/Flutter/app.zip
|
||||
ios/Flutter/App.framework
|
||||
ios/Flutter/Flutter.framework
|
||||
ios/Flutter/Generated.xcconfig
|
||||
ios/ServiceDefinitions.json
|
||||
ios/Pods/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user