Rockvole

Results 9 issues of Rockvole

Your library is very good, but validating XML via DTD is needed.

enhancement
help wanted

Is there a setting to trust the main website by default and leave the additional http requests be blocked as per current behaviour ? In most cases I find I...

My code works : IAPResponse response = await FlutterIap.fetchProducts(productIds); Except in the case where there is a problem during the request (for example when trying the code on an emulator...

bug

I added the print statement to see the response : Launching lib/main.dart on Nexus 9 in debug mode... Initializing gradle... Resolving dependencies... Running 'gradlew assembleDebug'... Built build/app/outputs/apk/debug/app-debug.apk. Installing build/app/outputs/apk/app.apk... I/Choreographer(21684):...

I changed the create table text on my table and got an unexpected result. Here is the original (with auto_increment) : ``` CREATE TABLE task_item ( id INTEGER UNSIGNED NOT...

I am converting some code from java to dart. I have found a variation in the way query works in comparison to jdbc. In Java, I do : UPDATE water_line_field...

In Android you can store preference files by different filenames. I use this for example to store data for multiple users, or for different preference pages. e.g. (In Android) ```java...

new feature
plugin
p: first party
customer: crowd
p: shared_preferences
P5

The order of Photons & Cores in the ListView seems to be quite random. It would be good if they were alphabetic by name.

Once you have a bunch of cores and Photons in the App it becomes infuriating to scroll down because pull down also means refresh. The trick is to scroll up...