ryanheise

Results 1670 comments of ryanheise

I have merged another PR which is virtually identical to this except it names the property `isLive` and was a bit more complete. However, I have given both of you...

audio_session does check before all API calls above the `minSdkVersion` to ensure that an API is only used if it is available. However, `NewApi` will complain without noticing those checks....

I've fixed the issue in the latest release by addressing each of the issues mentioned by the lint, so without disabling NewApi.

FYI, there is a PR to support this here: #822 .

I like this PR. For most apps, the database should probably not be stored where this package wants to store it - `path_provider.getApplicationSupportDirectory()` would be better in most cases. The...

Actually, you can just do this: ``` sqfliteDatabaseFactory.setDatabasesPath(...); ```

Your "Minimal reproduction project" section is empty.

Please follow the instructions on the bug report template for completing that section.