abdalmonem

Results 37 comments of abdalmonem

Often you are on 2.7 dart version , if your app working on any dart version 2.7 or upper , please run : `flutter pub run flutter_launcher_icons:main` @MarkOSullivan94 "Readme" should...

any one found a solution ? i should announcing my app this week , and this issue stop me right now i use : `value: Platform.isIOS ? SystemUiOverlayStyle.light : SystemUiOverlayStyle(systemNavigationBarColor:...

> Can you reproduce this in a standalone sample project? > > Also it might be worth trying the following release configuration in `build.gradle`: > > ``` > release {...

@brun0xon if you mean addding `@pragma('vm:entry-point')` to the top level function i would say its also doesnt work edit: i get it , and correct edit the source `flutterCompute` and...

i guess its related to 'Hot restart' , cuz in the situation of "normal restart" every thing goes fine, so the plugin doesn't support the hot restart and of course...

any updates ?

@darshankawar This issue is serous danger! I investigate it , and i come with: 1 - The main isolate called one time in the background 2 - The main isolate...

@yeikel16 i believe we can skip this issue if Dart team add any way to find the name of `entry-point`that ran the main