-
**Description:**
Typeface is not applied with textPassword inputType.
**Expected behavior:**
When android:inputType="text|textPassword|textNoSuggestions" (incorrect behaviour)
![Screenshot_15681…
-
Currently MaterialPageRoute is just hardcoded to have a transition duration of 300ms and CupertinoPageRoute, 400ms. A MaterialPageRoute using CupertinoPageTransitionsBuilder via PageTransitionsTheme u…
xster updated
2 months ago
-
Hi! I want to let you know that library crashed my app with following stack-trace:
```
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this ac…
-
There are a conflict with theme attribute in manifest of my project and this lib.
```
Error:(14, 9) Attribute application@theme value=(@style/MyProjectTheme) from AndroidManifest.xml:14:9 is also pre…
-
This library working fine in android but not working in iOS. And, there is no such issues encountered already and after cloning this library I have verified example app in same devices and got same is…
-
I'm trying to customize the view, but my default theme doesn't apply
None of margins or textColors or other customizations are working.
How can I do that?
Ty,
-
See following code:
```dart
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
…
-
**Description:** When I enter text into the Input field, the text is not visible at all.
**Expected behavior:** It should be visible as in the screen shot attached.
![Screenshot_2020-11-18-16-29-0…
-
Hello.
I am creating a survey system using flutter_survey-0.1.4.
This time I upgraded to Flutter version 3.22.0 on channel stable.
When I built the application, I got the following error and could …
-
## Steps to Reproduce
[Quick doc](https://www.jetbrains.com/help/idea/viewing-reference-information.html#inline-quick-documentation) does not serve its purpose. In intellij 2024.1 and later, flutte…