I am making an app that can send and receive usdt using Flutter web3. I want to test on Ropsten network, but I want to know how to get usdt for testing.
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com
I'm trying to animate a widget when it's created and reverse the animation when it's destroyed, but can't figure out where should I call the reverse method. Her
When building Flutter app in azure devOps, I receive this error: Build file 'D:\a\1\s\android\app\build.gradle' line: 24 * What went wrong: A problem occurred
This project build perfectly before January of this Year. But now it's show me error. First They show me location 16+ error. Then I changed the location package
I want set value of bool v from SharedPreferences in flutter but getting LateInitializationError. here's my code: import 'package:agl_mdd/home/home.dart'; impor
I am making a simple flutter app using http package. I am trying to send a (post) login request, and the httpresponse is missing all the headers! this works fin
Is it possible to copy HTML and paste it into Gmail or Apple Mail? Sample HTML: <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142"> I'
I'm currently facing this problem with flutter (dart): var data = { "U": "উ", "UU": "ঊ", } UU's value never get printed it print U's value twice
flutter how to get OTP autofill into otpController.text from firebase --: when get OTP in mobile, need to auto-fills OTP in a text box, i am doing it in _onVeri
I am a new Flutter developer trying to figure out how to send my form data into SQLite as an instance of a simple class I set up. I am trying to create a new us
I have the google_maps_flutter 2.1.0 and flutter 2.10.3 running. While opening the map, the app crashes and shows the following error log. Could anyone point ou
as we write passwords in key.properties file for signing flutter APK. its not dangerous? how we can make it secure after debugging and reverse engenearing? sto
I didn't find how to decorate the list that appears when you click on DropdownButton like make radius for the corners as you see in the screenshot below.
When I generate sealed classes with Freezed, How can I add methods to the sealed classes? For example: import 'package:freezed_annotation/freezed_annotation.dar
I am stuck in trying to achieve a text field with prefix Icon. I want the text field and prefixIcon to be center-aligned and should expand while typing. Any hel
I want to connect the app to Metamsk to get the user account and signature from the user to confirm the transaction. But the problem is that when I enter Metams
DropdownSearch.multiSelection( label: "Divison", mode: Mode.DIALOG, popupTitle: const Text("Select Divison"), showSearchBox: true, onChanged: (List val) { snaps
THIS IS MY CODE this is the app for storing data into google spreadsheets. // showing red line under plus OPERATOR '+' in LINE import 'dart:convert' as convert;
I am building an flutter app for our office in which I want to add a feature that gives updates on daily basis such as custom news or tasks that employees have