asjqkkkk / flutter-todos

📝 one day list app created by flutter!
MIT License
2.03k stars 443 forks source link

New to flutter, #16

Open Deanfei opened 4 years ago

Deanfei commented 4 years ago

Launching lib\main.dart in debug mode... Checking the license for package Android SDK Platform 29 in C:\Users\yangl\AppData\Local\Android\sdk\licenses License for package Android SDK Platform 29 accepted. Preparing "Install Android SDK Platform 29 (revision: 5)". "Install Android SDK Platform 29 (revision: 5)" ready. Installing Android SDK Platform 29 in C:\Users\yangl\AppData\Local\Android\sdk\platforms\android-29 "Install Android SDK Platform 29 (revision: 5)" complete. "Install Android SDK Platform 29 (revision: 5)" finished. /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dio-2.2.2/lib/src/dio_http_headers.dart:55:8: Error: The method 'DioHttpHeaders.add' has fewer named arguments than those of overridden method 'HttpHeaders.add'. void add(String name, value) { ^ org-dartlang-sdk:///third_party/dart/sdk/lib/_http/http.dart:699:8: Context: This is the overridden method ('add'). void add(String name, Object value, ^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dio-2.2.2/lib/src/dio_http_headers.dart:70:8: Error: The method 'DioHttpHeaders.set' has fewer named arguments than those of overridden method 'HttpHeaders.set'. void set(String name, Object value) { ^ org-dartlang-sdk:///third_party/dart/sdk/lib/_http/http.dart:708:8: Context: This is the overridden method ('set'). void set(String name, Object value, ^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.13.1/lib/src/picture_stream.dart:92:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PictureStream(); ^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.13.1/lib/src/picture_stream.dart:192:16: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. abstract class PictureStreamCompleter extends Diagnosticable { ^

FAILURE: Build failed with an exception.

BUILD FAILED in 3m 45s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm)

asjqkkkk commented 4 years ago

can you provider you flutter enviroment?

asjqkkkk commented 4 years ago

Hi, pull the last code in master, this issue will be solved

Deanfei commented 4 years ago

Hi there,

Thanks for the response. Are you meaning pulling the latest code? And the issue has been fixed or will be fixed in the future?

Thanks

On Tue, 1 Sep 2020 at 02:40, 安卓小哥 notifications@github.com wrote:

Hi, pull the last code in master, this issue will be solved

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/asjqkkkk/flutter-todos/issues/16#issuecomment-683821178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHD3GMYXVH2S7DPDE76VJWDSDOY4VANCNFSM4QARTTKA .

asjqkkkk commented 4 years ago

Hi there, Thanks for the response. Are you meaning pulling the latest code? And the issue has been fixed or will be fixed in the future? Thanks On Tue, 1 Sep 2020 at 02:40, 安卓小哥 @.***> wrote: Hi, pull the last code in master, this issue will be solved — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHD3GMYXVH2S7DPDE76VJWDSDOY4VANCNFSM4QARTTKA .

yes, this has been fixed by last commit