native icon indicating copy to clipboard operation
native copied to clipboard

[jnigen] Use `String` instead of `Uri` everywhere

Open HosseinYousefi opened this issue 1 year ago • 2 comments
trafficstars

HosseinYousefi avatar Jul 23 '24 21:07 HosseinYousefi

@HosseinYousefi Please contribute to the discussion https://github.com/dart-lang/native/issues/1506 if you care. 👌 Then we can align the packages. (Especially, when we start using the Dart instead of YAML config and we get a hook for running code-gens. Then we don't want to be converting between File/Uri/String.)

dcharkes avatar Sep 04 '24 10:09 dcharkes

I think using strings is simplest in the move to a dart config (instead of yaml). Will do this after removing the yaml config because package:config uses Uris.

HosseinYousefi avatar Oct 08 '24 12:10 HosseinYousefi