-
I am building a complex action menu consisting of multiple FloatingActionButtons. Unfortunately if a FAB is using transform, there are problems with clicking. If the example below is executed you will…
-
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() => runApp(MyApp());
class MyApp extends StatefulWidget {
@override
State createState() => _MyAppState();…
-
I'm having problem with the FAB, it's throws this exception and I can't find the reason...
The app is not crashing, but this error occurs twice, one after the other, and this filling my logcat with b…
Idomo updated
5 years ago
-
How to add this button click effect to the floating action button. Thanks.
-
I posted abut this in the Flutter Dev subreddit yesterday, but I have done some more exploring and I think it is somehow related to the interaction between StarMenu and Google Maps in iOS. I put a sk…
-
import 'package:flutter/material.dart';
import 'package:textfield/sayac_state.dart';
class globalkeykullanimi extends StatefulWidget {
const globalkeykullanimi({super.key});
@override
S…
-
Why?
-
Take for example the following package, which has readme content on the npmjs page:
https://www.npmjs.com/package/nativescript-floatingactionbutton
The readme content, however, is not in the regis…
-
I have a main activity which contains container for fragments and a control for bottom navigation:
```
```
then the fragment view contain FloatingActionButton, but the button is over…
-
### Steps to reproduce
Use this code, works in DartPad (web platform affected as well).
1. Create 2 RichText widgets, where one contains empty TextSpan and the other non-empty (single character is…