I'm creating a flutter ebook reader app using a package named epub_viewer that uses Folioreader for reading ebooks. but I need to make some customizations in th
I just wanted to show the suffixIcon after the suffixText. Now I know that in the InputDecoration documentation says explicitly that it will show the suffixText
im trying to implement a chat client, i think my client server communication work, because i receive the messages in different tabs. im using a https connection
Im trying to perform searchs on wikidata, but my query its a little weird. Some searchs are case-sensitive EG: using "maradona" match perfectly but "cristiano r
I need to upload a file and show its stats to the user (as it shows on the console). Didn't find any library for this, the function can be as simple as showing
I want to exclude some fields from result. I have code: users = db.select('users'); users.find( {}, { sort: { points:1 }, privateKey:0, publicKey:0}, function
I'm not sure if there is a possibility to install and use sparklyr within Google Colab to run my analyzes using R. Is there any other R package that runs large
I am trying to write a function that take a list and iterates over each element in the list if the number is even I want that number to be added to the previous
What is the equivalent of UI_USER_INTERFACE_IDIOM() in Swift to detect between iPhone and iPad? I get an Use of unresolved identifier error when compiling in S
I have a custom authenticator which should create a user in case they don't exist. The following snippet creates a user: @Override public void authenticate(