Last 12 weeks · 0 commits
2 of 6 standards met
Hi Lee! This example was no longer building correctly since it was using an alpha version of , and other misc. Dart 2 tooling things have changed in the past 7 months. This PR includes a myriad of updates to get things working again, update the readme with some new info, and a cleanup of some new Dart 2 lints. FYA: @leerob
Repository: leerob/dart-react-todo. Description: 📝Building a todo list with Dart & React from start to finish Stars: 23, Forks: 7. Primary language: Dart. Languages: Dart (98%), HTML (2%). License: MIT. Homepage: https://leerob.io/blog/getting-started-with-dart-and-react Topics: boostrap, dart, flux, react, redux, todomvc, workiva. Open PRs: 0, open issues: 0. Last activity: 5y ago. Community health: 42%. Top contributors: leerobinson-wf, aaronlademann-wf, leerob, evanweible-wf.
Dart
Ran over_react_codemod on the codebase Updated versions in the and got to run successfully Updated the components pulled from the examples Updated documentation Hopefully you guys (@evanweible-wf @corwinsheahan-wf and crew) can use this as an example for people migrating as you roll out Dart 2 support. I've been monitoring analytics on my blog post (here) that uses this tutorial and it's still getting ~100 views per week, as well as ranking on Google when you search "Dart React", so I'm hoping to get this updated so it's accurately promoting Workiva OSS.
@leerob I ran the latest over_react_codemod (there were some leftover changes from an outdated version) and I also left off the flag, which cleans up quite a few things. Were you hoping to keep this example compatible with Dart 1 and 2? It is doable, but the backwards-compat component boilerplate is admittedly less enjoyable. For the purposes of this repo, it seems to me like it could be sufficient to point to our Dart 2 migration guide for those that are interested in retaining backwards-compatibility. Let me know if you have any questions!