From c6f527796e533876f3cd380b53128dafeb8ccad4 Mon Sep 17 00:00:00 2001 From: Shreyam Maity Date: Fri, 27 May 2022 05:27:10 +0000 Subject: [PATCH 1/3] Flutter & Free Ios building without mac added --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eddb1b90..1febadf5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Table of Contents * [Payment and Billing Integration](#payment-and-billing-integration) * [Privacy Management](#privacy-management) * [Screenshot APIs](#screenshot-apis) + * [Flutter & Building IOS without Mac](#flutter) * [Search](#search) * [Security and PKI](#security-and-pki) * [Source Code Repos](#source-code-repos) @@ -1546,6 +1547,10 @@ Table of Contents **[⬆ back to top](#table-of-contents)** +## Fltter Related & Building IOS Apps without Mac + *[FlutLab](https://flutlab.io/) - FlutLab is a modern Flutter online IDE and the best place to create, debug, and build cross-platform projects. Build iOS (Without Mac) and Android apps with Flutter. + *[CodeMagic](https://codemagic.io/) - Codemagic is a fully hosted and managed CI/CD for mobile apps. You can build, test, deploy with a GUI based CI/CD tool. + ## Browser based hardware emulation written in Javascript * [JsLinux](https://bellard.org/jslinux) — a really fast x86 virtual machine capable of running Linux and Windows 2k. From 0bec4ca2f2d8b0b0b1c599302cb0135e673cef7d Mon Sep 17 00:00:00 2001 From: Shreyam Maity Date: Fri, 27 May 2022 05:42:47 +0000 Subject: [PATCH 2/3] added flutter flow --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1febadf5..74bba4f9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Table of Contents * [Payment and Billing Integration](#payment-and-billing-integration) * [Privacy Management](#privacy-management) * [Screenshot APIs](#screenshot-apis) - * [Flutter & Building IOS without Mac](#flutter) + * [Flutter Related and Building IOS Apps without Mac](#flutter-related-and-building-ios-apps-without-mac) * [Search](#search) * [Security and PKI](#security-and-pki) * [Source Code Repos](#source-code-repos) @@ -1547,9 +1547,12 @@ Table of Contents **[⬆ back to top](#table-of-contents)** -## Fltter Related & Building IOS Apps without Mac - *[FlutLab](https://flutlab.io/) - FlutLab is a modern Flutter online IDE and the best place to create, debug, and build cross-platform projects. Build iOS (Without Mac) and Android apps with Flutter. - *[CodeMagic](https://codemagic.io/) - Codemagic is a fully hosted and managed CI/CD for mobile apps. You can build, test, deploy with a GUI based CI/CD tool. +## Flutter Related and Building IOS Apps without Mac + * [FlutLab](https://flutlab.io/) - FlutLab is a modern Flutter online IDE and the best place to create, debug, and build cross-platform projects. Build iOS (Without Mac) and Android apps with Flutter. + * [CodeMagic](https://codemagic.io/) - Codemagic is a fully hosted and managed CI/CD for mobile apps. You can build, test, deploy with a GUI based CI/CD tool. Free tier offers 500 free minutes/month, and Mac Mini instance with 2.3Ghz and 8gb of RAM. + * [FlutterFlow](https://flutterflow.io/) - FlutterFlow is a browser-based drag-and-drop interface to build mobile app using flutter. + +**[⬆ back to top](#table-of-contents)** ## Browser based hardware emulation written in Javascript From 5d35552ce1b845abde1b024fa24c98a3695f073c Mon Sep 17 00:00:00 2001 From: Shreyam Maity Date: Fri, 27 May 2022 08:08:23 +0000 Subject: [PATCH 3/3] space added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74bba4f9..5d927d3b 100644 --- a/README.md +++ b/README.md @@ -1548,6 +1548,7 @@ Table of Contents **[⬆ back to top](#table-of-contents)** ## Flutter Related and Building IOS Apps without Mac + * [FlutLab](https://flutlab.io/) - FlutLab is a modern Flutter online IDE and the best place to create, debug, and build cross-platform projects. Build iOS (Without Mac) and Android apps with Flutter. * [CodeMagic](https://codemagic.io/) - Codemagic is a fully hosted and managed CI/CD for mobile apps. You can build, test, deploy with a GUI based CI/CD tool. Free tier offers 500 free minutes/month, and Mac Mini instance with 2.3Ghz and 8gb of RAM. * [FlutterFlow](https://flutterflow.io/) - FlutterFlow is a browser-based drag-and-drop interface to build mobile app using flutter.