Giter Club home page Giter Club logo

Comments (3)

MarkOSullivan94 avatar MarkOSullivan94 commented on July 18, 2024 1

Hello! Glad your issue has been solved.

From the Flutter documentation:

When you run flutter packages get (‘Packages Get’ in IntelliJ) for the first time after adding a package, Flutter saves the concrete package version found in the pubspec.lock lockfile. This ensures that you get the same version again if you, or another developer on your team, run flutter packages get.

So that command only retrieves all of the packages in your pubspec.yaml.

The second command I've included in the guide and this command actually runs Flutter Launcher Icons and will provide feedback on whats happening in the terminal it's executed from.

To my knowledge there's no difference between

flutter packages pub run flutter_launcher_icons:main

or

flutter pub pub run flutter_launcher_icons:main

I used to have the second command in the guide but wasn't never a fan of having to call pub twice which I thought was a bit strange.

from flutter_launcher_icons.

omrllm avatar omrllm commented on July 18, 2024

Solved by running flutter pub pub run flutter_launcher_icons:main.

Shouldn't the package do this automatically when I click Packages get?

from flutter_launcher_icons.

omrllm avatar omrllm commented on July 18, 2024

The second command I've included in the guide and this command actually runs Flutter Launcher Icons and will provide feedback on whats happening in the terminal it's executed from.

Yes, I've seen it in the guide, but I thought that I would need to execute it if I didn't have a pubspec.yaml or a flutter_launcher_icons.yaml.

Just after watching the video example I understood that, being also new to Flutter.

I would suggest to make it more clear in the guide this step.

from flutter_launcher_icons.

Related Issues (20)

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.