Commit 858949c7 authored by tongzifang's avatar tongzifang

source =2

parent ad911898
......@@ -4,12 +4,5 @@
## Getting Started
This project is a starting point for a Flutter
[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.
flutter pub run build_runner build --delete-conflicting-outputs
......@@ -23,7 +23,7 @@ class _UserFeedbackClient implements UserFeedbackClient {
type,
content,
pictures, {
source = 1,
source = 2,
}) async {
const _extra = <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