I am trying to start Windows app for first time with default Flutter Project but it's showing this error espacialy. Unable to start engine without AOT data. Fai
I'm working on this app that uses a video player. In here I use 2 main options to change the orientation of the player, which are the fullscreen button, and the
I've changed my version in pubspec.yaml to 1.0.1+1 (from 1.0.0+3) flutter clean flutter build ios When I open [project]/ios/Runner.xcworkspace it still shows me
In my app, I'm using phone auth and we are observing this on Android, after logged in, if I uninstall the app and reinstall it again, it's not asking me to logi
MY ERROR - Unhandled Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/Download/Music/a.png' (OS Error: File exists, errno = 17)
I am running flutter 1.17.1, using webview_flutter: ^0.3.21 dependencies added to pubspec.yaml and added this to the end of info.plist <key>io.flutter.em
anyone havean idea how can i generate a key for aes encryption in dart from iv and password? like this code written in C#: var spec = new Rfc2898DeriveBytes(En
I am trying to implement a DraggableScrollableSheet that expands to maxChildSize when I perform a drag up action and collapses to minChildSize when I perform a
I have a function which downloads the RSS Feed and parses it. After that, I iterate through each team and do some processing on it. For now, this processing is
Stack( children: [ Positioned( left: ??? + 20, child: Text('This text is 20 pixel left to the center of the stack'), ), ], ),
has anyone tried to print to zebra bluetooth printer in Flutter usually when we did it in native we send ZPL is there a way to send it in flutter i have searche
After I clicked on the line to edit the text, my keyboard appeared too high, making the interface look like it was corrupted.
There is a package on pub https://pub.dev/packages/gradient_bottom_navigation_bar but this is not updated for a very long time. So, is there a way to create ow
I'm building a transparent app using Flutter Desktop for Linux, is there a way to click through the main app window, still showing the app? I'm trying to write
I am creating a form with the plugin flutter_form_builder (https://pub.dev/packages/flutter_form_builder). When I use FormBuilderDropdown, you can selected a di
I am following a Flutter tutorial. JSON is converted using the dart convert library: import 'dart:convert'; However, I see that a flutter package is available
i have a problem with this package (https://pub.dev/packages/assets_audio_player), only and only on iOS after having lowered the volume of a song it does not ra
I have a class that has a slider.adaptive in it and the whole layout with it. In my main class I call that slider class and declare values for the layout(title
Here I'm trying to use VxAnimatedbox under scaffold but it's showing error class _HomePageState extends State<HomePage> { @override Widget build(Build
I have Error in "controller" it says undefined name 'profileNameTextEditingController' language: Flutter/dart My Activity : Activity line 1-29Error