PHẠM VĂN THẬT

Results 4 issues of PHẠM VĂN THẬT

I am developing an application using your library. I run my application on iPhone Safari and shake it, but Safari only shows "undo typing". How can I catch event shake...

**Describe the bug** Context: I pressed the submit button, and there was an exception. In the development environment, the exception was shown on the screen (expected behavior). ![image](https://github.com/rrousselGit/riverpod/assets/57900109/dc87208a-4c41-4644-a5ba-6ca573e85ece) In the...

bug
question

### Is there an existing issue? No - [ √ ] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Build info - objectbox version: 4.0.1 - Flutter/Dart version: 3.22.2 - Build OS:...

bug

The children of SpeedDial are displayed incorrectly. Image: ![image](https://github.com/user-attachments/assets/61622153-d0d0-46dd-bf73-164b5c351345) Code: ``` import 'package:flutter/material.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_speed_dial/flutter_speed_dial.dart'; void main() => runApp(const MyApp()); class MyApp extends StatefulWidget { const...