Aykut Uludağ
Aykut Uludağ
Unfortunately this library takes up too much space. Apk file was 7.5 mb. After the library it went up to 28.5mb. I am searching another library to show pdf. It...
> If you have a link of pdf you can use this: http://docs.google.com/viewer?url=PDF_URL
FAILURE: Build failed with an exception. ``` * What went wrong: Execution failed for task ':tasks'. > Could not create task ':react-native-ssl-pinning:compileDebugJavaWithJavac'. > In order to compile Java 9+ source,...
Probably same issue https://github.com/dariocavada/panorama_viewer/issues/13
Same here: https://github.com/gdelataillade/alarm/issues/354#issuecomment-2781513110
One of my usage this plugin is showing notification when device got notification from firebase cloud messaging. It is working %90-%95 of device but some of them it gives the...
Future sendNotification(BuildContext context, String message) async { createAlarm(31, DateTime.now().add(Duration(seconds: 3)), AppLocalizations.of(context).appName, message); } Making this duration **7 seconds** fixed my problem. I don't see this error (Error starting alarm: channelError:...
Also sometimes I noticed that it gives error when I tried to initialize alarm. It is not happening my device but I saw on firebase that it happen a lot...
> I think this happens when downgrading from `5.x.x` to `4.x.x`. But I didn't. All of them either using 4.x.x versions or they upgraded from 4.x.x to 5.x.x versions. I...
C:\FlutterSDK\bin\flutter.bat --no-color pub get Resolving dependencies... Because alarm >=5.0.0-dev.11 depends on rxdart ^0.28.0 and story_view 0.16.5 depends on rxdart ^0.27.7, alarm >=5.0.0-dev.11 is incompatible with story_view 0.16.5. And because no...