Andreas Fahrecker
52f61820be
Added middlewares to store
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-14 14:46:11 +02:00
Andreas Fahrecker
6833de9914
Extracted MyApp into new File and renamed to TimerProgressCalculatorApp
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:09:58 +02:00
Andreas Fahrecker
54c3823064
Fixed error in app state reducer and implemented new actions in timer
...
reducer
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:08:59 +02:00
Andreas Fahrecker
90b19e304d
Created redux middleware to store timers
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:08:01 +02:00
Andreas Fahrecker
51448c5555
Created TimerRepository which saves timers list to sharedpreferences
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:07:06 +02:00
Andreas Fahrecker
86862a9d91
Created timer_selectors with a selector for all timers
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:05:23 +02:00
Andreas Fahrecker
5d9f665426
Added Uuid generator class
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:04:23 +02:00
Andreas Fahrecker
e4c0a50ece
Added timer id to Timer and TimerEntity
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:03:46 +02:00
Andreas Fahrecker
88a9026966
Added isLoading bool and changed timer to a List of Timer called timers
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:02:29 +02:00
Andreas Fahrecker
65fc97c9d1
Deleted abstract Action class and created LoadTimersAction,
...
TimersLoadedAction, TimersNotLoadedAction, AddTimerAction,
UpdateTimerAction and DeleteTimerAction
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 14:59:42 +02:00
Andreas Fahrecker
e096653b2e
Created first action and basic timer reducer
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 11:22:17 +02:00
Andreas Fahrecker
e004529eb8
Added basic app state with single timer
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 10:45:37 +02:00
Andreas Fahrecker
161d39aedc
Created basic Timer class and TimerEntity
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 10:35:18 +02:00
Andreas Fahrecker
987f95efba
Extracted Progress Screen from Prototype into new File
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-09 11:11:50 +02:00
Andreas Fahrecker
254e59f84e
Added code in lib/main.dart from prototype
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-08 11:43:31 +02:00
Andreas Fahrecker
7d6f83c1e0
Initial commit after flutter create
...
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-08 08:55:00 +02:00