Flutter

3 readers
1 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
26
 
 

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.

27
 
 

@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

28
 
 

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

29
 
 

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)

30
31
 
 

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?

32
 
 

Where did the Flutter crowd move on to? Are they all still on Reddit or did they go to Discord?

33
 
 

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!

34
 
 

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.

35
 
 

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

36