Michel Feinstein
Michel Feinstein
I can see this happening with the gradle plugin version set as `id "io.sentry.android.gradle" version "4.10.0"`. Using the Flutter package.
I see many sub-issues here for modules and packages, but don't we need a doc for Flutter apps too?
I know, and the same could be said for packages with ios plug-ins, right? They can just open the ios folder under xcode and add a privacy manifest, so why...
The problem is when we are obligated to run dartfmt before each commit. this way we can't escape the laws of indentation, unless the Flutter team releases a new flutterfmt...
I generally use Ctrl+Alt+L in IntelliJ IDEA, can't see an option in the plugin to pass this configuration :/
I know that changing my code helps, but I feel this is like Apple saying "you are holding it wrong". I just don't want to write additional code when I...
As I said in my original post, the 80 character line was made for newspapers and magazines, so eye movement be constrained to a region, this way reading would be...
Independently, my suggestion is based on the fact that Flutter code has lots of leading whitespaces, whereas normal texts does not, so my suggestion stands.
It appears that Linus Torvalds agrees with us: https://www.theregister.com/2020/06/01/linux_5_7/
Add some way to go into a "normal" execution mode, and then back into being controlled by fake async
How about `fakeAsync.await(myFuture)`? I don't think this will cover stream cases, but internally the library could pump the event loop unit that future completes, using a completer maybe.