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

Flutter background service

I find it very difficult to implement the background service on flutter. Can someone direct me to a tutorial or package? I would like to create a stopwatch that works in the background. submitted by /u/Original-Bottle8630 link comments https://www.reddit.com/r/FlutterDev/comments/zzyuku/flutter_background_service/
New post on /r/flutterdev subreddit:

Flutter beginner roadmap

Flutter 1.State Management (Bloc / Riverpod) still choosing between this two* 2.Firebase 3.Clean Architecture & TDD This 3 above is where am I currently. I also would like to read on these topics below next 1.DDD 2.Git Can you recommend other topics to help me build my foundation with... https://www.reddit.com/r/FlutterDev/comments/1017mft/flutter_beginner_roadmap/
New post on /r/flutterdev subreddit:

Flutter Beginner

I just started learning flutter, and I’m trying to decide the package to use for state management, I need links to top apps on play store or app store that was built with getx. submitted by /u/Lexemmy link comments https://www.reddit.com/r/FlutterDev/comments/101ccbo/flutter_beginner/
New post on /r/flutterdev subreddit:

Display username/email after login in home page

Hello everyone, I would appreciate some help with the application I built. I need to display the username on the home screen after logging in. The login and registration work fine, I just don't know how to display the username after login. Registration is through Facebook, Google or... https://www.reddit.com/r/FlutterDev/comments/1020b92/display_usernameemail_after_login_in_home_page/
New post on /r/flutterdev subreddit:

CamerAwesome - Camera plugin with built in interface - 1.0.0-rc2

#flutter #CamerAwesome is now on 1.0.0-rc2 📷 Congrats to all our team members! - iOS analysis image stream - Fix camera preview size when switching sensors - Fix aspect ratio portrait for iOS - E2E tests - 1:1 aspect ratio - Preview fit can be chosen - ...And many small fixes Thanks to ... https://www.reddit.com/r/FlutterDev/comments/1029w6a/camerawesome_camera_plugin_with_built_in/
New post on /r/flutterdev subreddit:

Wasup

Hey guys, im very new to flutter,so wanted to ask competent guys some questions here. Im ok with C# and MSSQL (1+ yr learning to this day) and really want to make an app so began to search the initial place to begin with. I think my decision is flutter. Wanted to know if it’s right... https://www.reddit.com/r/FlutterDev/comments/102chkn/wasup/
New post on /r/flutterdev subreddit:

How I reverse engineering in flutter ?

I wanna say how I reverse engineering any particular feature/ functionality in any particular app, and implement in my own project. submitted by /u/Rickyy63738 link comments https://www.reddit.com/r/FlutterDev/comments/102tjy2/how_i_reverse_engineering_in_flutter/
Two outstanding hands on workshops at this year's #FlutterHeroes. Check them out, and grab your ticket - places are STRICTLY limited
https://flutterheroes.com/2023/?mtm_campaign=telegram
New post on /r/flutterdev subreddit:

Is Flutter a Gui framework?

Flutter Flutter transforms the app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase. Gui A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey... https://www.reddit.com/r/FlutterDev/comments/103mtf9/is_flutter_a_gui_framework/
New post on /r/flutterdev subreddit:

My experiencie with Flutter Web

Tried to use Flutter Web in my Web App project, but bro, this is horrible (in my experience). If you have a tip, let me know. ​ 1 - Development performance is very different in production, but very different, when the project is slow in development, it is "fast" in production; 2 - Do you... https://www.reddit.com/r/FlutterDev/comments/103zau5/my_experiencie_with_flutter_web/
New post on /r/flutterdev subreddit:

Using the reddit user URL as an Api

Hello to everyone. If you're improving your skills in api's with flutter here's an article about how you can use the typical reddit user URL to get a redditors basic information such as avatar and karma stats from the 'about.json' endpoint. Hope someone finds it useful. ... https://www.reddit.com/r/FlutterDev/comments/1043d0h/using_the_reddit_user_url_as_an_api/
New post on /r/flutterdev subreddit:

Flutter App iOS/Web - Events Near You

I created an iOS and web application to find events near you. It aggregates a few different API’s and I’d love your feedback if you find it in any way useful. iOS: https://apps.apple.com/us/app/plunge/id1592778415 Web: https://justplunge.com submitted by /u/makhalifa link ... https://www.reddit.com/r/FlutterDev/comments/104kror/flutter_app_iosweb_events_near_you/
Flutter developers are in extremely high demand; there is a lot of movement in the market. So it's more important than ever to make sure your pipeline is well stacked with genuine prospects. #FlutterHeroes23 is packed full of experienced #Flutter devs so it's a good chance for employer branding. Find out about our recruitment packages today https://flutterheroes.com/2023/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:

What do you use for analytics & logging?

Curious what everyone uses for analytics and logging in their Flutter apps. Firebase analytics seems to be the popular option based on Google searches, but wondering if anyone uses alternatives? Any Firebase alternatives you’re happy with? submitted by /u/rain2o link comments https://www.reddit.com/r/FlutterDev/comments/104uagf/what_do_you_use_for_analytics_logging/
New post on /r/flutterdev subreddit:

Has anyone tried this or have cross this type of code example, in Flutter? The animation at opening a blog post, animated heading. And a Scrollable view.

submitted by /u/Artronn link comments https://www.reddit.com/r/FlutterDev/comments/104ym7y/has_anyone_tried_this_or_have_cross_this_type_of/
New post on /r/flutterdev subreddit:

How indexing in Map

Hi dear community. I hope everyone is great. Well sorry for this silly question, but I'm wonder how I could do that. My code is : void main() {var amap = {{'Name': "Work Time",'Day': "Tuesday",'Time': "9:45",},{'Name': "Work Time",'Day': "Tuesday",'Time': "9:45",},}; print(amap);} The editor... https://www.reddit.com/r/FlutterDev/comments/105ip87/how_indexing_in_map/