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

Why does it seem so difficult to get started with push notifications?
Hi everyone - sorry, but a rant is below. Just need to vent.Forgive me if I'm way off here, I am still a newbie with Flutter, which is growing on me. I'm really intrigued by how simple app making seems with Dart and the Flutter framework.Up until I wanted to implement push notifications.I Googled and found that with the firebase_messaging I could possibly be up and running with FCM in no time.Fast forward a few steps and now I have add a file to the android app directory. We'll, no biggie. At least that's easily done.Next up, changing the build.gradle file in the android directory file. Quirky, not comfortable to be working outside the Dart Lib or pubspec.yaml but I guess that's just how it is.And then... another change in a build.gradle - but now in another directory, namely android/app/Hoping that was it, next step is adding some configuration in AndroidManifest.xml.Thinking that that had to be the final stuff and then I could get back to Dart, I'm presented with the problem that background messages aren't available unless I yet again add some stuff to the build.gradle file and I also have to add a Java file (which I had to convert to Kotlin). And additionally change the AndroidManifest.xml to ensure that the new Java (or in my case Kotlin) file is loaded correctly in my project.After all this, I'm now ready to go back to Dart and Flutter in my project.At this time I haven't even looked into the iOS part yet. Compared to the Flutter experience I have with many other packages, this just felt dirty, error prone and full of caveats.Are push notifications really meant to be so difficult with Flutter?

August 10, 2020 at 08:57PM by i_dont_like_pizza
https://ift.tt/3kvUmUG
New post on /r/flutterdev subreddit:

Requesting help with codemagic and flutter to push to iOS app store
Hello all, this may not be the best sub for this question but I didn't know where else to go.I am trying to build and release my flutter app to the app store. I am using Codemagic to do so since I do not own a Mac machine. However, this is the error I run into every time I run a build on codemagic:error: Runner has conflicting provisioning settings. Runner is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor. (in target 'Runner' from project 'Runner')I've tripled checked my configurations in codemagic i.e. provided both certificates, selected release built, completed App Store Connect etc.I am frustrated at this point and any/all help will be grateful, thank you!

August 10, 2020 at 08:45PM by clueless_robot
https://ift.tt/30HglAa
New tweet from FlutterDev:

👋 We've got a great Q&A for you!#AskFlutter: Session 1 during #FlutterDay@Fitzface and @jryanio answer UI and design questions. How are we supposed to scale a Flutter website for phone and desktop? What is a BuildContext, and more...

Watch here → https://t.co/BuRzzHHcZi pic.twitter.com/mf1CwHvBNT— Flutter (@FlutterDev) August 10, 2020

August 10, 2020 at 09:00PM
http://twitter.com/FlutterDev/status/1292898516164018177
New post on Flutter Dev Google group:

How to create online store app
Online flutter store app were shopkeeper upload their products and share their store link to customers vis whatsapp or telegram . When customer click on link of store they are visited to website were they see all products of store purchase as they like and shopkeeper gets alert about order and

August 10, 2020 at 09:35PM by Rakesh
https://ift.tt/30KF7iR
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M48.1 Release
We fixed two issues: - Running tests with directory scope was failing because they start paused and do not get un-paused. - Android Studio canary support is back! This fixes https://ift.tt/3kHaV0e

August 10, 2020 at 11:07PM by Steve Messick
https://ift.tt/2DCRDIs
New post on /r/flutterdev subreddit:

META: Why are help requests removed with extreme prejudice while tutorial videos covering the same basics over and over again are not?
These tutorial videos are almost all self-promotion and most don't cover anything more advanced than basic state management in a TODOs app. Why are they allowed but questions, even advanced questions, are not?

August 11, 2020 at 01:45AM by inhumantsar
https://ift.tt/3inTjEo
New post on /r/flutterdev subreddit:

Is the Flutter-WebRTC package capable of circumnavigating firewalls?
For non-LAN video/audio calling and streaming, will the Flutter-WebRTC package be able to secure a connection. Is this functionality built in, or do I have to implement it myself?

August 11, 2020 at 05:12AM by SiezureAugustus
https://ift.tt/33IRZYV
New post on Flutter Dev Google group:

About Text Field
Text Field hidden by textKeyboard in bottem navbar How to solved this problem please tell me this answer

August 11, 2020 at 07:27AM by dineshkumar khileri
https://ift.tt/2F4rsL8
New post on /r/flutterdev subreddit:

Would JavaScript get so popular if its community in 2000's dealt with jQuery with the same disdain that the today's Flutter Community approaches GetX?
Not a fact, not an affirmation, just a reflection. I would like to read some opinions about my impressions.People were skeptical about jQuery. People said it was bloated, it was a bad practice. A unique library shouldn't be supposed to do so many things with no correlation, like manipulating DOM and making AJAX requests. Just one library file couldn't be larger than all your HTML and CSS.But it solved a problem at that moment. People could write less code and it should work in all browsers, even in old and tricky Internet Explorer versions.I started using jQuery about 2007. Now come up to my mind that there was a very similar atmosphere among the JS community at that time than I see among the Flutter community nowadays about GetX.But, could tools like jQuery - and now GetX - even though not being a consensus in technical aspects, but being friendly enough to engage new developers, be a good way to leverage the adoption of some technology, given its simplicity to get things done easily?

August 11, 2020 at 08:40AM by carnevalli
https://ift.tt/3ad269s
New post on /r/flutterdev subreddit:

How to add a Flutter screen to an existing Android app?
Since the official Flutter instructions are quite modest, I thought you may find it interesting to read more about the process. In this tutorial, you’ll find screenshots, short video recordings, gists and the whole GitHub repository of this sample Flutter/Android project to make the whole process more understandable. Maybe you have some Flutter tricks to share? Much appreciated.

August 11, 2020 at 09:19AM by placek3000
https://ift.tt/2DOJH6X
New post on Flutter Dev Google group:

How to cast screen from flutter application?
I am working on flutter app where I playing live videos. Now I want to cast my device screen using Roku, FireTv, Chromecast and Airplay. I want to know is it possible cast screen using these technologies? I used cast
New post on /r/flutterdev subreddit:

My first flutter package: list_tile_switch. Combining a ListTile with a desired switch widget(Cupertino, Material or Custom) and some other custom configurations.
https://ift.tt/2Y4Jvb1

August 11, 2020 at 09:39AM by f1r4tc
https://ift.tt/2Dx2jbS
New post on /r/flutterdev subreddit:

App Feedback Thread - August 11, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

August 11, 2020 at 02:33PM by AutoModerator
https://ift.tt/3fKqUHa
New post on /r/flutterdev subreddit:

A simple GRE Vocabulary learning app using flutter
Barron's 1000 word list compiled into a daily wordlist which can be easily customised by the user.
The user can just enter the number of words to learn daily and then the app customises and gives random words to learn daily.SWIPE LEFT to learn again.
SWIPE RIGHT to finish the learning of the word.Click the top right icon to learn the words again which are left swiped.That's it !!!(My first app on playstore)

August 11, 2020 at 02:30PM by shreyas1718
https://ift.tt/2DxqkQ1
New post on Flutter Dev Google group:

Is there onStop callback in Flutter TextField?
I want to show suggestions when user stops typing search keyword but before submit, now I see Textfield has onEdittingComplete which needs user to hit keyboard actions and onChange which executes at every character change and these are not good since suggestions need to display before user closes

August 11, 2020 at 03:27PM by Abdullahi Abdi
https://ift.tt/3iuxVgR