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

particles_flutter : Package to add particles animation in Flutter project.
http://bit.ly/2XyAN5z

June 24, 2019 at 03:35PM by EngineerScientist
http://bit.ly/2NbYJb0
New post on Flutter Dev Google group:

Run time error while connecting app to the firebase
Hi. Im doing flutter using vs code. I need to create a login app with creating accounts. While connecte firebase to my app it showing a run time error which is below: C:\Users\dell\Desktop\flutter\loginapp>flutter run Using hardware rendering with device Android SDK built for x86. If you get

June 24, 2019 at 04:38PM by Abinavan Nagendran
http://bit.ly/2RFWtYl
New post on /r/flutterdev subreddit:

Embedding ads into flutter’s widget tree with admob_flutter
http://bit.ly/2Y9E2xj

June 24, 2019 at 05:57PM by veetaw_
http://bit.ly/3223tn4
New post on Flutter Dev Google group:

Is is currently possible to create a custom keyboard app from scratch completely in Flutter
I am planning to create a keyboard application of my own completely from scratch. Does the flutter framework currently allow me to do so? What components will I have to use and what are the problems that I might face while doing the project? Thank you.

June 24, 2019 at 07:57PM by harshvardhan takawale
http://bit.ly/31RCFWh
New post on /r/flutterdev subreddit:

Card wallet application using pattern BLoC
Card wallet app using pattern BLoC.This is my first app for mobile using Flutter and i want to learn more :)https://github.com/EsmerlinJM/Card-Wallet-AppCredits:-Design : CalerEdwards-Implementing BLoC: Daniel Ortiz

June 24, 2019 at 09:03PM by EsmerlinJM
http://bit.ly/2IH52z0
New post on /r/flutterdev subreddit:

Angela yu vs Maximilian schwarzmüller Udemy course?
Those of you who took at least one of these courses ... how was your experience? Can you recommend one of them over the other?

June 24, 2019 at 11:34PM by Sero777
http://bit.ly/2IXMObi
New post on /r/flutterdev subreddit:

Keep me accountable, Streaming making my app, #TDD #CI
http://bit.ly/2Ldw1nr

June 25, 2019 at 12:17AM by DecimalSaxon
http://bit.ly/2IHk2wQ
New post on /r/flutterdev subreddit:

How do I draw a hex grid?
I found a polygon_clipper package that lets me draw regular polygons which solves the problem of drawing 1 hexagon. I'm not sure what the best way to tile them into a grid would be.

June 25, 2019 at 06:16AM by chriskevini
http://bit.ly/2xa2t1Q
New post on /r/flutterdev subreddit:

Need some guidance from developers
Hello fellow developers!I enjoy learning Flutter, but facing some uncertainty.I learnt basic concepts, widgets etc and even developed simple game like tic-tac-toe in few days.Anyway, my goal is to develop production app which is grocery delivery app. So, I do not know how to build "full stack???" app with DB, server, etc so that my app has users that can register, and shops can add grocery products and so on.​So, my questions are:- what's best practice to do such apps?- can sqflite work? If so, where do I create my database (cloud or ?)- Anyone has good tutorial that I can follow?- Should I learn scopemodel? (I found it when I was searching best practice)​I don't have good knowledge creating production apps, so please ignore if I ask silly questions :)I am not native English speaker, and have previous experience on LAMP and java etc.

June 25, 2019 at 05:09AM by athrty
http://bit.ly/31OGICN
New post on /r/flutterdev subreddit:

A short guide to manage your quick actions in Flutter
http://bit.ly/2X3RaCO

June 25, 2019 at 04:58AM by Filledstacks
http://bit.ly/2YazEyj
New post on Flutter Dev Google group:

Flutter login and signup with drupal website
Is anybody aware of login with drupal website by creating session in flutter application

June 25, 2019 at 06:32AM by mahantappa b k
http://bit.ly/2J48Qt3
New post on Flutter Dev Google group:

Future bulider giving error type 'List' is not a subtype of type 'FutureOr
The whole code is pasted below please help. import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; void main(){ runApp( new MaterialApp( title: 'app', home: new Home(), ) ); } class Home extends StatefulWidget {
@override

June 25, 2019 at 10:12AM by Gopal Jangid
http://bit.ly/2Lhw5mb
New post on Flutter Dev Google group:

Flutter, Dart, OpenCV and custom TF 2.0 Models?
Hi everyone, me and my friends are trying to develop an Android app to detect road lanes (and much more) using the OpenCV Python library and TF 2.0 on mobile. Does the Flutter ecosystem support this? Our first thought was to use Kotlin instead.

June 25, 2019 at 12:13PM by Dominik Clemente
http://bit.ly/2XbDg6R
New post on Flutter Dev Google group:

OneSignal notification to open the app and read the article directly
Hello, I'm building a news app and integrating it with OneSignal, I'm able to receive the notification and when I click on it I'm getting the below JSON code OneSignal.shared .setNotificationOpenedHandler((OSNotificationOpenedResult result) { this.setState(() { print( "Opened

June 25, 2019 at 01:13PM by Rabih M. ElBaba
http://bit.ly/2YagkRC
New post on Flutter Dev Google group:

FCM Push Notification
Hello Friends, anyone know how to pass push notification count another stateful widget in a flutter. am using this method for show notification showNotification(var msg) async { var platform; try { String d = msg['body']; String json = jsonEncode(d); print(json); } catch (E) {

June 25, 2019 at 01:37PM by Vishal Kumar
http://bit.ly/2IIZpQL