Coder Social home page Coder Social logo

Comments (4)

danibjor avatar danibjor commented on September 28, 2024 1

starter.sh have a cleanup switch for cleaning up temp-files

from flutter-redux-starter.

gentlefox avatar gentlefox commented on September 28, 2024

On OSX sed -i expects a file extension.
Thus when sed -i -e "s/stub/$module/g" "$filename.dart" is called, it creates a backup using the next argument "-e".

The fix: sed -i '' -e "s/stub/$module/g" "$filename.dart" assigning an empty string as the extension parameter.

from flutter-redux-starter.

hillelcoren avatar hillelcoren commented on September 28, 2024

I think I tried that, I believe adding '' causes problems on Windows or Linux

from flutter-redux-starter.

gentlefox avatar gentlefox commented on September 28, 2024

Yeah, I've been seeing that. The cleanup script is a nice workaround.

I've been working with the PR that Julian Paraian submitted, trying to get the shell scripting to be cross-platform. Progress would have been faster with the inclusion of code comments...

The amount of time I've been able to focus on it looks to be reduced for a while as it appears we have to stop using Flutter for the current project (for now) meaning the rush job of creating it anew in another format.

I'll still see what I can do towards contributing to the amazing work you're doing here - thank you for your contribution!

from flutter-redux-starter.

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.