Fatih Mehmet

Results 5 comments of Fatih Mehmet

> So to manually open the app using OneSignal's notification listener android sdk is being used @saurabhdtu how to integrate android sdk? i tried but it still doesn't open terminated...

Same happened on Samsung SM-A515F and SM-N986B models. I don't have these phones but i got logs from clients' phones. It was logged as type "none" but somehow it managed...

Issue still occurs.. Package version : 3.0.5 Android version : 11 Flutter version : 3.7.7

Here is **updated** version of @amit-iconflux 's answer for **NullSafety**. Thanks @amit-iconflux , I was looking for this solution ``` import 'package:flutter/material.dart'; class ExpandablePageView extends StatefulWidget { final int itemCount;...

Updating flutter_svg package may help but Flag restricts svg version with maximum 1.1.0 as i get error on pub get. It should be fixed.. I do not want to downgrade...