You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Error: The return type of the method 'SingingBlockZipFileEncoder.close' is 'void', which does not match the return type, 'Future', of the overridden method, 'ZipFileEncoder.close'.
'Future' is from 'dart:async'.
Change to a subtype of 'Future'.
void close() {
^
../../.pub-cache/hosted/pub.dev/archive-3.6.1/lib/src/io/zip_file_encoder.dart:235:16: Context: This is the overridden method ('close').
Future close() async {
^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
i am trying to implement this magic link sdk but i have tried every solution and check the sdk but still getting this error i have try it with diffrent sdks but still same error
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error: The return type of the method 'SingingBlockZipFileEncoder.close' is 'void', which does not match the return type, 'Future', of the overridden method, 'ZipFileEncoder.close'.
Change to a subtype of 'Future'.
void close() {
^
../../.pub-cache/hosted/pub.dev/archive-3.6.1/lib/src/io/zip_file_encoder.dart:235:16: Context: This is the overridden method ('close').
Future close() async {
^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileFlutterBuildDebug'.
i am trying to implement this magic link sdk but i have tried every solution and check the sdk but still getting this error i have try it with diffrent sdks but still same error
The text was updated successfully, but these errors were encountered: