Giter Club home page Giter Club logo

Comments (6)

SPodjasek avatar SPodjasek commented on July 18, 2024 2

I had to modify this even further to make flutter_launcher_icons work.

So if you run into some errors like this:

Error: The parameter 'path' of the method 'ConfigFilesystemLoader::loadConfig' has type dart.core::String, which does not match the corresponding type in the overridden method (dynamic).

use this:

dependency_overrides:
  dart_config:
    git:
      url: https://github.com/SPodjasek/dart_config.git
      ref: fix_dart21

from flutter_launcher_icons.

MarkOSullivan94 avatar MarkOSullivan94 commented on July 18, 2024 1

Thanks for reporting this. Wanted to get this fixed ASAP as it seems to be a serious blocker, noticed it immediately whenever trying to build the project.

Used @SPodjasek's forked solution which worked for me but I also had to upgrade the test package for me to get a successful build.

I've done a fork of your solution just because I know it was working completely fine for me, so thanks for helping me out with that!

This issue should be sorted in v0.6.1

from flutter_launcher_icons.

hyochan avatar hyochan commented on July 18, 2024

This is really critical. I can't make the build..

from flutter_launcher_icons.

v3rm0n avatar v3rm0n commented on July 18, 2024

For a quick fix you can try adding

dependency_overrides:
  dart_config:
    # https://github.com/chrisbu/dart_config/pull/12
    git:
      url: [email protected]:v3rm0n/dart_config.git
      ref: v3rm0n-patch-1

To your pubspec.yaml

from flutter_launcher_icons.

galinowski avatar galinowski commented on July 18, 2024

Thanks for sharing the fix, however I'm getting "Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists."

from flutter_launcher_icons.

v3rm0n avatar v3rm0n commented on July 18, 2024

Strange, you could also try to just fork my repo and use that instead.

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.