Htet Lynn Htun

Results 6 comments of Htet Lynn Htun

Instead of directly casting `json['property'] as int`, do this `(json['property'] as num).toDouble()`.

Pipe is a bit pain to type. Colon? ``` const Center() :> DecoratedBox(color: Colors.red) :> Text('Hello world'); ```

This kind of thing should be properly documented.

> This likely means you're trying to open an in-memory realm at the same path as a persisted realm file. While the in-memory realm doesn't store data on disk, it...

got the same problem for a fresh install setup