Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-7777777 committed Jan 5, 2021
1 parent 965e1da commit d0493d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A new Flutter project.

## 注意事项

涉及网络请求,需要添加 my_app/android/app/src/main/AndroidManifest.xml 中的声明,详见 [https://flutter.cn/docs/development/data-and-backend/networking](https://flutter.cn/docs/development/data-and-backend/networking)
涉及网络请求,需要添加 my_app/android/app/src/main/AndroidManifest.xml 中的声明,详见 [https://flutter.cn/docs/development/data-and-backend/networking](https://flutter.cn/docs/development/data-and-backend/networking)
4 changes: 2 additions & 2 deletions lib/requester/tags.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 网络请求
import 'package:dio/dio.dart';
import 'package:Food_Recipe/constants.dart';
import 'package:Food_Recipe/model/tag.dart';
import 'package:my_app/constants.dart';
import 'package:my_app/model/tag.dart';

class TagsRequester {
static var dio = Dio();
Expand Down

0 comments on commit d0493d5

Please sign in to comment.