erdrzz

Results 2 comments of erdrzz

Yes same issue. I had to update the flutter version because AppConnect required to upload apps with SDK 18 after April 24. So updated to the latest Flutter version 3.29....

Ah, the solution is to mark the whole class with the annotation ``` @pragma('vm:entry-point') // Add the annotation here class _MyHomePageState extends State { // ... your existing code ......