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

Do Flutter jobs/projects use BLoC pattern?
I have a typescript/react native background. Lately I'm learning a lot about Functional Reactive Programming, streams etc. and I found that Cycle.js invented a really nice architecture on FRP basics (since 2014-2015). My problem is even it has 9.6k github stars, I can't find a single company using it. They are completely stucked with React+Redux, which is clearly inferior as an architecture.I think BLoC is quite similar to Cycle.js (at least the basic parts) an I am wondering:what percentage of Flutter projects use the BLoC pattern as the main architectural pattern?is Google aware of its importance? So maybe it will be not just a pattern later but also an architecture/framework like Cycle.js is in the javascript/typescript world?I really want to use Reactive Programming in my daily job and I'd migrate to Flutter if I could get a job here where people are bright so they realize the importance of BLoC and FRP.

April 20, 2020 at 11:22AM by pezo1919
https://ift.tt/3bsn2ZW
New post on Flutter Dev Google group:

Not loading data when navigating from home to secondscreen()
I am having issue of loading data. When I am navigating from the home page to other screen I am not able to get the data from stream builder. but when I switch the bottom tabs it loads the data.

April 20, 2020 at 01:02PM by mahantappa b k
https://ift.tt/3bjJBQq
New post on /r/flutterdev subreddit:

Flutter_bloc multi-step Input/Create Screens
I would like to create a App/Flow similar to this.DesignI have the pages and the style. I can get the List of movements from the Firebase-Server and a basic understanding of bloc. But I'm currently stuck. I don't know how to split the logic.I think the states on create would be:Init -> getSelectedDate() from the calendar which opened the wizardFirstScreen -> Set the name of the Workout and the active TypeSecondScreen -> add selected MovementThirdScreen -> add Sets and RepsLastScreen -> See all and add a note -> save to firebase​Is this right? Should I use something other? Did I miss something?Thank you:)

April 20, 2020 at 03:19PM by scopexx
https://ift.tt/3eDuuTR
New post on /r/flutterdev subreddit:

linked_scroll_controller v0.1.2 - Scroll multiple widgets together, in sync!
https://ift.tt/2VqFtZz

April 20, 2020 at 04:43PM by Codelessly
https://ift.tt/3eyZqER
New post on /r/flutterdev subreddit:

Flutter: How to store model data to json to shared preferences?
I have:CarModel car = _cars[index];i want to store car in json format to store it internally to retrieve later (preferably in shared prefs).I want to retrieve it somehow like:List<CarModel> _cars = jsonDecode(retrievedJsonData);print(_cars[0].carColor);

April 20, 2020 at 04:32PM by gamerkid05
https://ift.tt/2XLrn6y
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter Week 35 - Articles, tutorials, tools, videos and much more
https://ift.tt/3eLAYQW

April 20, 2020 at 03:57PM by vensign
https://ift.tt/2VnV2B6
New post on /r/flutterdev subreddit:

What's the deal with Flutter and r/mAndroidDev?
It's getting difficult to tell whether people love Flutter, hate it, or both (??) on r/mAndroidDev. If they love it, I understand.But if they're hating on Flutter, why is it so much? Also, why do so many (not all) Native Android Devs dislike Flutter? See this post as an example

April 20, 2020 at 03:55PM by DuePresentation3
https://ift.tt/3cCrC8d
New post on Flutter Dev Google group:

Document scanning in flutter
Is there any package or something like widget used for document scanning in flutter Thanks in advance

April 20, 2020 at 05:01PM by Selçuk AYDIN
https://ift.tt/3eAV14d
New post on Flutter Dev Google group:

Why Flutter blocked in Bangladesh region
We Are the developers from Bangladesh, we face some problem in flutter sdk download + pub update, all servers ar blocked from Bangladesh why? google don't need Flutter Developers from Bangladesh? 😷😓

April 20, 2020 at 05:09PM by Arman Khan Tonmoy
https://ift.tt/2KgLGRr
New post on /r/flutterdev subreddit:

Becoming a Google developer expert.
Hello guys , I just wanted to ask what are the steps to proceed to be a GDE. I checked the GDE websites , twitter page also Linkedin profile also other GDEs youtube.Should the GDE have a very deep knowledge in flutter & dart , or can he/she just be a famous contributor or youtuber to the community?

April 20, 2020 at 05:12PM by MeitanteiAshour
https://ift.tt/3anIBtl
New post on Flutter Dev Google group:

Flutter Github Action Error
I tried setting up a github action workflow file to perform some operations on pull request - build the debug apk of the master branch and the branch making the pull request. The workflow file returns the error: *Errorevery step must define a `uses` or `run` key. * See the workflow below. Any

April 20, 2020 at 05:27PM by Abada Samuel
https://ift.tt/2yz3YdN
New post on Flutter Dev Google group:

Flutter app fails to sign in using firebase
My app is working just fine, I configured firebase exactly as per the documentation but when I try to sign is using my email or phone, the debug console output these lines: E/[EGL-ERROR](23198): __egl_platform_cancel_buffers:644: > surface->num_buffers(4) > D/Surface (23198): Surface::disconnect

April 20, 2020 at 05:45PM by TV1 Rwanda
https://ift.tt/34QMJkh
New post on Flutter Dev Google group:

Flutter webview plugin
I have an issue with webview flutter. I am trying to make payments with some payment platforms in flutter webview. The payment platforms do OTP verfication using another tab but the webview plugins get stuck at that point. //flutter_webview_pluginWebviewScaffold( url: "${widget.transactionUrl

April 20, 2020 at 06:10PM by Badmus Adeyinka
https://ift.tt/2XXaAh3
New post on /r/flutterdev subreddit:

API support for RTP & sip ?
Android has provided API support for "android.net.rtp" and "android.net.sip". Does flutter has the same support?

April 20, 2020 at 06:37PM by kcath
https://ift.tt/34O8KAr
New post on /r/flutterdev subreddit:

Flutter Web - Twitter sign in using Firebase Auth
Can any please help me with Twitter sign in using Firebase Auth in FLUTTER WEB. There’s a library for mobile sdk and it works fine. I want to achieve the same in Flutter Web and Firebase. Please help. Thanks

April 20, 2020 at 07:08PM by lspradeep21
https://ift.tt/34O9rtw