7

Since the package pub_server is discontinued. But get recommended for that use case in the README.md from pub-dev

So I'm a bit confused about what is now the recommended way.

I know about the package unpub but it doesn't feel right to use it in an environment.

Is there something official from the dart team which is not discontinued?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
swissonid
  • 1,025
  • 1
  • 10
  • 22

1 Answers1

2

You can use internal private pub server. Flutter team use the same for Internal private packages and plugins.

private pub server

https://pub.dev/packages/unpub

To use this server you have to install mongodb.

https://docs.mongodb.com/manual/installation/

Skandar Munir
  • 409
  • 5
  • 12