Giter Club home page Giter Club logo

Comments (3)

timfish avatar timfish commented on June 16, 2024 3

It's also possible to write flutter plugins in Rust and I assume you could then use that on both desktop and mobile.

I've realised that it's even simpler than the above linked blog post since Dart has bindgen tools to automatically generate bindings from header files.

from nativeshell.

zicklag avatar zicklag commented on June 16, 2024 1

OK, cool. I don't think it's something worth focusing on at the moment, but if it's not an anti-goal then at least if I ever want to do that it's something I might be able to contribute.

It would be amazing to create a way to do Desktop, Mobile, and even Web if possible with the smae codebase like is mostly only accomplished using web technologies now-a-days, which is not my favorite if I can get away from it.

from nativeshell.

knopp avatar knopp commented on June 16, 2024

I think it would be possible to make a stripped down version of nativeshell for mobile which would contain things like interfacing with platform channels, so that it would be possible to write platform channel handlers in rust.

However unlike on desktop, I think that on mobile the way flutter build normally works (where xcode / android studio builds the project) actually makes sense, so the rust code would probably need to be integrated as a library to existing xcode / android projects.

This all should be doable, but it's not really on my radar right now.

from nativeshell.

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.