wiredprairie, to Flutter

I’ve had the itch to create an app that addresses a very specific hobby need I have.

While it definitely could be a PWA app — I’ve got zero interest in paying for hosting, domains, etc.

I own only an iPhone and iPad, but I’ve decided to use . My initial impression is that it and borrow heavily from other popular programming languages and app platforms. I don’t mind that at all. It feels familiar and fresh. , , , ,

wiredprairie,

@ctietze Yep -- it's nice being able to run the Android emulator locally on my desktop.

I've got a Mac laptop, I just don't use it for development much (I've got everything nicely configured and familiar on my Windows PC).

I'll switch to the Mac once the app seems "solid" enough to warrant setting up #Flutter dev there. The videos I've seen make it seem bumpy but not complex. 😀

wiredprairie,

@ctietze Three answers:

  1. I do most software development on a Windows PC
  2. I know a few folks that use Android that I think will want to use my app
  3. I like to try new things ⬅️

I did try #SwiftUI about 6 months ago and enjoyed it generally speaking.

I ran into a number of self-inflicted UX/UI designs though that were really tough to accomplish (at that time, I've not checked since) and that left a slightly less positive taste.

I'm sure I'll encounter similar with #Flutter as well. 🤓

foss_android, to foss
@foss_android@mstdn.social avatar

HopToDesk
Free for personal and commercial use.

HopToDesk is a free remote desktop tool allowing users to share their screen and allow remote control access to their computers and devices. Unlike other similar tools such as TeamViewer or AnyDesk, HopToDesk is free for both personal and business use, provides true end-to-end encryption for all peer communications, and open source.

Download: https://apt.izzysoft.de/fdroid/index/apk/com.hoptodesk.app

#FOSS #Android #OpenSource #anydesk #teamviewer #hoptodesk #remotedesktop #e2ee

foss_android,
@foss_android@mstdn.social avatar

HopToDesk
Free Remote Desktop Software For Personal and Business use.

Features:

  • Screen Share
  • Remote Control
  • Live Chat
  • File Transfer
  • Wake-On-LAN
  • 2FA

In order for a remote device to control your Android device via mouse or touch, you need to allow HopToDesk to use the "Accessibility" service, HopToDesk uses AccessibilityService API to implement Android remote control.

Download: https://www.hoptodesk.com/

filiph, to Flutter
@filiph@mastodon.social avatar

Hixie (one of the original founders of Flutter, and one of my favorite people at the company) just left Google.

He wrote a thoughtful blog about the decline of Google's values over the years, and I recommend that everyone reads it: http://ln.hixie.ch/?start=1700627373&count=1.

As some of you know, I left Google in 2021, during the pandemic. I felt some of what Hixie is describing, but I guess things went downhill from there. I guess that, if I didn't quit for family/life reasons, I'd be quitting now.

#Flutter

filiph,
@filiph@mastodon.social avatar

Here's a lot more of my thoughts on the topic of Hixie leaving Google, and Google's cultural change, in video form: https://www.youtube.com/watch?v=UXRj4cFwQrA

#Flutter #Google

foss_android, to foss
@foss_android@mstdn.social avatar

Ricochlime
Satisfying slime shooter

Ricochlime is a game where you attack the advancing slimes with your ricocheting projectiles. The game is made with the Flame game engine and Flutter.

Download: https://www.f-droid.org/packages/com.adilhanney.ricochlime/

Web App: https://ricochlime.adil.hanney.org/

Decad3nce, to Flutter
@Decad3nce@mastodon.social avatar

#Flutter 3.16.0 is a very nice release.

Android is buttery. Need to try impeller for Android.

kleak, to Flutter

If you are looking for a #flutter or #dart dev I will be available starting in February.
Don't hesitate to share, it costs nothing 🙏

filiph, to Flutter
@filiph@mastodon.social avatar

Lots of my open source work just went live at once:

I especially enjoyed making these little accompanying illustrations.

#Flutter #docs #gamedev

allansrc, to Flutter Portuguese

I’m Making a talk about building apps for embedded devices. And something like “with a custom environment”. Here it is the workstation 💙
#flutter #dart

rml, (edited ) to Flutter

Theres a new, minimal, cross-platform native app framework called #Fyne for Go that is pretty impressive and something I think most of my mutuals will be interested in. It solves a lot of the same problems as #Flutter, allowing you to write native apps for mobile and desktop seamlessly, while being much more lightweight and using a language that is well designed and nice to use. And it's not GTK based, it implements its own renderer. They are creating their own desktop, which has a very similar look & feel to #xfce, and the vibe of the project overall seems to be shooting to cover much of the same needs as GNOME but much more minimal and emphasizing no-nonsense mobile & desktop development.

Not many offerings check all those boxes, and those that do tend to be on the McDonalds end of the software spectrum.

https://www.youtube.com/watch?v=0eLqoWZjtDQ
#gui #golang #gnome #gtk #linux

hankg, to Flutter

Update on the whole Flutter Plugin not working with the latest IntelliJ 2023.3 that was released on December 2nd. As of yesterday afternoon the Flutter Plugin is again working. Not a moment too soon either, I needed all my Flutter tools again so had to find a 2023.2 install that morning only to find the update pushed out a few hours later :).

flutterexp, to Flutter

I wanted to thank all of you for your current support. My latest videos perform quite well and are always viewed a lot and get a lot of likes!

That really motivates and support my channel <3

The last video got even the highest view duration my channel ever saw!

#Flutter #YouTube #thanks #video #tutorials #ThankYou

hankg, to Flutter

I've been experimenting with Riverpod a lot the last couple weeks and am now ready to try it in a greenfield project I've been meaning to write for some time. In lieu of a good design patterns/best practices book (if one exists I haven't found it anyway) I've been doing as best homework I can with finding videos/blog posts and little side experiments. One thing I discovered earlier this week was nested providers which I was thinking I may want to use to replace another idiom I had been using of having a provider that takes an item ID. Based on this presentation by @randalschwartz it sounds like that is not the way to go. In the video he does show how to do various scoping, both literal scope and logical scope, of providers in Riverpod.
The Riverpod "Global" Myth

hankg,

@cliftonlabrum When I first started Flutter and couldn't get my head wrapped around state management Riverpod was the new hotness and I just couldn't get there. I did get my head wrapped around Provider. When I wrote this post series to show how flexible Dart and Flutter were for deployment targets I had no choice but to use something other than Provider since there were non-Flutter implementations. I decided to give Riverpod a second try and really liked it.

I was just saying yesterday that Flutter's agnosticism on things like state management is a double edged sword. It drastically increases the learning curve for less than trivial apps but it's nice having the flexibility once you get used to it.
Dart Snake Project Part 1: Showing Off Dart (And Learning New Things)

mikey, to Flutter
@mikey@neovibe.app avatar

The best part of #flutter dev... the app runs in the browser too lol. Not sure if I'll release a browser based version.. but at least it's great for testing.

mikey, to Flutter
@mikey@neovibe.app avatar

It took me far too long to learn there's a Spacer() widget in #flutter

maurovanetti, to Flutter Italian
@maurovanetti@livellosegreto.it avatar

Baco davvero scemo. Magari risparmio un inciampo a qualcuno ricordando che https://dartpad.dev/?id=9e31e232cfc366356e98d8d51a5b0427

rml, to Flutter

The world if used instead of

foss_android, to foss
@foss_android@mstdn.social avatar

Blazedcloud
Minimal & Open sourced Cloud Storage

BlazedCloud is a user-friendly cloud storage app that emphasizes simplicity, transparency, and security. Utilizing AES-256 encryption, it ensures the protection of your files. Notably, the service offers a generous 5 GB free tier and operates on a pricing model of $10 per month per terabyte.

Download: https://www.f-droid.org/packages/com.chancesoftwarellc.blazedcloud/

#FOSS #Android #OpenSource #Security #Flutter #Cloud #oss #Privacy #pocketbase

linuxandyarn, to firefox

The buffer overflow bug that caused all the major browsers to issue patches earlier this week (e.g. 117.0.1) also affects applications built with Electron. issued an update today for their Mac build.

The CVE affects the underlying webp library, not just web browsers, so this will be an ongoing issue.

"Who uses ?
"There are a lot of applications that use libwebp to render WebP images, I already mentioned a few of them, but some of the others that I know include: (the design software), , Inkscape [not according to Martin Owens, see comment below], , , (now patched), , and many, many applications as well as cross-platform apps built with ."

https://stackdiary.com/critical-vulnerability-in-webp-codec-cve-2023-4863/

beelzenef, to Flutter Spanish

¿Se acuerdan que hace no mucho estuve en los estudios de DotTech? ¡Pues resulta que grabamos un vídeo!

Aquí podrás encontrar información para dar tus primeros pasos en #Flutter ¡y a volar en desarrollo crossplatform!

#programming #code

https://youtu.be/M8JeFs80ha8

flutterexp, to Flutter

I still did not give up the hope that the community will migrate to

AstraKernel, to Flutter

✨ Flutter/Dart <-> Rust, feature-rich, but seamless and simple

👉 Rust code (possibly with unencodable types, closure, &mut, async, etc), and call it from Flutter as if it is normal Dart(Flutter) code

https://github.com/fzyzcjy/flutter_rust_bridge

hankg, to Flutter

Speaking of IntelliJ updates, I do hate when the Flutter or Dart Plugins are broken right after a release...like they apparently are today. I often wonder if it is an overly stringent version check or a legitimate problem. Thankfully today I can just get by on CLI and using IntelliJ just for the editor.

hankg, to retrocomputing

Doing Flutter coding with a recording of a presentation on an Apple II project given on an Apple II at the conference. Thanks to modern VGA/HDMI adapters that can plug into the video port of the Apple //c that was actually feasible apparently. Talk about a range of performance requirements :) #RetroComputing #Apple2Forever #flutter

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines