dwyl / learn-dart

🎯Learn the Dart programming language to build cross-platform (Mobile, Web & Desktop) Apps with Flutter!
GNU General Public License v2.0
32 stars 8 forks source link

Effective Dart #11

Open miguelmartins17 opened 4 years ago

miguelmartins17 commented 4 years ago

In the article I'm summarizing, it talks about Effective Dart. Should we put the summary in the learn-dart or in the learn-flutter repository ?

https://medium.com/flutter-community/effective-code-in-your-flutter-app-from-the-beginning-e597444e1273

nelsonic commented 4 years ago

@miguelmartins17 I think it would make sense to put it in learn-dart. 👍

miguelmartins17 commented 4 years ago

@nelsonic Thanks! 👍

miguelmartins17 commented 4 years ago

@nelsonic It means the goal of the article is to show how we can use the best practices in Flutter through tools provided by Dart. Where do you think this summary would fit better ?

nelsonic commented 4 years ago

@miguelmartins17 learn-dart. Then link to the section in the learn-dart/README.md from learn-flutter.