Global widget styling in Flutter
So I started working with Flutter again and back in the day there was no way to actually globally style your controls, there is a sort of messy way I guess you could say where you create const styles something…
So I started working with Flutter again and back in the day there was no way to actually globally style your controls, there is a sort of messy way I guess you could say where you create const styles something…
I am working on a question application. I am trying to create a list in order to put icons in it so that if the person answers the question, the result of the answer will appear, but I saw this…
I'm trying to create a Kanban application using Flutter to manage tasks and projects. I would like to know how to implement a Kanban board with columns such as "To Do", "In Progress", and "Done" and allow users to reorder…
Does anyone know how to show a loading dialog or screen using Go router i have to call an api service in order to get the route path so i ahve to show a progress bar in a dialog how…
class EditImage extends StatefulWidget { final List<String> imagePath; const EditImage({Key? key, required this.imagePath}) : super(key: key); @override _EditImageState createState() => _EditImageState(); } class _EditImageState extends State<EditImage> { int currIndex = 0; final ImageCropper _imageCropper = ImageCropper(); @override Widget build(BuildContext context)…
W/native (29858): W0000 00:00:1693997505.755634 31475 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. //this is error show in my flutter app In my App, when…
I'm developing a Flutter app that requires storage access on Android devices. The app functions properly on Android versions up to 12, but I'm encountering storage permission issues specifically on Android 13 devices. I've followed the standard implementation for requesting…
Error: The non-abstract class 'BuildForInputLogger' is missing implementations for these members: Logger.onLevelChanged
Launching libmain.dart on sdk gphone64 x86 64 in debug mode... : Error: 'DatePickerTheme' is imported from both 'package:flutter/src/material/date_picker_theme.dart' and 'package:flutter_datetime_picker/src/datetime_picker_theme.dart'. import 'package:flutter_datetime_picker/src/datetime_picker_theme.dart'; ^^^^^^^^^^^^^^^ : Error: 'DatePickerTheme' is imported from both 'package:flutter/src/material/date_picker_theme.dart' and 'package:flutter_datetime_picker/src/datetime_picker_theme.dart'. this.theme = theme ?? DatePickerTheme(), ^^^^^^^^^^^^^^^ Target…
I am trying to upload first release on Google Play Console. I've tried to upload bundle file and got the following error: Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other developers:…