M Atheer

Results 10 issues of 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

enhancement

**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** ![image](https://user-images.githubusercontent.com/55885230/166257100-e1f6caa9-dfa9-4cab-89bc-3dabc0f17b9c.png) **To Reproduce** ```dart...

type-bug
false positive
set-flutter

### 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...

bug

Reorder card in timetable - [ ] Teacher - [ ] Stage - [ ] Subject - [ ] Room

bug

This repo name must be like "{teamName || CompanyName} timetable"

documentation

Use API key for telegram user only without permission

enhancement

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; }, ); ```

enhancement