I want to create BottomNavigationBar with GetX state management. I keep my page index on my GetXController. class PagerController extends GetxController { RxI
I want to utilize a static variable in a function, i.e., a variable which adheres to the following requirements: It retains its value over different calls to th
I am currently trying to clean up some ESLint warnings on my project, and I am stuck on a missing return type on the following function. I have tried to set the
I'm trying to install some node packages through npm, but it won't go. I've already tried to install/unistall/update node, but nothing seems to work. I'm using
I'm new to both Android development as a whole and nav graphs in particular. I have a Home screen with a bottom navigation component (fragments 2-5) and 4 butto
I've got my blocks registered properly and functioning. My only gripe is that I don't want the blocks to be used more than once in the same post. Is it possible
does anybody know why this piece of code doesn't work? I am using p5 libraries like p5.play,p5.js.p5.sound,p5dominm or smth like that. Heres the piece of code :
I am relatively new to SQL, and I am currently designing a DB for a project. In this project, there are high-frequency queries intraday but the queries for past
I have column names with special characters. I renamed the column and trying to save and it gives the save failed saying the columns have special characters. I
I want the "Login/Sign up" button in the navigation bar to change to "My Account" after the user logs in. The navigation.php file I use for this currently look