i have this code: import 'package:flutter/material.dart'; void main() => runApp(mainApp()); class mainApp extends StatelessWidget { @override Widget bu
I have the following list of nested dictionaries: raw_data = [ { "type": "message", "subtype": "bot_message", "text": "This content
I don't even know where to begin to provide an adequate title for this question. Please suggest something better if you can. EDIT: Sorry, I need to clarify my q
I was beginning to explore the DPAPI and my very first sample code does not work. What I expected was for my byte array to change after a call to [ProtectedMemo
How would I setup the gradle configuration stuff so it references the stuff in the .m2 folder? I tried referencing the version like so: A problem occurred con
I did some research before posting but seem to be at a lost (not too experienced in coding). I am attempting to generate or compute a random number for certain
I am trying to download a docx file from server using axios. The downloaded file is larger than the original file and appears corrupt, not able to open. The iss