Software Alternatives & Reviews

Building a Flutter application for Web, iOS and Android using a CI/CD pipeline on CodeBuild – #cdk4j

axios codemagic.io
  1. 1
    Promise based HTTP client for the browser and node.js - axios/axios
    When implementing the trigger for the iOS App build (see more details below) I decided to “quickly” implement the HTTPS POST call using TypeScript – which turned out to be a bad decision 🙂 I had trouble getting the “axios” dependency that I am using installed correctly. I asked around, especially my fellow AWS Community Builders and got a lot of great tips and ideas (kudos to Martin and Matt). Martin had the right “stomach feeling – I was missing a “npm install”.

    #Javascript UI Libraries #JS Library #Developer Tools 109 social mentions

  2. CI/CD for mobile projects and Unity games. Automated releases to Google Play and App Store and no code signing headache guaranteed!
    Pricing:
    • Freemium
    • Free Trial
    As the diagram shows, we needed to fall back to an 3rd-party, non-AWS service to be able to package the iOS application. After doing a quick “vendor selection” and a shortlist that included Bitrise and CodeMagic I decided to integrate CodeMagic in this example – because I liked the API more and it offers more free build credits/minutes. Setting it up took less then 5 minutes – it connects natively to Github and the set up of the Flutter pipeline is very easy. The integration is set up using a Lambda function that calls the “start build” API.

    #Continuous Integration #Continuous Deployment #Mobile Continuous Integration 11 social mentions

Discuss: Building a Flutter application for Web, iOS and Android using a CI/CD pipeline on CodeBuild – #cdk4j

Log in or Post with