-
Items have a canonical String representation as defined in the [shoppinglist-api](https://github.com/tstehr/shoppinglist/blob/master/API.md#string-representation). The current implementation should be…
-
I'm going through index.html file , could you please share where we can find shoppinglist.js in this which is written in index.html file
How its fetching list if file not present at client side …
-
-
A very useful Feature would be, when adding missing products from the Recipie-Section or the Mealplan-Section to choose the Shoppinglist, on which the products should be added. Planing Shoppingtours w…
-
currently checking that `myList.items.length` is 0
this test would **negatively pass** if the class constructor looked like this
```
this.items = { length : 0 };
```
https://github.com/edsp…
-
We used a static analysis tool to analyze dns66 and found that dns66 will invoke `getInstalledApplications` in `Configuration.Allowlist.resolve`.
This function will use binder to get all apps' info…
-
I added globalkey in widget, but it still calls widget twice.
In example below it prints Test twice.
page:
```
`import 'package:flutter/material.dart';
class ShoppingList extends StatefulW…
-
Would it be possible to modify ShoppingList such that the user can choose to store the database on /sdcard instead of in internal memory? Google has deprecated "adb backup", so it will stop working in…
-
It appears that the shopping list is not being generated when invoking `new Parser().parse(source)`. I have attempted to include a `config/aisle.conf` file and still have trouble producing the shoppin…
-
If a user closes the app with a shoppinglist loaded, the same list should automatically be loaded when reopening the app, even when the app was unloaded by the OS in the meantime.
However, if the use…