Skip to content

fix bugs & refactor intro

Asanka Anthony requested to merge refactor/BETA-1510 into develop

Fixes,

Refactoring,

  • https://schluss.atlassian.net/browse/BETA-1510
  • At intro: make the intro_first.dart, intro_second.dart…etc into a generic intro_content widget and call the introContent(…) from intro.dart (see example at kluis.dart & kluis_content.dart)
  • correct routing (it is now not using the right routing protocol, see: lib\ui\intro\intro.dart line 105 for example
  • Define height & with in top of build method, so we have them here at initialization when needed, instead of accessing every time:
Edited by Asanka Anthony

Merge request reports