Questions tagged [flutter-cupertino]
184 questions
-1
votes
1 answer
How to show buttons under keyboard in flutter
When I'm typing textform field, submit button should be shown under keyboard.

Lazizbek Fayziev
- 19
- 6
-1
votes
2 answers
How can I have flutter's navigator push a route in the navigation bar instead if fullscreen
In Flutter, How do I push a screen so that it appears inside the tab, rather than full screen.
Here is my code:
Card(
color: Colors.white,
child: ListTile(
title: Text("PRIVACY POLICY", style: Styles.textDark),
trailing:…

Ajay Gautam
- 997
- 12
- 14
-1
votes
1 answer
Flutter How to make CupertinoFullScreenDialog?
I want to compromise the iOS full screen dialog something like this in flutter, any suggestions or solutions?
thanks in Advance

abdullah
- 157
- 2
- 8
-2
votes
1 answer
Disposing Camera preview in CupertinoTabBar when switched in Flutter
I am building a QR code scanner app with a couple of tabs wrapped up within CupertinoTabBar in a CupertinoTabScaffold. I have a CupertinoTabController to take care of the switching between the tabs. One of this tabs has a CameraPreview widget from…

Syed Saad
- 705
- 5
- 15