Removed old Code from prototype and started using redux state in
prototype view Doesn't use a StoreConnector at this point, so it won't rebuild/redraw on changes Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
This commit is contained in:
@ -20,7 +20,10 @@ class TimeProgressCalculatorApp extends StatelessWidget {
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity),
|
||||
initialRoute: "/",
|
||||
routes: {
|
||||
"/": (BuildContext context) => ProgressScreen(name: "Zivildienst")
|
||||
"/": (BuildContext context) => ProgressScreen(
|
||||
name: "Zivildienst",
|
||||
context: context,
|
||||
)
|
||||
},
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user