guibranco/BancosBrasileiros

Add support to Pub.Dev - Dart

guibranco opened this issue · 4 comments

Publish this project to Pub.Dev (Dart) package manager

I have some experience in Dart, may I help with this?

Hi @Guillergood , we need to create a package publishable to Pub.Dev with the content of a file

The file is: data/bancos.json

  • This file is generated in a daily bases or on demand any time.
  • The generation and deployment of the Dart package should be done in the AppVeyor pipeline (via appveyor.yml file)
  • I think that we need to create a pubspec.yaml, is that correct?

The package should have the following behavior:

When installed in a Dart project, it should contain the bancos.json file or maybe the content only available for usage inside the code.

I don't know how exactly Dart pure packages works or if this is possible, but this is the goal.
You can check the NPM (JS) / NuGet (C#) / Packagist (PHP) packages to understand how it should be for Dart!

Thanks!

Hello @guibranco , sorry for the late response. I think I have it all, can you check it?

Thanks, I am reviewing it right now!