This website requires JavaScript.
Explore
Help
Sign In
time-progress-tracker
/
time_progress_tracker
Watch
2
Star
0
Fork
0
You've already forked time_progress_tracker
Code
Issues
Pull Requests
Packages
Activity
Files
63777c6b5c6f38d7c8552cae44b8168ad3ac5587
time_progress_tracker
/
lib
T
History
Andreas Fahrecker
63777c6b5c
Fixed Error with nongrowable list in reducer
...
Signed-off-by: Andreas Fahrecker <
AndreasFahrecker@gmail.com
>
2020-10-15 15:53:28 +02:00
..
actions
Deleted abstract Action class and created LoadTimersAction,
2020-10-13 14:59:42 +02:00
middleware
Created redux middleware to store timers
2020-10-13 15:08:01 +02:00
models
Added custom toString to Timer
2020-10-15 15:52:16 +02:00
persistence
Created TimerRepository which saves timers list to sharedpreferences
2020-10-13 15:07:06 +02:00
reducers
Fixed Error with nongrowable list in reducer
2020-10-15 15:53:28 +02:00
screens
Extracted Progress Screen from Prototype into new File
2020-10-09 11:11:50 +02:00
selectors
Created timer_selectors with a selector for all timers
2020-10-13 15:05:23 +02:00
app.dart
Extracted MyApp into new File and renamed to TimerProgressCalculatorApp
2020-10-13 15:09:58 +02:00
main.dart
Added middlewares to store
2020-10-14 14:46:11 +02:00
uuid.dart
Added Uuid generator class
2020-10-13 15:04:23 +02:00