Posts by efe • 69 points
8 posts
-
0
votes1
answer54
viewsQ: Search a list with Mobx and Get It
I’m trying to make my search system work The entire app is made in Flutter, Mobx for State and Get It for Injection and the data comes from a json API I’ve tried it in some ways, but I can’t make it…
-
-1
votes1
answer54
viewsA: Search a list with Mobx and Get It
We start by adding after the .contains that ["project"]["name"], this will make you write in the search field be searched in the "name" field inside the "project" object that has in each object of…
-
1
votes1
answer54
viewsA: View Mobx Information Snackbar
The code itself is not wrong, it was just a "lack" of information... After hitting my head a lot and not understanding where I was going wrong (and without any answer), I decided to do a test, so I…
-
0
votes1
answer54
viewsQ: View Mobx Information Snackbar
I want to display a Snackbar with login error, but I did not find information about it and the way I tried it not working... the login itself works normal, authenticated and all, but I can not pass…
-
1
votes2
answers388
viewsQ: Calculate working cut-off date
I have a project in which the user gives a day and a month where he would start some task and the program should, based on some rules, return a final date. Example of rules: maximum running days =…
-
2
votes2
answers815
viewsQ: Do you have a plugin for VS Code that shows the color on the side?
I am programming in Dart/ Flutter and would like to find a plugin that does the same as Android Studio, recognizing the color typed and showing on the side The written colors are a little different…
-
1
votes1
answer61
viewsQ: I want to "capture" the path and use it in another program
I have a "ransomware" in which I put a path to a folder and it encrypts/destroys I have a paper to present in college where I have to create a graphical interface, created a simple screen, with 2…
-
0
votes0
answers59
viewsQ: I want to be able to access system folders
I am doing a ransomware for a college job (will run on Vms) and I would like to target a folder the folder "System32" to "kill" the VM, but I need "power" and I don’t know how to do it The course is…