Custom widget | Pull request |
---|---|
๐ผ Tabbar | ๐ผinit some widgets and custom some widgets |
๐ผ Pagination (list view, grid view) | ๐ผ UI/Pagination list view |
๐ผ Category item view | ๐ผ UI/category item view |
๐ผCategory autoscroll | ๐ผCategory autoscroll ui |
๐ผBoth category view | ๐ผ Both category view |
๐ผGroup category | ๐ผ Group category |
โจ Add header search, category gradient color, masonry grid, bottom model sheet, banner slider | โจ Add header search + category gradient color + masonry grid + bottom model sheet + banner slider |
๐ผExpansion panel list and image stack view | ๐ผ Expansion panel list + image stack view |
๐ผTree view | ๐ผ New widget tree view |
๐ผSearch layout | ๐ผ Search layout |
๐ผSetting layout | ๐ผ UI/Setting layout |
๐ผline progress with badge in head | ๐ผ line progress with badge in head |
๐ผProgress button | ๐ผ Progress button |
Controller | Pull request |
---|---|
๐ฝIsolate | |
๐ฝSpeech to text | |
๐ฝText to speech |
Name | Pull request |
---|---|
๐ Stream and RxDart | ๐๐ LetTutor |
lib/
|- data/
| |- repositories/ => providing data access
| |- models/ => representing data structures
| |- datasources/ => used to communicate with data sources such as a database or API
| |- local/
| |- remote/
|
|- domain/
| |- repositories/ => communicating with the data.repositories layer
| |- entities/ => representing objects within the application
| |- usecases/ => contains the implementation of the application's use cases
|
|- presentation/
| |- screens/
| |- widgets/
| |- bloc/
| |- model_state.dart
| |- state.dart
| |- event.dart
| |- bloc.dart
|- app.dart
|- main.dart