-
Currently the `dart:js_interop` provides a `jsify()` method that is described as this:
```dart
extension NullableObjectUtilExtension on Object? {
/// Converts a Dart object to the JavaScript equi…
-
As a part of performance work, I have been looking into generating hash functions for Model objects ([see my WIP branch](https://github.com/dart-lang/macros/compare/query-invalidation)). It isn't too …
-
This is not an issue.
First off - thank you for the grinder tool. It is great find for me, since I found `make` didn't manage files with spaces and I have a bunch of them.
I've created a set of …
-
It's nice to `.fuse` a series of `Codec` objects together.. typically `json`, `utf8`, `base64`, etc.
In such cases, it's common to create a codec that just converts JSON maps to `Map`, decodes JSON…
-
consider this code :
```dart
void foo(dynamic value) => switch (value) {
String => 'the value is String',
int => 'The value is an int',
bool => 'The value is a bool',
Li…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Not sure if this in on your radar or not, @joshualitt
-
any update instructions for the link I see no option to add connection just a place to set the broker address and nothing I enter works.
-
List getValues() should return an array in JavaScript, instead it wraps the array into an object.
void addValues(List values) should accept an array as argument in JavaScript, instead the array needs…
-
There are multiple issues that would benefit from having value semantics in Dart:
- #314
- #333
- #136
Value semantics introduces deeply immutable objects whose transitive object graph consi…