Harshit Kumar
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...
>  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.  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  ``` [ +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...