Harshit Kumar

Results 26 comments of Harshit Kumar

> The workaround for me was to move the `` up, as the first children in the `` element. E.g.: > > **Before:** > > ``` > > > >...

> Is this error solved? The rearrangement of tags didn't solve the issue Ohh for me it did solved... If you put your `` tag at the bottom

> My svg doesn't have a `` tag but it has `` tag Ohh I haven't worked with ` ` 😅 my be try finding svg which have `path` in...

> ![headphone_on_book](https://user-images.githubusercontent.com/73595822/150682154-a8ab9f14-c4c9-4fdb-ba85-5e4e4ad6e80f.svg) this does seems to be svg... this seems to be `png image ` I am not sure if this can be scan be supported.. so, I would suggest...

Not sure, if this error is related to this. ![image](https://user-images.githubusercontent.com/59083528/170017071-6c0da5d2-855a-4cec-b9e6-4456da3a1da3.png) I am getting below error. ``` [+10559 ms] [+10435 ms] lib/modules/login/bloc/login_bloc.freezed.dart(150,4): error GD6C8354B: 'JsonKey' is imported from both 'package:drift/src/dsl/dsl.dart' and...

> conflict Thank you for quick response. umm, I am using `drift` ... Not sure, what to do fix this.

also, getting this error ![image](https://user-images.githubusercontent.com/59083528/170027053-e891be63-1343-4a99-b168-979319e0b7f3.png) ``` [ +1 ms] [+10435 ms] lib/modules/login/bloc/login_bloc.freezed.dart(150,4): error GD6C8354B: 'JsonKey' is imported from both 'package:drift/src/dsl/dsl.dart' and 'package:json_annotation/src/json_key.dart'. ``` I am not able to do `flutter...

```dart import 'package:freezed_annotation/freezed_annotation.dart' hide JsonKey; ``` Thank you so much this solved the issue :)

Yap it would be great to have for Flutter/Dart.

I guess, we should create seperate method for de-linking document in case of relationship or or may be it could be other way around, having seperate method of partial update...