Muhammad Kamel
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, ),
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. 
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: ...
I am facing an error: The argument type 'ApiResult' can't be assigned to the parameter type 'ApiResult'.  import 'package:freezed_annotation/freezed_annotation.dart'; part 'api_result.freezed.dart'; part 'api_result.g.dart'; @Freezed(genericArgumentFactories: true) abstract class ApiResult with...