Hey there guys, what's the recommended way of u installing and using different versions of flutter in a single env't? I am using fvm (flutter version manager) and It's not wor...
Hey there guys, I am working on project that uses firebase firestore as main backend and StreamBuilder to listen to a specific collection and render the data. The issue is the...
Hey there guys, I have created graphql server for simple user management and when I try to connect it to my frontend vue application using vue-apollo I am getting CORS errors ...
[ Album ] I followed this tutorial to use hive as local DB in my flutter app and then created 2 model classes to generate Hive Adapter class ash shown in the screenshot but i ...
@linat416 have u ever used flutter bloc for state management ?
Hey there guys, What are the best practices for handling ThemeData?
Is it possible to get error messages from backend in retrofit? I am just getting DioException when I send invalid requests
anyone used slf4j for logging ?
Hey there guys, I am using dio to download file from backend and added user permissions as shown in the image but I am getting no permission found for; []22 error. Am I missin...
hey guys i have been working on mern project and i used postman to connect to the api and i was wondering if there is a way to send user input from react to the api using post...
bros how can I remove this space?
Do I have to install javafx separately from jre to use javafx in Linux ?
Hey guys i tried to create django model and after migration i tried to create database using the model but i get this error. Anyone one familiar with this?
Hey guys i tried to publish python module on pypi but i am having this error. is there anyone familiar with this ?
When I am trying to use date it throws null pointer exception?
Hey guys I'm using subprocess.run to capture terminal output. Is there a way to check whether the process is completed or not ?
is it possible to export .py file to linux excutable files like .sh or .deb using pyinstaller ?
Is it possible to create File object by passing the path of the file in js ?
Hey guys do i need to install compiler if i use vs code for c# ?
Is it possible to store 2 different types of variables in java like {5,"red"}?