flutter-ios Questions
0
In android device backdrop filter working well but in IOS device background not be blur.
Widget commonBottomButton(String imagePath) {
return ClipOval(
child: BackdropFilter(
filter: ImageFilter...
Onomasiology asked 13/7, 2022 at 6:8
4
Solved
My app archive perfectly two weeks age (was the latest update I made).
After some minor changes in the flutter code (I did not add any packages or something), I am trying to archive again and I am ...
Protestantism asked 19/3, 2022 at 23:39
5
I have an android app written with Flutter.
Now I am trying to ios version of it and I am getting errors. I tried to run empty flutter project, and it works successfully.
No errors with pod install...
Rosinarosinante asked 11/7, 2021 at 15:18
6
Solved
Disclaimer: First of all, this is my early attempt to play with Flutter. So forgive me if is a noob question.
I had been playing with an MVP-Clean architecture for Flutter apps in iOS, and when try...
Angelikaangelina asked 13/3, 2018 at 9:3
0
The DONE button doesn't work on Flutter Web (Safari, Chrome).
I just added a Textformfield Widget to 'Counter Example Project' and built it on Chrome.
And I access the same Localhost URL on the iOS...
Reichstag asked 11/4, 2022 at 3:37
2
Solved
Error on iOS:
Cannot find 'kGADAdSizeBanner' in scope
Line:
private var adSize: GADAdSize = kGADAdSizeBanner
Package:
native_admob_flutter
Extra info:
Doctor summary (to see all details, run flu...
Beaulieu asked 5/2, 2022 at 10:7
3
I have been developing e-commerce app for about 3 months, I switched to MacOs recently.
I have a problem when I run my code in iOS Simulator
every time I run it I get this message.
CocoaPods' outp...
Belga asked 1/11, 2021 at 8:8
1
Solved
I using TextField in my flutter app. It worked on on android. but on ios when I try to paste from the clipboard into the field I get the error:
No CupertinoLocalizations found.
_CupertinoTextSelec...
Heterosexual asked 22/11, 2021 at 13:12
1
I have created a new flutter project on Android studio. When I try to run it on emulator it gives this error:
PhaseScriptExecution failed with a nonzero exit code
When I check the "For instal...
Mouton asked 15/11, 2021 at 16:53
3
Important note - I want this functionality for mobile apps only, not for flutter web.
I am having some trouble saving the website inside the flutter app. I have tried using the cache method and sav...
Weinberger asked 26/10, 2021 at 10:51
1
I am new to flutter. I was using the camera plugin to add the camera to my app. And I got this warning Use a function declaration to bind a function to a name. How can I solve this one?
Code -
Widg...
Gine asked 3/11, 2021 at 11:43
1
I developed an app on Flutter. There is registration on the app.
When I install the app on iOS Phone. I logged in on the app, then I directly deleted the app from the iPhone for the test. Then I re...
Growing asked 27/10, 2020 at 15:27
2
Solved
After migrating to null-safety and flutter 2 I get problem with ios build:
I run flutter clean; rm ios/Podfile.lock pubspec.lock; rm -rf ios/Pods ios/Runner.xcworkspace; flutter run --flavor dev -t...
Loopy asked 3/5, 2021 at 11:11
3
Solved
I am working on a flutter app and cannot find the bundle identifier. According to the documentation here (https://firebase.google.com/docs/flutter/setup), it should be in the General tab but I can'...
Rudin asked 8/2, 2020 at 22:4
3
Solved
So I am trying to open a simple webview when a button is clicked.
This is the body of my Scaffold widget:
body:
WebView(
initialUrl: "https://www.google.com/",
javascriptMode: Javascri...
Tireless asked 25/7, 2020 at 20:10
0
I am working on the flutter application, where I have used several dependencies in my project as mentioned below:
flutter_downloader: ^1.6.1
cupertino_icons: ^1.0.0
font_awesome_flutter: ^8.4.0
fl...
Airmail asked 16/7, 2021 at 11:30
2
Hi forgive my English and also a newbie on flutter iOS, I have an app on flutter on iOS that users can take pictures and videos from their camera and gallery I'm using the image_picker package this...
Aerodrome asked 6/6, 2021 at 12:51
1
Solved
I am working on a Flutter project. Declared few dependencies in the pubspec.yaml file. Project is building fine on Android, but when I try to run on iOS. I am getting the below error. Searched mult...
Sincere asked 13/12, 2020 at 6:54
1
I upgraded my flutter version to
Flutter 1.24.0-10.2.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 022b333a08 (3 days ago) • 2020-11-18 11:35:09 -0800
Engine • re...
Nakisha asked 21/11, 2020 at 9:32
1
I have used Url_launcher package;I want to open Facebook link in facebook app if app installed else the browser.This nicely works in Android but in IOS it only open the Facebook app not the link.
T...
Spoon asked 8/7, 2020 at 9:18
0
I am trying to run Flutter application after my latest flutter upgrade.
It shows below error
Runner[58802:2599379] [VERBOSE-1:callback_cache.cc(132)] Could not parse callback cache, aborting rest...
Antipyrine asked 21/5, 2020 at 20:32
© 2022 - 2024 — McMap. All rights reserved.