fluent_ui icon indicating copy to clipboard operation
fluent_ui copied to clipboard

Devtool extension for Fluent UI

Open AbhijithKonnayil opened this issue 1 year ago • 2 comments

Add support for Fluent Icons in Dev tools. https://github.com/bdlukaa/fluent_ui/issues/1161

  • [x] I have updated CHANGELOG.md with my changes
  • [x] I have run "dart format ." on the project
  • [x] I have added/updated relevant documentation

Preview

Screenshot 2025-01-05 at 12 16 31 AM

AbhijithKonnayil avatar Jan 04 '25 18:01 AbhijithKonnayil

I'm not sure you're supposed to commit the build/ folder.

bdlukaa avatar Jan 05 '25 19:01 bdlukaa

@bdlukaa The content that you check into your git repository is completely up to you. If you dont need the content of build of devtool extension to be in the code, then make sure that the extenstion web app is always built and included in extension/devtools/build/ when you publish the package As per docs,

What if I don't want the extension/devtools/build/ contents checked into source control? As a package author, the content that you check into your git repository is completely up to you. If you want the contents of extension/devtools/build/ to be git ignored, then you'll just need to ensure that the extension web app is always built and included in extension/devtools/build/ when you publish your package. To do so, add the following to a .pubignore file in the extension/devtools/ directory:

!build This will ensure that, even if the extension/devtools/build directory has been been git ignored, the directory will still be included when publishing the package on pub

https://pub.dev/packages/devtools_extensions#what-if-i-dont-want-the-extensiondevtoolsbuild-contents-checked-into-source-control

AbhijithKonnayil avatar Jan 06 '25 06:01 AbhijithKonnayil