Coder Social home page Coder Social logo

schabanbo / pub_manager Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 3.51 MB

Manage packages in your Dart and Flutter projects. View package information, check for updates, and easily update your

License: MIT License

TypeScript 88.25% JavaScript 7.05% CSS 4.70%
flutter vscode-extension

pub_manager's People

Contributors

2lineofcode avatar schabanbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

2lineofcode

pub_manager's Issues

Spelling

Licenses summery > License Summary

Make for all languages

This is a really good product, why stop at dart python needs one until pyproject.toml becomes mainstream, requirements.txt does not
if you can go so far to node even java you can get more downloads!

Shows unknown unused packages

In my case static analysis shows flutter_background as an unused package. I do not have that in my pubspec.yaml file

Feature Request; Support isolated files

On my current project we have a mono-repo with nested flutter projects, so we have ~50 different pubspec.yaml, and none in the project's root.

It doesn't seem like your plugin supports this kind of architecture as I get a blank tab when showing package list.

I think the easiest way to support mono-repos would be to add the possibility to launch the tab on any chosen file (like with right-click or currently opened file)

Package deep analyze

It is pretty useless without considering dependencies. For instance: It says I'm using http 0.13.6 and it is available 1.1.0. But this is not as simple as that: there is a dependency (signalr_core) that requires http 0.13.6. dart pub outdated will tell me this, by saying that there is a newer version of some package, but the last RESOLVABLE version is not the latest:

โ•ฐโ”€ $ dart pub outdated
Showing outdated packages.
[*] indicates versions that are not the latest available.

Package Name Current Upgradable Resolvable Latest

direct dependencies:
http *0.13.6 *0.13.6 *0.13.6 1.1.0

dev_dependencies: all up-to-date.
You are already using the newest resolvable versions listed in the 'Resolvable' column.
Newer versions, listed in 'Latest', may not be mutually compatible.

Unusual changes made to pubspec

Hi,

I have just installed the extension and noticed an unexpected change. When updating the http package from 1.0.0 to 1.1.0, it changed the pubspec.yaml from

http: ^1.0.0 cached_network_image: git: url: http://github.com/lucasmiranda5/flutter_cached_network_image.git ref: dart3 path: cached_network_image

To this:

http: 1.1.0 cached_network_image: git: url: 1.1.0://github.com/lucasmiranda5/flutter_cached_network_image.git ref: dart3 path: cached_network_image

Notice the start of the URL has changed from http:// to 1.1.0://

Also, the ^ symbol does not persist when updating the version.

On further investigation, it also replaced any URL in comments throughout the whole pubspec.yaml file.

Also when I tried to run it on Windows, I got a service worker error.

Thanks for the extension ๐Ÿ‘

[Feature request] Check Gradle/Kotlin/Java and others

Hey, thanks for your extension, I use it daily on my workflow. I don't know if it make sense, but would be great and a lot easier to keep track and update the core stuffs as the on on the title from build.gradle, wr. For newbies it's scaring when you get some conflict because of that.

Some example:

gradle-wrapper.properties

  • distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip

dependencies on build.gradle and app/build.gradle

  • implementation 'com.google.android.gms:play-services-auth:20.7.0'
  • implementation 'com.google.android.gms:play-services-ads:22.5.0'
  • implementation(platform("com.google.firebase:firebase-bom:32.5.0"))
  • 'com.android.tools.build:gradle:8.2.0'
  • 'org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version'
  • 'com.google.gms:google-services:4.4.0'
  • ext.kotlin_version

I think it will be a good extra to add in your extension.

Hope it will be useful for you. Thanks!

Feature Request: add Sortable

Thank you for the plugin, works really nicely :-)

As I develop, sometime i use so many dependency, so it is helpful if this plugin have feature sortable.

maybe u can add like sorttable.js or tablesorter.js

Thankyou :))

Next version improvements

  • Make the font smaller (or just use current VSCode settings). It's way too large!
  • re add the button in pubspec file

Feature Request; Display supported plattforms

Thank you for the plugin, works really nicely :-)

As I develop for multiple plattforms, it is helpful to know which package supports which plattform - would this be a feature for this package to have a new column for the supported plattforms? :-)

Thank you!

UI improvements

  • Update Button: Adding an "Update" button at the top of the list would be a convenient way to update all outdated packages at once.
  • Version Information: The "Latest Version" and "Version" columns could be swapped. Users typically scan from left to right, so seeing the current version first would be more natural.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.