I am using CupertinoDatePicker in my application. <pre><code>Container( height: 200, padding: const EdgeInsets.all(16.0), child: CupertinoDatePicker(...
Instead of a common horizontal page transition inside of one of the tabs or a common vertical page transition on top of the tab bar, how can I push in a page transitio...
In our Flutter Cupertino project, we need to show a badge on one of the bottom bar icons. How many articles are already in the shopping cart to be precise. I'v...
I would like to change the color of the back button in my flutter app. Here is what I have at the moment: <a href="https://i.stack.imgur.com/f4vwj.png" rel="no...
I made a bloc builder that implemented <code>form_bloc</code> and i change the date-picker widget to ios style by using <code>cupertino</code> this code/body is showin...
I implemented different types of menus (bottom navigation bar, cupertino and custom navigation bar), but I didn't solve the problem. I don't want to use the app bar to...
I'm trying to use the <code>ChoiceChip</code> widget in a Cupertino App. I found this solution <a href="https://github.com/flutter/flutter/issues/21872#issuec...
I currently working on a project need to build with Cupertino widget. Everything is fine until I trying not to display bottom navigation bar at next page, but the bott...
Did you ever experience this? Does it make sense to register this as a bug and how would I do this? For one of my screens I have now this situation for the 2nd...
I've been trying to use transitions within my RouteGenerator and didn't had any success yet, in my material design I'm just calling the route with the onGenerateRoute...
<pre><code>ListView( scrollDirection: Axis.vertical, shrinkWrap: true, children: [ Paddi...
<pre><code> showCupertinoModalPopup( context: context, builder: (context) { return CupertinoActionSheet(...
When user taps on an item in <code>CupertinoTabView</code>, I want to reload the page everytime. Right now, it loads only for the first time. Next time onwards it just...
It's a vague one but can we customize <code>CupertinoTabBar</code> and make it look like this - <a href="https://i.stack.imgur.com/ts8ek.jpg" rel="nofollow noreferrer...
Attached below is my current code for changing the text color of CupertinoDatePicker: <pre><code>Container( decoration: BoxDeco...