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

flutter login page
Hello, we want to make a double choice login page and having some problems with this. We are familiar with direct login but want some help for optional login.Could anybody help us?

June 13, 2020 at 11:04PM by burak erdoğan
https://ift.tt/3hnERg5
New post on /r/flutterdev subreddit:

A flutter app showing PlayStation Controller color customizer in android webview.
For live demo - https://harsh159357.github.io/app\_demos/index.htmlFor code -https://github.com/harsh159357/harsh159357.github.io/tree/master/app\_demos&https://github.com/harsh159357/playstation\_controller\_androidhttps://youtu.be/s\_dVIGh0MdI

June 13, 2020 at 11:45PM by harsh_sharma_
https://ift.tt/2AnpSCl
New post on /r/flutterdev subreddit:

Get - A package that every Flutter Developer should know - Best State Management Ever
I would like to share with you guys a package called "Get".For me, this package is like "mandatory" for all of my projects, it provides a lots of things, it's so powerful, it increases our productivy in like 300%, Imagine calling Snackbars anywhere without using context, Navigation to screen using "Get.to(Screen())" without that boilerplate of MaterialPageRoute, best State Manager (GetX - Reactive State Manager), better and easier than MobX, imagine MobX but without need to generate g.dart classes, without that slow build_runner, register and retrieve easily your Singletons without any additional package (Simple Instance Manager) and more.​"... Get will save hours of development, and will extract the maximum performance that your application can deliver, being easy for beginners, and accurate for experts "​Before you go using any other package for state management, navigation and others things, take some minutes to see what this amazing package offer.​Warner Bros is using and supporting this package, for example.​https://pub.dev/packages/get

June 14, 2020 at 06:53AM by D_apps
https://ift.tt/2YC0ctw
New post on /r/flutterdev subreddit:

Is it possible to animate named routes transitions?
Hi!I have been playing around with named routes and found it very difficult to animate their transitions.I tried using the ongenerateroute perameter in the material app. That does not work though because it only executes when the app starts.Do you have any solutions?​Some example code could be:https://pastebin.com/v3t36Aw9

June 14, 2020 at 02:22PM by I_Am_No_Good2
https://ift.tt/2BYeNYC
New post on /r/flutterdev subreddit:

Flutter Group Testing CLI tool
Hey everyone,If you are into flutter testing and use VIM like me, one thing you would have noticed, you can't run specific group tests as you could do in VSCode. I have made a easy to use CLI tool written completely in GO, you can find it here:https://github.com/Devil39/fluttertest

June 14, 2020 at 03:17PM by NextySomeone
https://ift.tt/2BbAGTR
New post on /r/flutterdev subreddit:

Flutter Dark and Light theme and Adapt to System theme - Article about the theme switching.
https://ift.tt/3fkT9fC

June 14, 2020 at 09:41AM by ishanfx
https://ift.tt/3fmtwLp
New post on /r/flutterdev subreddit:

FlutterForce — #Week 80
https://ift.tt/30I1Z2P

June 14, 2020 at 04:55PM by flutterist
https://ift.tt/37sTx9b
New post on Flutter Dev Google group:

Arquitectura Bloc para separar la logica de negocio con los widgets, Flutter
Buenas noches, una consulta ha utilizado esta arquitectura para proyectos flutter, segun lo que veo es instalar la dependencia respectiva y extender la class bloc. aqui adjunto el link que llegue a encontrar, y quisiera saber si hay un proyecto hecho bajo esa arquitectura

June 15, 2020 at 01:18AM by Pol Cristobal Paredes
https://ift.tt/2XYOn1s
New post on /r/flutterdev subreddit:

Beginner courses on Database, Firebase, and backend related suggestions
I am new to flutter but without much prior programming experience. I found the UI was reasonably easy to understand/follow along, but I found a lot of backend related concepts were very hard to wrap my head around. Can you guys suggest some online courses to help me, thanks in advance.

June 15, 2020 at 02:12AM by TheLastDumpling
https://ift.tt/3flX4c4
New post on /r/flutterdev subreddit:

Fancy Shopping Application
Hello, We made a very fancy and useful mobile application, which will help to improve shopping experience,​Let me know if you will find it interesting, to show in your communityPlease refer to the video & Apk in the attachment, and my LinkedIn page for more information,(whitelabel application logo could be changed to any company*)

June 15, 2020 at 02:25AM by GensaGames
https://ift.tt/2C4CcHX
New post on Flutter Dev Google group:

PopupMenuButton routing challenges
I have a Popupmenubutton in the action bar of a material app. This is a menu to jump to other pages. The intent is not to push another page on the stack, but to replace the current page. There is an issue with either way to perform this: 1) In the onTap callback of a ListTile in the PopupMenuIte

June 15, 2020 at 02:53AM by Jeff Jorczak
https://ift.tt/2YyKsrt
New post on Flutter Dev Google group:

WillPopScope cannot capture back button press notification when keyboard show up
so how to capture phone return/back button press notification when soft keyboard show up?

June 15, 2020 at 04:23AM by che.ca...@gmail.com
https://ift.tt/2B53j5p
New post on /r/flutterdev subreddit:

The state of flutter web: Impossible to develop a modern webapp?
Hi everybody. I usually do my websites as an MPA, and that's 100% okay for most clients - they don't really care how their site is built, as long as it is built. This time, though, I have a client with very specific requests. I won't get into too much detail, but I was happy to say that flutter fits all the criteria.I began developing the frontend as their backend developer worked on the API. Up until now, I developed everything with mocks - mocking the responses, and working off of that. Today, we began integration.It was not good on my end.There seemed to be NO way for me to make an http call - dart:io is broken for flutter web currently, and http runs on that package. Even when you get past that though and use another package like dio, it seems completely broken and there is an XHRHttp error no matter what - even making a request to google or amazon or any website that is 100% correctly setup.So this leaves the current state of flutter web completely unusable: You can make pretty pictures, beautiful animations, elegant UI's, but the moment you want to start calling externally, it's impossible.This is half a buyer beware and half a plea for help.I really, really don't want to have to rewrite everything in Angular or something. If anyone nows how to make a successful http call in flutter web, PLEASE let me know. Otherwise, the current state of flutter web is completely unusable. I have been on git issues for flutter and there seems to be a consensus on this, unless I'm looking in the wrong spot.Tl;dr flutter web has an issue with making http calls - it's impossible (if someone knows how to, please let me know!) meaning that building any modern web app is a no go, unless it's a page that needs to make no requests.

June 15, 2020 at 06:39AM by anthOlei
https://ift.tt/2MXnnt9
New post on Flutter Dev Google group:

Login Screen Not Working Problem When APK File Is Installed On Real Phone
Hello everyone, I developed an application. When the application runs, login screen opens. When I run in the emulator, everything works smoothly, but when I create the apk and upload it to the real phone, there is either a general error or the login button does not work. Therefore, I cannot use

June 15, 2020 at 10:41AM by Gökçen Merve Horuk
https://ift.tt/2Asempl
New post on Flutter Dev Google group:

to make an sms app
Hi.. Im creating a mobile app which recivers and senders phone number.. sender needs to send sms once the button pressed and receives sms once the messages received by the sender. I have tried packages like flutter_sms, sms .. Can you provide me the correct package to do this operation and some

June 15, 2020 at 11:31AM by Abinavan Nagendran
https://ift.tt/2zCpMq2
New post on Flutter Dev Google group:

need to enter phone number by the user
Hi this is the code.. Here im creating an app in which user need to enter phone number of the receiver in a textfield to send sms. I need to have inbuilt msg once the msg clicked and number which is given need to be given by user this is my code, import 'package:flutter/material.dart'; import

June 15, 2020 at 12:34PM by Abinavan Nagendran
https://ift.tt/2ULC46D