Category "flutter"

Is it possible to share your location through flutter app

I built an app in flutter, dart to access the location of the user. I now want to share the current physical location of the user via Whatsapp, email etc but no

How to encrypt a string and decrypt this encrypted string in other device in flutter?

I found encrypt package for flutter to encrypt and decrypt a message, I succeded to encrypt and decrypt but don't succeded to use this in a cas of separated d

Flutter, how to handle keyboard shortcuts

wanna implement keyboard shortcuts into web app, found this example but it doesn't work as expected. Would like action to occur every time I hold down alt and t

Could not resolve all files for configuration ':app:androidJdkImage

I am trying to build flutter apk on debug mode from android studio. Flutter run I get this error: Launching lib/main.dart on sdk gphone x86 arm in debug mode...

Flutter error: No profiles for ‘xxx’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘xxx’

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

Class 'SliverMultiBoxAdaptorElement' has no instance method 'basename'

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

Flutter Search bar in ActionBar like yelp app

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

Create a Flutter module for desktop apps

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

VS Code and Flutter/Dart, Widget Autocomplete not working

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

Paginated Data Table not filtering properly

I've created a Paginated Datatable in flutter and using GetX Obx(() => PaginatedDataTable( source: controller.data.value, columns: getColumns

'RenderBox was not laid out' when using ExpansionPanelList

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

Best way to trigger viewModel reload in Stacked Architecture

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

Wrapping text inside a circle (Flutter)

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

Vertical divider inside ListTile header

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,

IPHONEOS_DEPLOYMENT_TARGET is set to 8.0 Xcode 12 (Flutter)

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

In Flutter, why does the DraggableScrollableSheet show blank space when there are less children?

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

xcode_backend.sh: no such file or directory. Do I need to create this file?

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...

Flutter Web Page Refresh and 404 Not Found Error

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

Unable to read a file in local directory with Flutter

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

BeamGuard, Provider, and Three Error Messages. (does not redirect properly, when hot-reload, 3 error messages)

Here's my _routerDelegate: final _routerDelegate = BeamerDelegate( initialPath: '/', locationBuilder: BeamerLocationBuilder( beamLocations: [ Home