Muhammad Kamel

Results 7 issues of Muhammad Kamel

I am using the latest version... E/flutter (21223): At this point the state of the widget's element tree is no longer stable. E/flutter (21223): To safely refer to a widget's...

The splash color disappears when the tooltip appears, needs to be like the native (Bottom Navigation Bar). theme: ThemeData( highlightColor: Colors.transparent, splashFactory: InkRipple.splashFactory, ),

framework
f: material design
has reproducible steps
found in release: 2.10
found in release: 2.13

Stuck with me on the Apple logo while loading progress...

The ".env" file remains in the "flutter_assets" folder in the release after converting the APK file to a ZIP file and extracting it. ![Screenshot 2023-06-17 at 7 45 32 PM](https://github.com/java-james/flutter_dotenv/assets/17657941/d857d98d-7ac0-46d9-a53f-975aa7b4de5f)

Can I use the package without null safety and is the package supporting measure distance?

The text selection anchor/handle in InputField was slightly misaligned, shifting slightly to the left. This PR fixes the handle positioning to ensure proper alignment with the text cursor. Before: ![baloon_before](https://github.com/user-attachments/assets/99d69ea0-9559-4b79-8402-aa7657dc47b9)...

a: text input
framework
f: material design

I am facing an error: The argument type 'ApiResult' can't be assigned to the parameter type 'ApiResult'. ![Image](https://github.com/user-attachments/assets/85cc839e-dffa-4b2f-88bb-c1669c1e90fe) import 'package:freezed_annotation/freezed_annotation.dart'; part 'api_result.freezed.dart'; part 'api_result.g.dart'; @Freezed(genericArgumentFactories: true) abstract class ApiResult with...

bug
needs triage