Britannio Jarrett
Britannio Jarrett
@MaikuB It's been over 2 years and IOS 8/9 are less relevant. Maybe this should be reconsidered?
https://github.com/flutter/flutter/blob/master/analysis_options.yaml These are the rules used in the Flutter repo, hopefully we can tighten up on code style soon by copying these in where appropriate.
@KasemJaffer @acoutts Can we get a PR for this?
My concern is if I want to add [firebase_dynamic_links](https://pub.dev/packages/firebase_dynamic_links) in the future. I'm not an IOS developer but based on this comment https://github.com/KasemJaffer/receive_sharing_intent/issues/36#issuecomment-595130324 it seems like different url schemes can...
On the contrary, if `UserRefreshed` was a private class i.e. `_ UserRefreshed`, then I'd prefer keeping the factory name.
This package is used to store files, something that cannot be done on web as `dart:io` isn't available so web support isn't a concern. Maybe migrating to [moor](https://pub.dev/packages/moor) is viable?...
> hivedb work in web. Read docs of hivedb I know, read my message again.
The underlying API doesn't provide such information unfortunately.
Yes, you can rely on it opening once per user, after that, you can use `openStoreListing()`.
I created a new Flutter app and ran the following commands: ``` flutter pub add in_app_review flutter build apk ``` No warnings related to the SDK version were produced so...