Felix Barz (Brickmakers)
Felix Barz (Brickmakers)
The current version of `flutter_gen_runner` failes with the following error: ``` [SEVERE] flutter_gen_runner:flutter_gen_runner on $package$ (cached): Bad state: No element [SEVERE] Failed after 16.0s ``` Running the build runner in...
**Is your feature request related to a problem? Please describe.** I would like to check for security vulnerabilities in flutter/dart projects. **Describe the solution you'd like** Add a file type...
**Describe the bug** When interactively resizing the carousel, for example, because the window gets resized, it "flickers", meaning it randomly scrolls in both directions. **To Reproduce** Steps to reproduce the...
### Plugin share_plus ### Use case In Order to fullfill the [MASVS-PLATFORM-1](https://mas.owasp.org/MASVS/controls/MASVS-PLATFORM-1/) requirement, one should, according to [MASTG-TEST-0071](https://mas.owasp.org/MASTG/tests/ios/MASVS-PLATFORM/MASTG-TEST-0071/) ensure that when sharing is used, only desired activity types are allowed....
Consider the following code: ```dart @module abstract class MyServiceRegistrations { /// Example 1 (Working) @singleton @preResolve Future myServiceA1() async => MyServiceA1(); @singleton MyServiceA2 myServiceA2(MyServiceA1 s1) => MyServiceA2(); /// Example 2...