Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

press phone return button, close both keyboard and page together
when press return button on phone, only keyboard closes, while i have to press return button again to let the whole page close. so when press return button, how to close both keyboard and page the same time?

June 13, 2020 at 05:49AM by che.ca...@gmail.com
https://ift.tt/30DQzx6
New post on Flutter Dev Google group:

Flutter WillPopScope
Hello, In my tabs on 3rd tabs I want to use WillPopScrop and I did this : class _ProfileState extends State
New post on /r/flutterdev subreddit:

A Flutter + SQLite Tutorial !
If you've ever wanted to use SQLite database in Flutter, here's a simple tutorial about it:https://ayusch.com/using-sqlite-in-flutter-tutorial/Happy to answer any questions in the comments section :)

June 13, 2020 at 07:29AM by ayusch
https://ift.tt/3d23Y4x
New post on Flutter Dev Google group:

Error in flutter build appbundle command after upgrading android studio to version 4.0.0
$flutter build appbundle Exception in thread "main" java.lang.RuntimeException: Base: GRADLE_USER_HOMEGRADLE is unknown at org.gradle.wrapper.PathAssembler.getBaseDir(PathAssembler.java:97) at org.gradle.wrapper.PathAssembler.getDistribution(PathAssembler.java:44) at

June 13, 2020 at 07:40AM by Pradeep Kumar Reddy Kondreddy
https://ift.tt/3cVETsg
New post on Flutter Dev Google group:

Fire function after render
Hi I have a custom Widget that I'm building and I'm look for a way to fire a function after my Widget get rendered . "NOT BEFORE NOT DURING " because I wanna use some globalKeys that I had saved during the rendering time

June 13, 2020 at 10:26AM by علي موسى
https://ift.tt/2AwfdFo
New post on /r/flutterdev subreddit:

I just finished a flutter course (taught by Angela). It was beginner - intermediate. What course should I take next to advance my learning?
your text post requires a body

June 13, 2020 at 11:42AM by jemsmakaks
https://ift.tt/2XW2YL6
New post on /r/flutterdev subreddit:

flutter_libphonenumber - The most complete libphonenumber wrapper with automatic masking and real-time formatting
https://ift.tt/3cTAmq1

June 13, 2020 at 12:20PM by bees4thees
https://ift.tt/3dZ8D8F
New post on /r/flutterdev subreddit:

Having trouble with facebook login
I have generated a hash key using keystore and saved it on facebook settings. The app runs fine when im in the android emulator but when I build and install the apk to test on my phone, error says key hash xxxxxx does not match any stored key hashes.What am I missing? How can I change the key hash to match the one I've saved on fb?I'm using the flutter_facebook_login plugin from pub dev

June 13, 2020 at 01:14PM by jommar
https://ift.tt/3hoU0xS
New post on /r/flutterdev subreddit:

Patient Simulator with Flutter and Firebase
Currently developing a mobile application for local paramedic students to practise their clinical reasoning skills using a real-time virtual Zoll X Series defibrillator with tester and student mode using Flutter and Firebase.https://github.com/snakeku/Patient-Simulator-with-Zoll-X-Defibrillator

June 13, 2020 at 01:40PM by solidSnakeku
https://ift.tt/3hpfwT3
New post on /r/flutterdev subreddit:

Learning Flutter, trying to implement Redux with Thunk action, HTTP and Navigation
Hi guysI'm very new to Flutter but I've had experience learning native Android. I quite enjoy Flutter but I'm unable to wrap my head around building the architecture for my app.I'm using Redux, Redux persist, Thunk and HTTP.So my thunk action will dispatch a loading action and will dispatch a complete action or error action.So I need to call a Login API, call a Profile API if successful. If Profile exists, go to home screen, else go to create profile screen.Currently putting the navigation at onDidChange but I quickly figured that was a really bad place to put it.I would like some advice on this. This issue has been gnawing at me. Thank you. And sorry for the mobile format.

June 13, 2020 at 02:05PM by darkfoxdx
https://ift.tt/30Dvnr9
New post on /r/flutterdev subreddit:

Is there a way to make any selected child of a Stack to be on top of its other children (preferably without rerendering the whole Stack once again!)?
If allow rerender I think IndexedStack should help, although I haven't done it yet (I see only one child in an IndexedStack, the rest is gone)! Guess I was wrong IndexedStack can't help because the documentation says that it show only one child! TIA!

June 13, 2020 at 01:52PM by 2reform
https://ift.tt/2UHpi9j
New post on /r/flutterdev subreddit:

Problem while debugging
I was making an application where I have to use url links to link users to exact website. After adding url_launcher package. I faced some problem about MissingPluginException.​I tried to do flutter clean and flutter get packages unfortunatelly it did not help. Now I could not launch or even build.Here is my compiler respond:/C:/Users/User/flutter/packages/flutter/lib/src/services/platform_channel.dart:154:7: Error: Expected ';' after this. ,throw MissingPluginException('No implementation found for method $method on channel $name'); ^/C:/Users/User/flutter/packages/flutter/lib/src/services/platform_channel.dart:154:7: Error: Unexpected token ','. ,throw MissingPluginException('No implementation found for method $method on channel $name'); ^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.* What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:\Users\User\flutter\bin\flutter.bat'' finished with non-zero exit value 1* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.orgBUILD FAILED in 59sGradle task assembleDebug failed with exit code 1Exited (sigterm)My pubspec.yaml file :environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
badges: ^1.0.0
provider: 3.0.0
intl: ^0.16.1
http: ^0.12.0+4
shared_preferences: ^0.5.6+2
flutter_clean_calendar: ^1.0.2+1
url_launcher: ^5.4.10

June 13, 2020 at 04:23PM by Khalimjanov
https://ift.tt/3d31h2F
New post on Flutter Dev Google group:

Is it possible to navigate to another widget/page within a tab?
[image: flutter pics.png] For some reason sniping didn't work like it should anyway, in the picture above I have 3 tabs. It's currently on the groups tab. When the button is pressed , it should create another widget within that container. When I tried to navigate to the other widget I noticed

June 13, 2020 at 05:26PM by Tililweet
https://ift.tt/3hoxTr3
New post on Flutter Dev Google group:

Voice call support
I want to know the voice call support or official voice call plugin? How can I get voice call feature for both platform Android and iOS using flutter? Kindly advise me

June 13, 2020 at 05:54PM by john786
https://ift.tt/2XYoAGX
New post on Flutter Dev Google group:

Base 64 decode issue for line breake
Hi, Java rest api returning a base 64 string(AES Encrypted) in my flutter app. When I try to decode this base 64 string it shows formatexception for line break in the string. So, now I need to remove line break from the base64 string to decode that string. How can I remove line break from that

June 13, 2020 at 07:08PM by Rana Singha
https://ift.tt/2UHnBZx
New post on /r/flutterdev subreddit:

How do I get the flutter emulator working?
So I changed over to the master channel and even installed the Android Studio Preview, could not get the option for Flutter Emulator anywhere.Any hints?

June 13, 2020 at 07:01PM by hotmailer
https://ift.tt/2UIMWSZ