Ali Tazik

Results 14 comments of Ali Tazik

socker server that i use , used https and implemented with c# . those code have not difference to my code and i still can not able to connect to...

I do not know and i will ask a developer who write server .But this is other question i asked in stackoverflow: https://stackoverflow.com/questions/60302062/flutter-engineioexception-websocket-error . I used adhara and with this...

I fix the problem by change await freshLink.setToken(OAuth2Token(accessToken: 'Bearer $accessToken')); to this await freshLink.setToken(OAuth2Token(accessToken: '$accessToken'));

> but when i not set `startActionPane` or `endActionPane` it not slide at all When I don't set startActionPane , endActionPane not shows anything? I am using flutter_slidable 1.1.0 ```...

> have you tried uninstalling the app on your device? yes, but no different , I still have a problem

> hi please support null safety > > ``` > Error: Cannot run with sound null safety, because the following dependencies > don't support null safety: > > - package:alt_persian_date_picker...

I also have same issue https://stackoverflow.com/questions/78290786/flutter-web-sentry-did-not-translate-correctly-issues/78291321#78291321

> Is this expected to behave differently if the flutter web app is loaded as a chrome extension? Because with the same steps you outlined I am getting this with...

> Hi @tazik561 ! > > The problem is you're throwing a `AdapterError` as expected value: > > ```dart > expect(() async => await dio.post(path), throwsA(isA())); > ``` > >...

Of course not. I am using `dio: ^3.0.9` and `http_mock_adapter: ^0.1.6` because I don't use sounds null safety `environment: sdk: ">=2.7.0