flutter-todo-list-tutorial icon indicating copy to clipboard operation
flutter-todo-list-tutorial copied to clipboard

Functional programming with Flutter

Open SimonLab opened this issue 5 years ago • 1 comments

While reviewing the OOP concepts in Dart ( I'm looking at async/await with shared preference and how to use it with classes https://github.com/dwyl/flutter-todo-list-tutorial/issues/18 ) I was wondering if we could simplify a Flutter code by Applying functional programming concepts with Flutter: https://buildflutter.com/functional-programming-with-flutter/

SimonLab avatar Nov 11 '20 15:11 SimonLab

@SimonLab if we can make the code as functional as possible we should. But I suspect there will still be a fair amount of OOP in form of inheritance from base widgets. 💭

nelsonic avatar Nov 11 '20 16:11 nelsonic