-
When ever i run my project i get this error:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update
Error running…
-
## Steps to Reproduce
Add a `Text` widget to demo project:
```
Text('☞关门')
```
Then flutter run on iOS Simulator. Please notice the Unicode symbol ☞ before the Chinese symbols, It will make Chi…
-
By default, Navigator does not support **navigating** to a modal bottom sheet `Page`.
### Use case
I want to **navigate** to a modal bottom sheet. 'Navigating' means using navigator - as opposed …
-
I am using flutter bloc in my application, is success response I call `Navigator.pop` to pop the navigator, and in failure I call `Flushbar.show` to to toast error message
As you [push in navigator…
-
## Proposal
My proposal is to make the time-picker(https://api.flutter.dev/flutter/material/showTimePicker.html) usable outside a dialog.
Currently the Material-Design TimePicker(https://github.com…
Numoy updated
8 months ago
-
### Describe the bug
While using schemas with AWSPhone typed fields, if invalid phone numbers are provided, save API call succeeded, model saved into local DB, modal is not saved into DynamoDB due …
-
It only gets in the focused mode which I know by changing the TextField `focusedBorder` property that it's being listened to but no keyboard there.
doctor
```
[✓] Flutter (Channel dev, 1.19…
-
I like the demoflexfold webapp. It is the best flutter web app that I have seen so far. I am waiting eagerly for when you'll open source its code. I noticed that the pages are not navigable from the s…
-
**Steps to Reproduce:**
1.) setup `RouteObservers` on a widget (lets call it `MyWidget`) like in example: https://api.flutter.dev/flutter/widgets/RouteObserver-class.html
2.) use `showGeneralDial…
-
Right now to display a price, you have to use `product.priceString`, followed by some custom string building to add a suffix from `product.subscriptionPeriod`, like `'/month'` or `'/3mo'`. However, th…