Julien Le Bren

Results 8 issues of Julien Le Bren

Need to close the app and re-open to make new scans since last beta

bug

Ideas: - Maybe some alert when the free quota is about to be reached - Display a tile above the tabbar

enhancement

- Make the creation of an account possible later when signing in anonymously - Make the possibility to sign in with two methods - Better integration of logout button

enhancement

💡 Idea Generate and print custom barcodes in order to handle magazines inside the app (magazines do not have ISBN like books so they cannot be handled by scanning the...

enhancement

- Pupils should be grouped by class - Books should be grouped too with personalized categories

enhancement

Everything is fine on code side but App Store only shows english language (french is intended to be supported too). When switching the device to french, the language is correctly...

bug

I am moving some `StateProvider` to the new @riverpod syntax but I have some naming problems. **Example:** I have the following enum: ```dart enum AuthMethod { anonymous, email, google, apple,...

enhancement
riverpod_generator

This package is totally unusable because its code does not compile... ``` node_modules/@getbrevo/brevo/dist/api/accountApi.d.ts:2:8 - error TS1192: Module '"http"' has no default export. 2 import http from 'http'; ~~~~ node_modules/@getbrevo/brevo/dist/api/companiesApi.d.ts:2:8 -...