dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.7k stars 551 forks source link

Add support for qr_flutter #2724

Open wbates opened 9 months ago

wbates commented 9 months ago

https://pub.dev/packages/qr_flutter

Sahil-kachhap commented 5 months ago

@devoncarew can I work on this support, I had some doubts:- I was going through dart services readme file.

  1. Create the Dart and Flutter projects in the project_templates/ directory: grind build-project-templates -> I don't know about this grind command , is this some script or some cli command that I need to install. -> I don't find any project_templates directory (I found a dart file though).

Any reference would be helpful in working on this support

devoncarew commented 5 months ago

cc @johnpryan; I think this is less about how to do the work (adding a new package) and more about the process for deciding whether to add a new package to the allow-list (https://github.com/dart-lang/dart-pad/labels/suggested-package).