Commit 858949c7 authored by tongzifang's avatar tongzifang

source =2

parent ad911898
...@@ -4,12 +4,5 @@ ...@@ -4,12 +4,5 @@
## Getting Started ## Getting Started
This project is a starting point for a Flutter flutter pub run build_runner build --delete-conflicting-outputs
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
...@@ -23,7 +23,7 @@ class _UserFeedbackClient implements UserFeedbackClient { ...@@ -23,7 +23,7 @@ class _UserFeedbackClient implements UserFeedbackClient {
type, type,
content, content,
pictures, { pictures, {
source = 1, source = 2,
}) async { }) async {
const _extra = <String, dynamic>{}; const _extra = <String, dynamic>{};
final queryParameters = <String, dynamic>{}; final queryParameters = <String, dynamic>{};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment