Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

What is the best way to upgrade flutter version?

When I upgraded flutter version from 1.2 to 3.3, I had to fix a lot of code. So please let me know if there is any quick way to help. submitted by /u/dungphi2511 link comments https://www.reddit.com/r/FlutterDev/comments/119rd23/what_is_the_best_way_to_upgrade_flutter_version/
Joining us in Turin this week for #FlutterHeroes23? Make sure you've blocked the time to stay and enjoy the Aperitivo.. starts 18:00 and finishes, well, when the wine and delicious snacks are gone🍷🍷🍷 https://flutterheroes.com/2023/agenda/
Need more mobile security? Check out #FlutterHeroes23 partner Talsec
New post on /r/flutterdev subreddit:

Post request not working

The curl works well for this statement, "curl -X POST -H "Content-Type: application/json" -d '{"user":{"phone":"1234567890", "password":"pass12345"}}' https://space2dev.in/api/users/login/", but when it is sent from Flutter, it doesn't work. Flutter code is as below: import 'dart:convert';... https://www.reddit.com/r/FlutterDev/comments/119wfnu/post_request_not_working/
€3000 in contest prizes available! Use Livebase to design, generate and deploy your scalable and transactional (micro)services and you can be in with a chance to win CASH! https://www.livebase.com/join-a-livebase-development-contest
4Dem allows you to create SMS and email campaigns, create flows, submissions, web pages and more. Plus monitoring all statistics. Check them out. https://www.4dem.it/
Joining us at #FlutterHeroes23 this week? Here's an added bonus... as a ticket holder you receive 50% discount on entry to the superb MAUTO (linked below) for the whole event week + weekend. Go. See. Enjoy.🚗🚗🚗 https://www.museoauto.com/
New post on /r/flutterdev subreddit:

SMS app

Hello Newbie here ;). I'd like to create an app which will connect to android sms app and will send sms through this app. Is this possible in flutter or react-native? This app is only for the personal use, so I can give it full access to the phone. Is it possible? And any hint would be great... https://www.reddit.com/r/FlutterDev/comments/11aq2wc/sms_app/
New post on /r/flutterdev subreddit:

Reorderable listview help!

the element of reorderrable list view return to its original place after navigating back submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11blffn/reorderable_listview_help/
New post on /r/flutterdev subreddit:

Odd design pattern?

I'm quite new to Flutter and can make basic apps, I've been trying to analyze this code to implement it into my own app but everything seems to be spread out everywhere. Just curious whether this is a specific design pattern or not. https://github.com/mahdinazmi/Flutter-Nutrition-UI submitted ... https://www.reddit.com/r/FlutterDev/comments/11bork4/odd_design_pattern/
New post on /r/flutterdev subreddit:

React Js (Web) or Flutter (Mobile) ?

Not sure if this is appropriate to post. Just wanted to know about flutter future and job market submitted by /u/Already_taken_lol_1 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/11db75i/react_js_web_or_flutter_mobile/
New post on /r/flutterdev subreddit:

Posting a number value to an endpoint in flutter web

final response = await http.post( Uri.parse(url), body: {"id": 0, "name": "bhag"}, ); Why do i get the following error when i execute the above code in flutter web? and is there any other ways to pass number in the post body? ERROR: ChromeProxyService: Failed to evaluate expression 'place':... https://www.reddit.com/r/FlutterDev/comments/11ddo6w/posting_a_number_value_to_an_endpoint_in_flutter/
The Flutter Heroes newsletter contains info on the industry, special offers and discounts, plus event updates (video releases, call for papers etc) sign up today https://mailchef.4dem.it/app/public/fog/view/366/2p6
New post on /r/flutterdev subreddit:

i want a udemy course on flutter for free

Flutter & Dart - The Complete Guide 2023 Edition by Maximilian Schwarzmüller , Since i am a 2nd year student,i can't afford it submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11e76bs/i_want_a_udemy_course_on_flutter_for_free/
New post on /r/flutterdev subreddit:

Must I open source my app if I use ffmpeg for video editing?

Hello. I am trying to understand the licensing for using ffmpeg in my flutter app. Most of the packages for trimming video and even doing some other editing uses ffmpeg. It seems like i would need to open source or provide a copy of my source code if someone asks. But I can’t get my head... https://www.reddit.com/r/FlutterDev/comments/11ednbs/must_i_open_source_my_app_if_i_use_ffmpeg_for/