Closed alexaccaci closed 3 years ago
thanks for reporting this issue. i have migrated it to null safety a while back and tested it on Flutter 2.2.1. I'll definitely check it out
@alexaccaci I didn't hit the bug myself but it was simple type casting exception. applied a fix so it won't happen again. would appreciate it if you could confirm it is fixed if your got the time
It's ok Best Regards
Il giorno mer 28 lug 2021 alle ore 19:57 alireza easazade < @.***> ha scritto:
@alexaccaci https://github.com/alexaccaci I didn't hit the bug myself but it was simple type casting exception. applied a fix so it won't happen again. would appreciate it if you could confirm it is fixed if your got the time
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/easazade/android-long-task/issues/5#issuecomment-888507196, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGMVTQQUZXKD45IEJHKJ3T2BAHLANCNFSM5AZ6NUDA .
I'm trying to run your example with flutter 2.2.3 and I'm getting this error message:E/flutter ( 7230): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: type 'Null' is not a subtype of type 'Map<String, dynamic>' E/flutter ( 7230): #0 AppClient.getData (package:android_long_task/long_task/app_client.dart:49:26) E/flutter ( 7230):
My flutter doctor output is: [✓] Flutter (Channel stable, 2.2.3, on macOS 11.4 20F71 darwin-x64, locale en-IT) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 4.2) [✓] Connected device (2 available)
• No issues found!
Best Alex