rive-app / rive-flutter

Flutter runtime for Rive
https://rive.app
MIT License
1.16k stars 180 forks source link

Open-source rive_common Github repo #361

Open ChristianEdwardPadilla opened 4 months ago

ChristianEdwardPadilla commented 4 months ago

The listed repository on pub for rive_common is https://github.com/rive-app/rive-flutter (this repo). However, AFAICT the source for rive_common is not located here.

Most Flutter apps aren't affected because they can happily use pub get, but build systems which want to build from a Github source-of-truth cannot build rive-flutter currently.

Open-sourcing rive_common (wherever it lives, presumably in a private Github repo) would fix this issue.

gardenofwine commented 4 months ago

This is affecting my project as well, thanks for creating this issue.

ChristianEdwardPadilla commented 4 months ago

Changed the title to clarify that rive_common is open source (the source can be downloaded directly from the package's pub.dev page, or via pub get), it's just that the source-of-truth itself - presumably a private Github repo- is not public.

HayesGordon commented 2 months ago

Hi all,

Thanks for raising the issue and providing information on why this is needed.

This is something that we can definitely look into doing, but it will require some engineering effort as there are some considerations on our side. We're currently prioritizing some other work and I can't give a timeline on when this will be done. But we will revisit this as soon as we can.