nexus-repository-dart
nexus-repository-dart copied to clipboard
Dart format repository for Nexus Repository Manager
After following the instructions provided in README.md , I have successfully added the dart proxy mirror, but when I am using it through cli command "flutter pub get" it is...
Hi, is there a way to expose proxy configuration in Nexus API? Is it something that needs work only on the plugin side or is it Nexus lack of appropriate...
I set my URLs with ``` sh export PUB_HOSTED_URL=https://${ACCOUNT}:${PASSWORD}@nexus.somewhere.com/repository/pub.dev/ export FLUTTER_STORAGE_BASE_URL=https://${ACCOUNT}:${PASSWORD}@nexus.somewhere.com/repository/pub.dev/ ``` When I run `flutter pub run build_runner build --delete-conflicting-outputs` I get > Flutter assets will be downloaded from...
Hi, First of all : thanks for this plugin that saves us lots of downloading time. :) I just run into an issue trying to upgrade flutter `flutter upgrade` thru...
I dont know if it's even possible for the moment but it would be great to be able to upload artefacts automatically
test on nexus 3.38.0, 3.38.1, 3.39.0 and latest(3.68.0) version package api worked 
Hello, I have a problem configuring the proxy on a Nexus. I have successfully installed the dart/flutter plugin in the nexus repository `export PUB_HOSTED_URL=http://[nexus_url]/repository/[repository_name]/ export FLUTTER_STORAGE_BASE_URL=http://[nexus_url]/repository/[repository_name]/` I have a dockerfile...
We are trying to install the current release plug-in to nexus. But it's not allowing and nexus is crashing. Nexus support team suggested to change the version in pom.xml (line...