26
3

This edition covers Flutter performance tips, parallel API calls, the power of the late keyword, hook widgets for state management, and various Flutter-related videos and packages.

27
11
submitted 11 months ago by Rexios@lemm.ee to c/flutter@programming.dev

Disclaimer: I made this

I've been wanting a way to create type-safe Firebase rules for a while, so I made this package to let you do just that. I've used it for several of my projects now, and it's so much nicer than raw-dogging the rules syntax with no autocomplete. I was able to write rules from scratch without referencing the documentation once, and they deployed first try without any errors. I'm always hungry for feedback on my work, so please feel free to comment any feedback or suggestions.

28
-1

@flutter Hi there fellow flutter dev recently I have developed an simple game on flutter below I have provided the link for the app please support the work if there's any suggestions please tell me.
Play Store Link - https://play.google.com/store/apps/details?id=com.bkapps.taptap

29
6

There were many sessions at FlutterCon in Berlin and they’re now available to watch online.

30
8

A few days ago I had this urge of making my own music player, since I have a Subsonic capable server (ampache) to host and serve music. I've been using DSub, which has a lot of features that I don't use, but works very very well. Alas it isn't "up to date" in terms of design.

So I made my own, heavily inspired by Android 13, Material 3 enabled, has dynamic colors / system theme fallback (a small thing that goes a long way, I didn't want to make an half baked customisation screen, since Android already has one why not use it?)

This was my very first Flutter and Dart experience, and I must say it was very enjoyable! The docs are awesome, there are a lot of plugins to choose from, hot reloading... I know now that I needed that feature, it's a must have to iterate quickly! I might have reduce the amount of time I slept the past few days but it was very well worth it.

Here is demo video https://imgur.com/a/SwOxcij (it has changed a bit since then, mostly on boarders/padding, by a few pixels at most but still relevant ; more up to date pictures on the readme of the github repo)!

https://github.com/SuperFola/FlSub (the code might not be perfect, but I did my best as a backend developper)

31
5
32
1

Did anyone achieve animations while reordering lists in Flutter? (With grid or list view) Like Android's native Recycler View behaviour.

When you reorder the list items animate to new positions. With ListView.builder they just update with no animations.

Is this possible with AnimatedList?

33
4

This looks super-cool, maybe could be useful to some :)

34
3

Hey guys, very new to flutter and have been learning in order to start making pull requests on Github. However its been a while since ive used a non-R programming language so I might be a bit rusty with some concepts.

For reference, the repo i want to help out is Thunder

What im trying to do is cause a page to scroll to the top, when the user presses the bottom navigation bar button for that page.

So it goes PageView, CommunityPage, then PostCardList, which is a class containing a ListView showing the cards and whatever else.

I get that I need to pass one of the scrollControllers up to the main PageView level, and then use the BottomNavigationBar onTap (index) function to call an animateTo on it. But i dont know where, or how i pass the scrollcontroller up a level. When i know how, do i just pass it from the PostCardList class, to the CommunityPage class, to the PageView-level class? Or is there some better way??

Sorry for such a low level question but ive been learning this for like 2 or 3 days and have no experience whatsoever hahaha

Thanks!

35
1

Recently started testing different frameworks to build small standalone apps to help manage a bigger (quite large) system. Latest one I was working with was TKinter for python and it was good. Running queries and generating reports. but the UI was very outdated. Yesterday I started looking into flutter for windows desktop and been looking at available packages on pub.dev

36
4

I am just starting to learn flutter so it may be a minute before I can contribute. But if anyone here is interested here is the github link!

37
1

hello everyone, I wanted to learn flutter for more than a year now, but I never did. I think this will change soon, though. The thing is, I've been assigned to work on a Flutter project by my professor, and I have around a week before the project starts. I want to use this week to learn as much about Flutter as possible, and that way I can understand what other team members will be planning. We have two months to complete the project, so I'll be sure to learn more further down the line. I know a week is not enough to get really good at Flutter, but all I want is to be able to understand what they will plan and work accordingly.

So the question is: what is the best way to get started with Flutter? I can give around 4 to 5 hours a day of learning, and I have prior knowledge of web development, specifically React and Django. So if anyone has any suggestions, I'd be honored to hear from you guys. Thanks to you all.

38
3
39
3
submitted 1 year ago* (last edited 1 year ago) by fperson@lemmy.world to c/flutter@programming.dev

Hey folks! I hope you're having a lovely day. I created a sublemmy for Dart; feel free to join at !dartlang@lemmy.world!

Edit: Add relative link

40
2

Flutter

527 readers
3 users here now

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC

founded 1 year ago
MODERATORS