-
### Steps to reproduce
1. Create a flutter application
2. In test, create a test file
3. Copy and paste Code section in
4. Run tests
### Expected results
Both tests passed.
### Actual r…
-
When starting the app image there is only a black screen and nothing else shows up.
-
Adding the test case `'whitespace between line breaks at the end\n \n'` to `test/string_test.dart` causes tests to fail.
```diff
diff --git a/test/string_test.dart b/test/string_test.dart
index b…
-
I was integrating [`easy_sms_receiver`](https://pub.dev/packages/easy_sms_receiver) in a foreground service using [`flutter_foreground_task`](https://pub.dev/packages/flutter_foreground_task) as shown…
-
I was running my code to gather some statistics (it wasn't connected with hive) for like an hour and I got this exception which ruined all process:
`Unhandled exception:
FileSystemException: Cannot…
-
**Question**
How is a migration performed properly?
**Code sample**
Let's say we have the following model:
```dart
@HiveType(typeId: 1)
class DailyChunk extends HiveObject {
DailyChunk(…
-
## 🐛 Bug Report
I just run the example project on my iPhone
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method set…
-
Hi,
I saw in a couple of spots that `super_native_extensions` is made for dynamic linking, but unfortunately constraints on our projects are such that we need to do static linkage.
I followed th…
-
The current implementation of `Int64` stores the underlying integer as 3 integer fields:
```dart
class Int64 implements IntX {
// A 64-bit integer is represented internally as three non-negative
…
-
In app, I need to dynamically create corresponding sqlite files according to the user's id. When one of my users logs out, and then another user logs in, how do I switch the corresponding sqlite files…