Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
πŸ“’πŸ“’ See all of the presentations from Flutter Heroes 2022! πŸ–₯

The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
πŸ‘4
New post on /r/flutterdev subreddit:

List of web apps built with Flutter

I googled for a list of web apps built with Flutter but the results are mostly mobile apps. Hence, I would appreciate it if you contributed with a link where we can find web apps built on flutter, or simply web apps that you are personally aware of. ​ thanks submitted by /u/danieldd_ ... https://www.reddit.com/r/FlutterDev/comments/voxj4x/list_of_web_apps_built_with_flutter/
πŸ‘3
New post on /r/flutterdev subreddit:

Adding a ScrollController to ListView in PageView makes the headers persistent in NestedScrollView

I have a NestedScrollView with a Container in the header and PageView as its body. The PageView has 2 children ( a ListView and an empty Container). When I don't supply a ScrollController to the ListView, the scrolling works just fine. But when I add a ScrollController to the ListView the... https://www.reddit.com/r/FlutterDev/comments/vpqxqr/adding_a_scrollcontroller_to_listview_in_pageview/
πŸ‘1
New post on /r/flutterdev subreddit:

Success running full Flutter iOS and Android CI/CD within docker-osx container?

I'm currently working through piecing together and setting up a full CI/CD solution for Flutter iOS and Android development using the Docker-OSX container and Fastlane. I'm curious whether anybody has already had previous success with this or not? If I can get it to work I may write up a... https://www.reddit.com/r/FlutterDev/comments/vrn3d3/success_running_full_flutter_ios_and_android_cicd/
πŸ‘1
New post on /r/flutterdev subreddit:

For an App with many features of Uber/Bolt/etc, what advantages does Flutter has over ReactNative?

My team uses Angular for Web Development and we want to build an App. We don't have experience in Dart but if the advantages of Flutter overweigh, we would learn it. If you know disadvantages, please also comment. Would appreciate any help! submitted by /u/hailratner link comments https://www.reddit.com/r/FlutterDev/comments/vry52i/for_an_app_with_many_features_of_uberboltetc_what/
πŸ“’πŸ“’ See all of the presentations from Flutter Heroes 2022! πŸ–₯

The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.

https://youtube.com/channel/UCHbZnzJKKV358IEhrZCj5bg
πŸ‘4
New post on /r/flutterdev subreddit:

The RotatedBox Widget in Flutter.

submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/vtizkm/the_rotatedbox_widget_in_flutter/
New post on /r/flutterdev subreddit:

For those who Work for a company as Flutter dev

Any advice for someone who is looking for transitioning from Android to Flutter? I been studying and making small apps for about 2 weeks. I think my pillars are the basic Widget usage, proper project architecting using Clean Arch (minus Use Case layer, directly consuming from the repo), BLOC... https://www.reddit.com/r/FlutterDev/comments/vu3wsb/for_those_who_work_for_a_company_as_flutter_dev/
πŸ‘1
New post on /r/flutterdev subreddit:

FlutterJsonToDart - a IntelliJ IDEA/Android Studio plugin

The plugin can help you generate dart model needed for json_serializable from a JSON data and add json_serializable dependencies and run the flutter pub run build_runner build -delete-conflicting-outputs command. how to use Launch the IDE and open plugin settings Search for "FlutterJsonToDart"... https://www.reddit.com/r/FlutterDev/comments/vu9i29/flutterjsontodart_a_intellij_ideaandroid_studio/