-
I have a Scaffold in which I mix FloatingActionButton and ExpandableFab depending on the screen shown. When I render the screen (through bottom navigation bar switch) that has the ExpandableFab, I see…
-
Here is the bug details:
`Unable to start activity ComponentInfo{cash.bit24/im.crisp.client.external.ChatActivity}: android.view.InflateException: Binary XML file line #51: Binary XML file line #51…
-
Looks like a new plugin is needed for iOS.
I started getting 'not found' error for the MNFloatingActionButton pod. 404 on GitHub: https://github.com/mattnydam/MNFloatingActionButton
-
**Describe the bug**
Looks like problem with auto-injector for wasm. In general web all is ok.
**Environment**
Flutter 3.24.4
flutter_modular: 6.3.4
**To Reproduce**
```dart
import 'package…
-
FloatingActionButton uses RawMaterialButton which is scheduled to be deprecated and removed (eventually).
We need to refactor them to use the new button universe, either TextButton, OutlinedButton o…
-
Describe the bug:
Flutter 3.24 or newer supports running a web app with Wasm using `flutter run --wasm`.
Auto-Injector for wasm.
RuntimeError: dereferencing a null pointer at ModularRouteInfo…
-
If we update multiple tables in a transaction and we're listening to both tables updates, sometimes they don't emit the updates synchronously in the same frame.
This would cause issues if we merge …
-
Hi,
here is a stack trace from a crash we observed in our app using your library:
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setAlpha…
sviro updated
5 years ago
-
I've got BottomBar (shy) and FloatingActionButton, both bottom bound. BottomBar overlaps FloatingActionButton by default - anchoring is no help, only elevation, something like 8dp (but that's probably…
-