I tried to update Flutter to version 2.0.5 and Dart language from 2.10.4 to 2.12 version since from that moment I had a lot of errors. I tried several ways including re-installing Pods and also to go back to the previous Flutter version but now I get an error when running in iOS only (not ..
Category : ios
I want to send message from server, server will send a message (notification) but that notification will be in-app notification not a push notification – Or can we send push notification in such way that it will not appear in notification bar or not on lock screen, it should only be appear in app. Example: ..
Unresolved reference: VERSION_NAME how can I solve this problem? enter image description here Source: Android..
I need to track another applications in background (is it start or not, how long) and show popup over them in special time. How can I do it in react native? Will it work on ios and android? Source: Android..
so what I’m trying to find is an app, or a way to get video information, specifically codec, on videos that are currently playing back on the phone. For example you are scrolling trough FB or Tik Tok and every time the video start you would get like an overlay of the video information – ..
I am trying to pass the height of stack from parent widget in Flutter but i am unable to do it.kindly help me to find the solution, I am putting my code for the reference. Parent widget @override Widget build(BuildContext context) { return SingleChildScrollView( child: Stack( children: [ Picturebackground(//pass Stack height ), Center( child: Column( ..
I want to pass 2 arguments from ‘getCodePage’ to ‘MainPage’ then i have this error. this is my getCodePage the part that i pass the arguments: onTap: (){ final String NumID = ModalRoute.of(context).settings.arguments.toString(); final SmsCode = _controller.text; final IDNum = NumID.toString(); final url = ‘https://***********/api/User/$IDNum?sms=$SmsCode’; Future fetchSMS() async { final response = await http.get(url); if ..
I want to have a button that onpress will lock the phone screen just like the power button on phone. It should work as a lock button. Which function required on Flutter to do this?? Source: Android..
In an app that we use for an experiment we have a lexical decision task where we want to ensure that the user focuses on the screen. However, the user could receive notifications from other apps at any moment. This certainly influences their attention, and we want to be at least aware which sessions were ..
In this High-tech era of technology, Demand for mobile apps has increased rapidly. Each and Each week, mobile users, internet users are increasing day by day. With this rapid growth, online mobile apps are in trends that support the latest mobile operating systems like Android and iOS. Investors are now looking for services such as ..
Recent Comments