Merge pull request #2453 from ShreyamMaity/master

Added Topic :  Flutter Related and Building IOS Apps without Mac
This commit is contained in:
R.I.Pienaar 2022-05-27 10:32:15 +02:00 committed by GitHub
commit fb60a7a2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ Table of Contents
* [Payment and Billing Integration](#payment-and-billing-integration) * [Payment and Billing Integration](#payment-and-billing-integration)
* [Privacy Management](#privacy-management) * [Privacy Management](#privacy-management)
* [Screenshot APIs](#screenshot-apis) * [Screenshot APIs](#screenshot-apis)
* [Flutter Related and Building IOS Apps without Mac](#flutter-related-and-building-ios-apps-without-mac)
* [Search](#search) * [Search](#search)
* [Security and PKI](#security-and-pki) * [Security and PKI](#security-and-pki)
* [Source Code Repos](#source-code-repos) * [Source Code Repos](#source-code-repos)
@ -1546,6 +1547,14 @@ Table of Contents
**[⬆ back to top](#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.
**[⬆ back to top](#table-of-contents)**
## Browser based hardware emulation written in Javascript ## 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. * [JsLinux](https://bellard.org/jslinux) — a really fast x86 virtual machine capable of running Linux and Windows 2k.