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

(image_picker: ^0.5.3+1) Plugin install successful but not Working when its call by a button
(image_picker: ^0.5.3+1) Above version when paste in to yuml file of flutrer it install successfull but when I am used its example (from official plugin dart lang website) put in my project. Then after i set a button when this button will pressed then either camera or gallery will be open then

April 15, 2019 at 10:08PM by Khalil Jan
http://bit.ly/2UXUrGZ
New post on Flutter Dev Google group:

3D redering
Any ETA when Flutter will provide a (any) 3D rendering API?

April 15, 2019 at 10:51PM by Nicolas Mayoraz
http://bit.ly/2VUfrLK
New post on /r/flutterdev subreddit:

Animated Bottom Navbar using Animations, Clip Path, Transform and Streams.
Hey, guys. Yesterday I spent some hours working with Clip Path and Animations in Flutter in a component inspired by this (https://i.pinimg.com/originals/ae/b4/8c/aeb48c567e7b99a5db10cff47df19352.gif).Now I feel more confident about it. Tell me if you like it! It's available on Github(https://github.com/wiltonribeiro/animated_bottombar_flutter).

April 15, 2019 at 01:44PM by wiltonribeiro
http://bit.ly/2GpllPZ
New post on /r/flutterdev subreddit:

Flutter tflite now supports Pix2Pix and Deeplab
http://bit.ly/2FfoxgH

April 16, 2019 at 01:48AM by x_ash
http://bit.ly/2UYmsOF
New post on /r/flutterdev subreddit:

How to navigate to new screen using Flutter Bloc
Hello .. I am a newbie. I am trying to use Flutter Bloc. I have a couple of questions.I have a simple form that collects information and disposes an event. The bloc code yields a state. the issue is the ManagePersonScreen is being rendered within a parent screen
void _onSignupButtonPressed() { Person person = Person(_firstNameController.text, _lastNameController.text,null,_genderController.text,_dobController.text, _conditionController.text,null,null,"false"); _personBloc.dispatch( AddPersonButtonPressed(person: person), ); } 


April 16, 2019 at 07:07AM by tritone_t
http://bit.ly/2KIZ7N5
New post on /r/flutterdev subreddit:

Parsing JSON | Flutter
http://bit.ly/2UEmnQL

April 16, 2019 at 08:40AM by ashishrawat2911
http://bit.ly/2GeFy9F
New post on Flutter Dev Google group:

How to upload video to AWS s3/ MSC.mail?
I need to upload video on http://bit.ly/2Xdz3uF that have the same API as AWS s3. I create next function, but receive error, what i'm doing wrong? Thanks. AccessDenied2JFRhUysXAccess

April 16, 2019 at 11:14AM by Goolpe
http://bit.ly/2IojME9
New post on Flutter Dev Google group:

Background communication with watchOS?
Hi, has anybody tried to communicate with a a watchOS app using a `WCSessionDelegate`? Implementing the 4 method using the AppDelegate seems to be easy. However, as far as I know, if the app isn't running already, it will be launched in the background (that is no UI and therefore no FlutterView

April 16, 2019 at 11:50AM by Stefan Matthias Aust
http://bit.ly/2UGpfws
New post on /r/flutterdev subreddit:

The new version 0.2.0 of the Admob 3rd party plugin for Flutter is released with the support of AndroidX
I'm not the maintainer of this plugin, but the plugin is way better than the official one :https://github.com/YoussefKababe/admob_flutterThe maintainer is looking for another maintainer please contact him if you think you can help :)

April 16, 2019 at 11:51AM by yiss92
http://bit.ly/2Pe6ASF
New post on Flutter Dev Google group:

How to pass the JSON from existing web application in our flutter application
How to pass the JSON from existing web application in our flutter application . Can someone help me.

April 16, 2019 at 01:20PM by Flutter Guy
http://bit.ly/2GpuFmO
New post on /r/flutterdev subreddit:

Flutter Run can't find "CameraPlugin.h"
I'm having a hard time compiling my Flutter application that uses the camera package for iOS. The error I'm getting is:``` tcp_flutter [master] flutter run -d 9B1AED9A-88A5-4A88-8618-10DFEA93FEBD Launching lib/main.dart on iPhone Xʀ in debug mode... Running pod install... 1.6s ├─Assembling Flutter resources... 2.1s └─Compiling, linking and signing... 2.4s Xcode build done. 7.8s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **Xcode's output: ↳ /Users/davydany/.tcp/tcp_flutter/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'camera/CameraPlugin.h' file not found #import <camera/CameraPlugin.h> ~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.Could not build the application for the simulator. Error launching application on iPhone Xʀ. ```The things I've tried already are:Commented out use_frameworks! in the Podfile and run pub updateAdded the following Usage Descriptions to ios/Runner/Info.plist:<key>NSCameraUsageDescription</key> <string>Can I use the camera please?</string> <key>NSMicrophoneUsageDescription</key> <string>Can I use the mic please?</string>I've exhausted the options from what I saw online. Has anyone experienced this issue and figured it out?

April 16, 2019 at 01:01PM by davydany
http://bit.ly/2Dhvv37
New post on /r/flutterdev subreddit:

Video Editor Flutter
Is there any plugin to make an app with video editor features like user can add filter on video , add text ,draw and add stickers.Please give your suggestions.

April 16, 2019 at 02:35PM by itsravishankarsingh
http://bit.ly/2Zd11sm
New post on Flutter Dev Google group:

Dynamic textbox validation and data saving using Bloc & streams
Hi all I am new to Flutter, I have following problem. I want to create dynamic textbox using flutter forms but How to handle validation and data submission using Streams & bloc. I use bloc pattern. for eg: I have task name, start date & end date again user can create another group of fields

April 16, 2019 at 03:41PM by ATC
http://bit.ly/2GlmjeV