Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Any plans on supporting Dart 2.0? #6

@melo0187

Description

@melo0187

Hi there, I just came across your blog post after pondering for a while about how to use Dart to get the most code reuse for front ends across web and mobile, so thank you very much for sharing!

I just wanted to give this a try myself, but stumbled across the fact that this does not support Dart 2.0 yet. Therefore I already fail at the attempt of getting the deps for the web server.
Simply changing the SDK specified from '>=1.20.1 <2.0.0' to '>=1.20.1 <=2.0.0' won't do the trick, because of the dependency to shelf_cors 0.2.1 (which apparently is the latest publicly available release of this package, which itself again requires SDK version <2.0.0).

I'd love to get your thoughts about the current state of this repository, if you deem it worthwhile to maintain and if it is illustrating a still valid approach to a front end strategy aiming for code reuse.

In the meantime I'll see whether I can get this running with current stable Dart, which will hopefully result in a useful PR.
Any pointer are much appreciated =)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions