Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AF-3589 Dart 2 migration guide #210

Merged
merged 4 commits into from
Dec 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@

> A library for building statically-typed React UI components using Dart.

---

> **Dart 2 Migration Guide**
>
> If you have existing over_react code written on Dart 1 and want to upgrade to
> Dart 2, please read the [**Dart 2 Migration Guide**](/doc/dart2_migration.md)

---


* __[Using it in your project](#using-it-in-your-project)__
* [Running tests in your project](#running-tests-in-your-project)
Expand Down
Loading