ultimate_todo - Jam-packed todo app featuring Angel, AngularDart and Flutter.
cd common
pub getcd backend
pub getTo run (in production mode):
angel start --productioncd web_client
pub get
ANGEL_ENV=production pub buildcd flutter_client
flutter get
flutter run