eellak / gsoc2021-sastixcms

Apache License 2.0
7 stars 1 forks source link

Add theming, internationalization, bloc state management #37

Closed ikyranas closed 3 years ago

ikyranas commented 3 years ago

These changes provide theming, internationalization and state management changes. The internationalization is done with i10n (the default of Flutter), the theming is provided both to the admin by changing theming files and to simple users by using their settings page. The BLoC pattern is used to keep track of the state of the application.

This pull request resolves #13 , #14 , #15 , #19 , #20 , #21 .