nexus-repository-dart icon indicating copy to clipboard operation
nexus-repository-dart copied to clipboard

Dart format repository for Nexus Repository Manager

Results 11 nexus-repository-dart issues
Sort by recently updated
recently updated
newest added

Add hosted repository support

enhancement

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...

enhancement

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...

enhancement

I dont know if it's even possible for the moment but it would be great to be able to upload artefacts automatically

duplicate
enhancement

Add Group repository support

enhancement

test on nexus 3.38.0, 3.38.1, 3.39.0 and latest(3.68.0) version package api worked ![Screenshot 2024-05-11 at 02 56 34](https://github.com/groupe-edf/nexus-repository-dart/assets/56014923/b8e1cdd7-933a-4f66-9856-0accb26c5916)

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...