-
The generated code would be easier to read if we move all the boilerplate that the user doesn't care about to a separate file.
-
It is necessary to implement threads, because in the majority of platforms that run Dart supports thread, such as Android, iOS, Windows, Linux, MacOS, * WebAssembly etc.
Many use cases where thread…
-
Hi! I'm trying to implement your work to my project, and I've followed the example you give of Google Firebase with SportBooking. But there is something that I can't make sense of right now (maybe sle…
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…
-
Hello, this flutter_sqlcipher plugin appears to no longer be compatible with the latest versions of flutter in the beta channel (as well as on dev and master channels). I have reported on the main flu…
-
### What
- [ ] Implement user authentication through open food facts cookie:
- when the user comes to the portal, and is not yet authenticated:
- if he does not have OFF cookie → tell him to go aut…
-
Per https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade
It seems that there should be `MaterialWithModalsPage` to match the new `MaterialPage` and possibly a…
-
## Why?
People are using Hive in background isolates to work with persistent data, and because hive doesn't have proper isolate support, and dart doesn't have proper thread support, it's currently …
-
I am using flutter to develop app. and use sentry to capture crash. C PlusPlus code is called by ffi which is manged by dart in flutter. Now, The crash is not captured in c plusplus code, try to use c…
-
I'm using https scheme and am testing
on my Samsung S4,
which is running Android 5.0.1.
I am getting:
``MissingPluginException(No implementation found for method listen on channel uni_links/eve…