Our great sponsors
-
Just walked this great talk by Kasper Lund on Dart2JS, and I see the dart2js compiler source code. Where is the source code for translating to Swift (for MacOS or iOS) or Kotlin (for Android) or C perhaps (for "native" like Linux perhaps)?
-
I see https://github.com/dart-native/dart_native, but it looks small and references flutter. Flutter's source code leads to ./packages/flutter_tools/lib/src/ios/mac.dart, but I'm not sure I'm seeing the compiler to generate what I would think would be Swift code.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
dart_native
Write iOS&macOS&Android Code using Dart. This package liberates you from redundant glue code and low performance of Flutter Channel.
I see https://github.com/dart-native/dart_native, but it looks small and references flutter. Flutter's source code leads to ./packages/flutter_tools/lib/src/ios/mac.dart, but I'm not sure I'm seeing the compiler to generate what I would think would be Swift code.
Related posts
- Which is most easiest Language?
- Java idle games
- Introducing Flutter 3
- Flutter Stacked X Appwrite authentication
- Will Flutter ever be suitable for simple static sites with some nice animations? I want to revive my old Weebly site, including a Linktree-like landing page for social media. If not, is there a way I can use Dart + HTML/CSS only, and have it compile to JavaScript (like TypeScript does)?