• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "apps". Back to normal view
    1. Anyone here using Flutter?

      In the rare chance you haven't heard of Flutter, here's the link: https://flutter.io Flutter just officially left beta with v1.0 December 4, last year. The code is written in Dart, and deploys on...

      In the rare chance you haven't heard of Flutter, here's the link: https://flutter.io

      Flutter just officially left beta with v1.0 December 4, last year. The code is written in Dart, and deploys on Android, and iOS (and will run natively on the rumored Fuchsia OS).

      So for those of you that have used Flutter or are currently using Flutter.

      • What are you working on?
      • Why'd you choose Flutter?
      • What do you like about Flutter?
      • And what do you dislike about Flutter?

       

      I'll start:

      I'm working on a niche art app. I myself do not do that type of art, but knowing people that do, I wanted to create a tool to fill in the lackluckster market for Chromebooks and Android.
      I chose Flutter because:

      • I wanted to try something new, and what newer than something that was (at the time) in beta?
      • Custom Views in Android are a hassle.
      • I will be able to release on both Android and iOS (semi-)natively without having to code it twice.

      Here's what I like about Flutter:

      • Layouts are really simple.
        (though you can easily let it get clustered if you don't think too much about it.)
      • Design isn't an afterthought.
        Animations are built in (and simple), themes aren't hard-coded, and Material Components get more attention here. (Still waiting for Shapes on Android)
      • It's fast by design.
        Flutter uses its own custom rendering engine (Skia). I've never experienced any stutter with the built-in components, and when I caused lag (with heavy I/O) Flutter/Dart had tools in place for me to narrow down exactly what was causing it.

      What I don't like about Flutter:

      • It has poor mouse/trackpad support.
        Right clicks, not a thing. I can workaround this with a double-click/long-click, but for a desktop OS, this isn't optimal. Scrolling, that's panning, this should be differentiated. There's a difference between using a scrollwheel and moving finger around on the screen. According to Flutter there is not. There's also currently no support for mouse hovers which I have needed very much.
        There is a pull-request for adding support for all of these, but the developer hasn't done anything since code review.
      • Keyboard support, while there, is lackluster.
        Ctrl, Shift, Alt. These have to be gotten with the meta code. There's no built-in function for checking those. Text fields don't support the tab key to navigate. And text formatting (bold, italic, etc.) isn't possible with text fields without the use of a library (or making it yourself).

      I was trying to think of a third dislike, but I can't. My complaints are on missing APIs for Chromebooks. That's it. I really like Flutter, I plan on using it more, and if they won't add support for mouse/keyboard, maybe I'll have to contribute.

      I'd love to hear what your thoughts about it is.

      12 votes
    2. What if app stores were federated?

      I've been thinking a lot lately about the future of software and where native apps and the web will reconcile and I had the idea that what if "the next OS" had a OSS federated app store that...

      I've been thinking a lot lately about the future of software and where native apps and the web will reconcile and I had the idea that what if "the next OS" had a OSS federated app store that people and organizations could host themselves, but the system still used the app store model that pull app/program listings from all the installations online? This could apply to mobile or desktop computing, or even any of the other platforms (see windows store system compatibility).

      11 votes
    3. Making an apk that just links to a Hermit Lite app

      I've been using the Hermit app for Android to make a lite app for Tildes. It's awesome. Just one main problem. Because of some Android limitation shortcuts aren't allowed to be put in the app...

      I've been using the Hermit app for Android to make a lite app for Tildes. It's awesome. Just one main problem. Because of some Android limitation shortcuts aren't allowed to be put in the app drawer. I wanted to keep it there to make everything more organized. Does anyone know if it's possible to make an apk (so it can go in the app drawer) that will just link to my Tildes lite app?

      6 votes
    4. Need advice about Tomboy notes and note apps in general

      I'm looking for some advice on what note programs people recommend. Not a basic text editor, but something capable of doing some basic categorizing, chronological sorting, that sort of thing. I've...

      I'm looking for some advice on what note programs people recommend. Not a basic text editor, but something capable of doing some basic categorizing, chronological sorting, that sort of thing. I've used Evernote most recently, but I'm becoming less and less of a fan. I don't need cloud sync necessarily, although device sync could be handy. A pleasant UI (not fettered with extraneous crap) would be nice, but aesthetic appeal takes a backseat to navigation and stability. Target OS is mostly likely going to be windows 10.

      What are you experiences with note apps, what are your favorites?


      (A bit of context for anyone interested)
      Years ago, I used tomboy notes in Ubuntu for keeping track of timesheets/daily logs. It seemed like a good program to set up for my step dad to use as well. A few years later, Tomboy notes petered out without much fanfare. I've kept his laptop running with that setup for as long as I could, but the hardware is just getting worn out (it's about 10 years old now).

      So! Time to get him an upgrade. This time around, I don't think I'm gonna set up up with Linux. He isn't really up to the task of doing his own troubleshooting in linux (i.e. when an automatic update breaks something), and I haven't even been keeping up on Linux for the past few years myself. So I'm probably going to set him up on a Windows machine.

      I should be able to export the tomboy notes database fairly easy, but it would be a huge load off my mind if I could settle on a decent program to migrate to first.

      Thanks in advance for any input!

      11 votes
    5. Budgeting app

      I was scrolling through Instagram when I saw an ad for an AI budgeting app called Cleo I was wondering if anyone had experience with this app or has heard anything about it? I do want to start...

      I was scrolling through Instagram when I saw an ad for an AI budgeting app called Cleo

      I was wondering if anyone had experience with this app or has heard anything about it? I do want to start using budgeting assistants since I'm pretty bad fiscally.

      Does anyone use budgeting apps? If so, what would you recommend?

      10 votes
    6. What do we think of an app? (iOS and Android)

      I was wanting to look into how to make one for this website because I'd like to browse on my phone. We got a lot of tech people here. What do you think? Edit: I know it's not likely now, but I...

      I was wanting to look into how to make one for this website because I'd like to browse on my phone. We got a lot of tech people here. What do you think?

      Edit: I know it's not likely now, but I mean in the future. Is this something we could do when this turns open-source?

      21 votes
    7. Best Android Alternative to iOS Continuity

      The one good thing, imo, that iOS does is its continuity and handoff with other devices. What are the best ways you've found to emulate this on your devices? Like if I'm actively working on a...

      The one good thing, imo, that iOS does is its continuity and handoff with other devices. What are the best ways you've found to emulate this on your devices? Like if I'm actively working on a document or on web pages how can I seamlessly continue using them on my tablet/phone without having to re-open all the tabs or docs again?

      Has anyone found a better way?

      At the moment I get around this a couple ways:
      -Google drive is my primary basic filesystem on all my main computer (desktop/documents/downloads/pictures/videos folders)
      -Google Photos on all devices
      -PulseSMS for the texting
      -Google Chrome which offers a somewhat fix to webbrowsing

      But the actual feature of my devices popping up and letting me "carry on" with what I was doing exactly where I was doing it with the click of the button isn't there. Also, the Google Chrome "continuity" is simply the ability to let me go see recent tabs open on my devices and click to reopen them. If anyone knows a way to sync tabs across all my devices (desktop/laptop/phone/tablet) and make them open/close altogether that would be great.

      6 votes
    8. tildes on mobile

      hey all, if you're like me, or like most folks nowadays, you'd rather browse the web on your phone over dragging around an entire desk, tower, and monitor everywhere (that's the other alternative...

      hey all,

      if you're like me, or like most folks nowadays, you'd rather browse the web on your phone over dragging around an entire desk, tower, and monitor everywhere (that's the other alternative right???). but!! tildes doesn't have a mobile app, and probably won't until APIs happen and some kind soul builds a third party one.

      tildes, if you haven't noticed, is pretty minimal and runs like greased lightning on mobile browsers. but if you go that route you don't get full screen or home screen shortcuts or any of that stuff!

      this is where i tried using Hermit to decent results. it's basically a wrapper for webpages that turns it into more of an app-like experience. if tildes ever adds RSS feeds for comment notifications, it'll support that too. unfortunately it's only on android but i'm sure iOS has something similar.

      maybe one day tildes will be a PWA and we won't have to worry about any of that! but for now, I think hermit works nicely. hopefully it helps someone else too!

      are you doing something else that works just as well? better? on iOS? please share!

      34 votes