1
submitted 2 months ago by to c/flutter@programming.dev
2
3
4
5
6
7
8
submitted 5 months ago by to c/flutter@programming.dev
9
10
 
 

Hey there. I just released a plugin that helps you spawn an isolate in an Android Foreground Service. The isolate stays alive even if the main activity is killed. You can easily communicate with and reconnect to the isolate using my isolate_channel package.

11
12
 
 

I've only ever built Android/Web apps with Flutter, but I had a request to get one of my apps working on iPhone. I knew I wasn't going to have fun before I started, and I wasn't wrong. But I managed to get an Apple Developer Account, jump through the hoops for adhoc distribution profile and certificates, built an account at Codemagic and succeeded to get build to work, managed to downgrade Flutter until I could get an iOS 12.0 build to install on an iPhone6, but now it fails when it loads and I have no clue how to troubleshoot this.

If it were android, I'd have it hooked up to my dev station and run debug version to monitor, but this inscrutable chunk of plastic and glass doesn't seem to work that way. I don't have a Mac box to dev on, so I'm left with running CI builds that I pull down via Diawi to the device, but it's a black box from there.

Is there a way to do anything useful on a Linux dev station with these things?

God, if Google's "developer registration" is anything like this nightmare, I'm going to work on helping dev a Linux phone fulltime.

13
14
submitted 8 months ago by to c/flutter@programming.dev
15
Hive CE documentation site (docs.hive.isar.community)
submitted 9 months ago by to c/flutter@programming.dev
 
 

Hello again! I have finally deployed a version of the Hive documentation site updated to reflect all the changes in Hive CE. This should serve as a single source of truth for the best practices when using Hive CE, as well as a more accessible getting started guide for developers unfamiliar with the original Hive package.

Please have a look and let me know what you think!

16
 
 

After many months of work, it is finally here! You can now use the Hive CE Inspector DevTools extension to quickly view the contents of any Hive box open in your application with live updates.

See a video of the inspector in action here: https://github.com/IO-Design-Team/hive_ce/issues/52#issuecomment-3300976432

The inspector builds upon previous work by automatically reading the Hive schema (hive_adapters.g.yaml) from your project and using it to deserialize raw box data into a human-readable format. This does mean, however, that your project must be using the GenerateAdapters annotation to generate type adapters. Data created by HiveType annotations and custom adapters will only be viewable as raw binary data.

Please try it out and let me know your thoughts!

17
18
19
 
 

I made a notes app to fit my own needs on #Linux. I used @flutter . If people would be willing to play around with it a little and give feedback, that would be great!

#flutter #notes #ubuntu

https://github.com/timappledotcom/jotdown/tree/main

20
 
 

¡Gracias también a Flutter Málaga por ser parte de #OpenSouthCode25! 💙🩵
Conecta a devs con intereses en Flutter, compartiendo experiencias, conocimiento… ¡y buen rollo! 😄
Anímate y empieza a crear apps cross-platform con @flutter 🚀

21
submitted 1 year ago* (last edited 1 year ago) by to c/flutter@programming.dev
 
 

🧩 Exploring dynamic vector image coloring in Flutter?

Part 2 of my ImageColorSwitcher series @Medium article delves into SVG handling using the flutter_svg package, demonstrating how to apply color filters and handle interactive coloring.

If you're building themeable UIs or visual editors, this might be for you.

🔗 ImageColorSwitcher in Flutter: Part 2-Vector Image Coloring
https://medium.com/gitconnected/imagecolorswitcher-in-flutter-part-2-vector-image-coloring-97509fd6a90a

@flutter @FlutterComm #MobileApps @android @thepracticaldev #android #app #ui #technology #foss

22
 
 

🖼️ Want to build dynamic color filters for images in Flutter?

In this @Medium article, I walk through raster image color manipulation using ColorFiltered, BlendMode, and custom sliders — all explained with visuals and Flutter-native logic.

Perfect for devs building interactive image apps or theme switchers.

🔗 ImageColorSwitcher in Flutter: Part 1 Raster Image Coloring --https://levelup.gitconnected.com/imagecolorswitcher-in-flutter-part-1-raster-image-coloring-90f2cd0c8788

@flutter @FlutterComm #MobileApps @android #android @thepracticaldev #ui #apps #color #technology

23
24
25
 
 

Highlights

  • Hot reload on the web (Experimental).
  • New Expansible widget that makes it easier to create widgets that expand and collapse.
  • Many Material and Cupertino additions.
  • Several accessibility improvements.
  • Progress on multi-window support.
  • Desktop thread merging.
  • New Flutter Property Editor for IDEs.

Dart update here: https://kbin.earth/m/dart@programming.dev/t/1358229

view more: next ›