bsz0206

Results 10 issues of bsz0206

when an async method is called from a sync function it should warn and the developer should specify it is an informed decision: Bad: class B { vod doTheJob() async...

type-enhancement
P4

fixing in cases where the "text": { "status": "generated", "div": "<tr> <td>Name</td> <td>Jone<b>Doe</b> ("Johnny")</td> </tr><tr> <td>Address</td> <td>1501 Jack Drive Miami FL 123456122</td> </tr><tr> <td>Contacts</td> <td>Home: 3459803229. Work: </td> </tr><tr> <td>Id:14901</td>...

crashes on "text": { "status": "generated", "div": "<tr> <td>Name</td> <td>Farh <b>himi</b> ("Farhang")</td> </tr><tr> <td>Address</td> <td></td> </tr><tr> <td>Contacts</td> <td>Home: 35233307009. Work: </td> </tr><tr> <td>Id:14901</td> <td>MRN: 1822589 </td> </tr>" },

removed Kotlin version constraint to follow the main and work for newer versions of android

to protect against Error: Failed to authenticate, have you run firebase login?

To workaround: Error: Failed to authenticate, have you run firebase login? based on modified implementation of @Sebulec

to fix buliding for Android on flutter 3.24.>=2

## Description of the change > Description goes here ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking...

### Page URL https://dart.dev/tools/linter-rules/discarded_futures.html ### Page source https://github.com/dart-lang/site-www/tree/main/src/content/tools/linter-rules/individual-rules.md ### Describe the problem In the following example: FutureBuilder( future: AFutureFunctionCall(), builder: (context, snapshot) { ... } ) where lints have discarded_futures:...

from.page-issue