I am trying to test a Flutter app on an iPhone but I am getting the error shown below, This error happens during a build step. error: No profiles for
I am applying photo filter to an image but getting this error. I am not sure how to get basename from path_provider. Unhandled Exception: NoSuchMethodError: Cla
I am trying to build an application location base and I want a search bar like this image shows. That search bar should be able search for locations and text. D
Currently, when running the command flutter create -t module --org com.example app we are able to generate a Flutter module which we can add to a host parent ap
I'm working with some tutorials to learn Flutter and the one that I'm taking now uses VSCode. I actually prefer it to Android Studio because it doesn't overhea
I've created a Paginated Datatable in flutter and using GetX Obx(() => PaginatedDataTable( source: controller.data.value, columns: getColumns
I want to show a GridView on the left and a ExpansionPanelList on the right. I put them in a Row Widget but it did not work, error is : Assertion failed: D:\&he
I am using the Stacked architecture in a Flutter app. I have two views - ScoresPage and NewScorePage, each with their own ViewModel. Scores are stored in the da
is it possible to wrap text inside a circle in Flutter? Here is a failed example. Ideally the text would fit inside the circle and overflow at the end only. Cl
I am attempting to add vertical divider between the leading portion and the title of a ListTile. I understand that Flutter now has a VerticalDivider widget,
I run my Flutter project in Android Studio, pod installation goes well but Xcode build fails at the end every time like 20/30 steps first of complete the whole
I want the DraggableScrollableSheet to stop moving up when there are less items in the ListView. Instead, blank space is created underneath to fill the entire s
My Flutter Project won't run on the ios simulator and is throwing this error: Launching lib/main.dart on iPhone Xʀ in debug mode... Running Xcode build...
In the main method i used UrlStrategy package as seen in the below because i don't want # in my urls: void main() { setPathUrlStrategy(); runApp(const MyApp
I'm creating an app that writes a file into local directory and needs to access it later. One problem: when I try to read the file, the process never ends (and
Here's my _routerDelegate: final _routerDelegate = BeamerDelegate( initialPath: '/', locationBuilder: BeamerLocationBuilder( beamLocations: [ Home
I started seeing this warning in all my print statements. print('Foo'); // Warning: Avoid `print` calls in production code.
I want to Pass multiple data from one screen to another screen with Get package. Get.to(Second(), arguments: ["First data", "Second data"]);
I have seen several examples of a model extending ChangeNotifier using both 'extends' and 'with' keywords. I am not sure what the difference is. class myModel
Showing Recent Messages Ld /Users/shibi/Library/Developer/Xcode/DerivedData/Runner-abrxzfquusadvleimfabdvpysbkr/Build/Products/Debug-iphonesimulator/Runner.app/