Fixed An flawed condition of an loop caused a stack overflow on div operations.
Fix/Refactor:
- At the first glance it crashes far fewer times.
- ChangeNotifier callback is now passed down.
- Callback is invoked, when all data is loaded.
- Recursive method of division generation was refactored to a variant based on a loop.
Closes #15 (closed)