-
We could consider running all tests in the workspace, if running `dart test` from the workspace root.
Some high level thoughts:
- We might want to guard this behind a flag, `--recursive` or sim…
-
Requesting that Dart be added as a language.
Happy to help initial runs!
-
### 💭 Description
In the messaging pages, in the case of Dart examples, async/await is missing:
- [x] https://appwrite.io/docs/products/messaging/apns
- [x] https://appwrite.io/docs/products/messa…
-
In the provided example code, i am getting following error:
E/flutter ( 9562): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected end of input (at cha…
-
I have this weird script, `t.dart`:
```
import "t.dart" as a;
enum MyEnum implements Bar {
a;
get field => throw "no";
}
class Bar {
final E field;
Bar(this.field);
}
clas…
-
https://dribbble.com/shots/24240294-Music-Player-Application
![original-0bf98749dc2ef0a1e75bb86f77c84e3e](https://github.com/user-attachments/assets/b0334f65-5875-41ee-bc85-486d6d0e4190)
music…
-
We will need unittests done for all methods, classes and functions found in this file.
Any widgets referenced in this file must also have unittests done
### PR Acceptance Criteria
1. When com…
-
**Description**
Tabs are different for DART vs TIG. The majority of the domains are going to have no informative content at all.
Julie will check after a new load
-
I wrote and tested my code in Swift, made a wrapper for it in Objective C, everything works up to this point. Now I need to call this code from Dart. I turned to the ffigen package and for several day…
-
I think we discussed it before but it'll be nice to have a semi-automatic way to generate Dart/Flutter bindings so users can start writing apps when the compiler is ready, so I'm opening this issue fo…