M Atheer
M Atheer
i tried to use ui test with app and it field ``` The following assertion was thrown running a test: Object/factory with type Repository is not registered inside GetIt. (Did...
Can you please add support for [SQLModel](https://github.com/tiangolo/sqlmodel) class which is inherited from Pydantic
**Describe the issue** so I'm trying to tear off the print method as a function param and the lint show warning even if I use **kDebugMode**  **To Reproduce** ```dart...
### Steps to reproduce 1. Update profile photo to gif 2. open profile photo in full view 3. image will be covered with red ### Expected behaviour remove red filter...
Reorder card in timetable - [ ] Teacher - [ ] Stage - [ ] Subject - [ ] Room
This repo name must be like "{teamName || CompanyName} timetable"
Use API key for telegram user only without permission
save the previous state ```dart void main(List args) { const state = ResultState.idle(); final history = state.getHistory(); history.selectData(); final List items = history.selectDataValues(); print(items); } ``` return list of history...
make this a valid syntax ```dart final state = ResultState.data(data: "value"); ``` cons: ```dart state.user.when( data: (value, response) { // null check response!.statusCode; }, ); ```