GithubHelp home page GithubHelp logo

Comments (11)

sidevesh avatar sidevesh commented on June 12, 2024 3

Smartwatches seem to me like the most ideal form factor for an 01 app,
you can have the same press a button speak and then hear a response experience on a device that you already have literally strapped on your wrists at all time.

Flutter does have some unofficial support for Wear OS, no support for Apple Watch though,
I think a native app for these devices would make more sense anyways to be as efficient as possible as well as access to all the APIs unique to these devices,

@tyfiero @KillianLucas @MikeBirdTech I will be looking into building a Wear OS app and would love to upstream it if y'all think it makes sense for the project.

from 01.

tyfiero avatar tyfiero commented on June 12, 2024 3

I am open to a cross-platform flutter app for 01 if someone in the community wants to help build it. I have no experience with Flutter or Dart, nor does anyone on the core team, so we won't be able to support its development from a technical standpoint.

But again, I'd love to see an 01 flutter app built by the community if anyone is interested in building one!

from 01.

mysticaltech avatar mysticaltech commented on June 12, 2024 2

Flutter would definitely be ideal. The client needs to be a wrapper to the python one, but it's completely doable, something like this would help: https://github.com/IVLIVS-III/dart_python_ffi

from 01.

n7trd avatar n7trd commented on June 12, 2024 2

If the aim is to create UIs/Apps that can be deployed across various types of screens, Flutter is an excellent choice to consider. While some may argue in favor of React Native for mobile devices, Flutter has distinct advantages when it comes to desktop platforms.

However, where Flutter truly stands out is in its ability to create custom user interfaces for devices that lack a default UI framework. For instance, you could use Flutter to build a tailor-made interface for a RPi or any other device you can think of. https://www.youtube.com/watch?v=_61l_DJpChU

from 01.

Bratzmeister avatar Bratzmeister commented on June 12, 2024 2

yeah you guys put it in great words :) I had just seen that @tyfiero @KillianLucas @MikeBirdTech are working on a react native app but since there is no UI for desktop, why not make one consistent app for all platforms and screens. PS: flutter can also compile to JS for using it in a browser

from 01.

rrrodzilla avatar rrrodzilla commented on June 12, 2024 1

I pretty much bring nothing to this table. So, I'll just play devil's advocate, given the strong support for Flutter in this discussion. Flutter does seem like the best option unless the target platforms need features that require custom platform channels. In that case, you'd need to write custom native code for each platform, complicating the architecture and undermining Flutter's advantage of a single codebase.

Also, I'm unsure about the project's guiding principles, but if making it accessible to developers is important, requiring them to learn Flutter and Dart could deter many, potentially excluding a significant portion of the developer community.

In this situation, initially adopting Kivy's markup and Python approach could better serve community growth, allowing for a gradual introduction to more advanced architectures for those interested.

That being said, another consideration I didn't see mentioned in this thread is any consideration for binary size given the device-based deployment targets. Both Flutter and Kivy+Python can have relatively bloated binary sizes (even with tree shaking in Flutter). Less resource consumption means lower BOM costs and more room for better user experiences on resource constrained hardware.

...my unsolicited 2 cents.

from 01.

Bratzmeister avatar Bratzmeister commented on June 12, 2024 1

don't forget we are talking about gui frontend here and it's going to be very simple. you don't actually need to learn a lot of dart for flutter and it's like any framework that you need to learn. Also the build system and dependency management is super easy and painless with dart.

from 01.

rrrodzilla avatar rrrodzilla commented on June 12, 2024 1

Well that's fair. But if it's truly that simple of a GUI and simplicity is a key driving metric, why the whole need for the Flutter SDK when a simple pip install kivy and a few lines of Python will do for a basic cross platform GUI?

Also, xcode on Mac is a hard requirement for developing deploying to MacOS desktop with Flutter. But, for example, if you're only building for the desktop, you don't need to bother with xcode to create deploy a desktop app to Mac with Kivy; it would win here as well in a simplicity scorecard.

from 01.

Bratzmeister avatar Bratzmeister commented on June 12, 2024 1

you just run binary, no installing what so ever. you also dont need xcode to develop for mac. you can develop for all platforms and generate binaries for all platforms from lets say vscode.

from 01.

mysticaltech avatar mysticaltech commented on June 12, 2024

@tyfiero @KillianLucas @MikeBirdTech IMHO, @Bratzmeister is right, react native is not the right call. You will get way more sway from Flutter. And tools like FlutterFlow can do most of the work for you, via AI, no need to bother. Compile once for all platforms, literally.

from 01.

mysticaltech avatar mysticaltech commented on June 12, 2024

Nothing comes even close to targetting so many platforms with one codebase. And that's just the official support, community packages supports all the rest like watches OS, Raspberry, etc.

Flutter is THE code once, run everywhere platform.

Screenshot from 2024-03-24 05-45-39

from 01.

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.