Ismael Shakverdiev
Ismael Shakverdiev
Wirte unit test for `PostModel.fromSnapshot(...)`.
We should have ability to select category when creating post. e.g: if user selected `development` then automatically `general` and `development` would be setted in database. Getting posts from database and...
**Relevant:** - https://flutter.dev/docs/perf/rendering/best-practices - https://stackoverflow.com/questions/60179513/flutter-how-can-i-improve-that-app-performance
Should improve the `LazyLoadListView` widget. We need it because if posts less than 15 it crashing. However, we must fix it. And also code clean up.
Must to write unit-tests for [Services](https://github.com/theiskaa/anon-app/tree/develop/lib/core/services) folder: --- Testable files: - [Auth Service](https://github.com/theiskaa/anon-app/blob/develop/lib/core/services/auth_service.dart) - [User Service](https://github.com/theiskaa/anon-app/blob/develop/lib/core/services/user_service.dart)
**Note:** *The home page coverage must be higher than 75 percent.* ### Current coverage:
A factory builder to build page alike search field without any appearing box. So, instead of current suggestion box and item builder you will be required to build a page...
Current version of widget requires already providen `suggestions`. And which makes working with network so hard. So, we've to implement a factory builder to create network-usage appropriate widget which don't...
In the current version, notya uses cobra's auto-generated help txt. To make it better look we should use our custom one. ### Something like: ``` _ _ ___ _____ __...
A clone command, that could be able to fetch a web page(from provided URL), convert it to pure text, and generate a note file automatically (appropriate to that file). **Example:**...