-
Sample code to reproduce
```dart
import 'package:flutter/material.dart';
class Test extends StatelessWidget {
const Test({Key? key}) : super(key: key);
@override
Widget build(BuildCo…
-
**_### while gradle, i got this error _**
` compile 'it.sephiroth.android.library.targettooltip:target-tooltip-library:2.0.3'`
C:\Users\****i\.gradle\caches\transforms-1\files-1.1\appcompat…
-
**Description:**
There is functionality lost when converting a project from using Android buttons to MaterialButtons. The loss of functionality is in how button icons can be placed. The following bu…
-
# Platform
- iOS
```[tasklist]
# Design phase
- [ ] Component exists on Figma
- [ ] Component is documented in the component library
- [ ] Component is tested for theming
- [ ] Component sh…
-
We wanted to integrate Google Assistant functionalities within our app with the new Media3 Library.
The goal is so that the user is able to say:
"Play Energy Basel" or "Play Energy Basel on/in E…
-
Crash app with any android theme
```
```
No crash with my theme
```
```
-
### Description
My app supports **Light** and **Dark** themes. I implemented the option to change the theme by having two resource dictionaries in separated files, like so:
- Light.xaml
- Dark.xa…
-
### Capacitor version:
Run `npx cap doctor`:
```
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 4.7.0
@capacitor/core: 4.7.0
@capacitor/android: 4.7.0
@cap…
-
At first I thought it was a bug on the library side (https://pub.dev/packages/auto_route), but I am reporting it here because it probably only occurs in the Android Emulator.
Please check Issue (ht…
-
## Steps to Reproduce
If you create a `FloatingActionButtonThemeData` where you define properties for its `shape` and `iconSize` with the intent to replicate something similar that the M3 built in …