Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: looking for a codeveloper
looking to codevelop an app with somebody, i've been using flutter for 3 months now. understand basic layouts. I'd say I'm more of a designer than a backend guy but I can learn anything. I have a good idea for an app, dm me if interested.

Submitted July 03, 2018 at 06:17AM by alaricat
via reddit https://ift.tt/2KFbnNa
GGroup: Flutter-Carousel ---fitting images
how can I provide full screen of pictures. for each device. how can I do it? import 'package:flutter/material.dart'; import 'package:carousel_slider/carousel_slider.dart'; final List imgList = [ ' https://ift.tt/2lPuBSn

Submitted July 03, 2018 at 09:34AM by Veysel Kaya
via Flutter Dev https://ift.tt/2z78Arr
Reddit: Flutter Playground Repository
Here is my Flutter Playground app repository, contains some of examples that I have implemented.Will add more examples soon.https://github.com/ibhavikmakwana/FlutterPlayground

Submitted July 03, 2018 at 09:58AM by ibhavikmakwana
via reddit https://ift.tt/2lOaMKY
GGroup: WebSocket.connect() fails when on cellular network
When using a real Android device I cannot connect to a WebSocket server when using cellular network. Over WIFI it works like expected. Looking server side it seems that the device does not start a proper handshake. The *Connection* header is *keep-alive *over cellular network while over WIFI it

Submitted July 03, 2018 at 01:46PM by Maik Mewes
via Flutter Dev https://ift.tt/2KMvpSA
GGroup: TextFields and Labels
Hi all, Is there a way to change the position and style for the labelText? I couldn't find any good examples. I know there is a labelStyle property but doesn't give any examples. I need the label next to the text field instead of on the top. My current approach has a Row with a Text wrapped in

Submitted July 03, 2018 at 02:50PM by Marc Andrew
via Flutter Dev https://ift.tt/2NpmIj8
Reddit: I created a simple drop in file for @flutterio to show a native "What's New" screen for showcasing new features for the user! Supports as many items as you need, item navigation, dark mode support, Native Alert Popups and Native Buttons. 👌🏼
https://ift.tt/2KDpKBz

Submitted July 03, 2018 at 03:29PM by SoundDr
via reddit https://ift.tt/2KIj2Hj
Reddit: A Complete Guide to the Flutter SDK & Flutter Framework for building native iOS and Android apps
https://ift.tt/2tYQOB9

Submitted July 03, 2018 at 05:48PM by nishanjki
via reddit https://ift.tt/2lUvqsR
We just launched a new Github repo for samples and @redbrogdon's already added a JSON example app! It shows how to deserialize with 3 different libraries.

Check it out at → https://t.co/kbGCdCwgf5 pic.twitter.com/vRsyXXMiz0— Flutter (@flutterio) July 3, 2018

July 03, 2018 at 06:40PM
via Twitter https://twitter.com/flutterio
GGroup: Refreshing child widget
Hi, I made some changes to the default Flutter template in order to test some code: class _UsersPageState extends State { int _counter = 0; CounterWidget counterWidget = new CounterWidget(); List userList = new List(); void _incrementCounter() { counterWidg

Submitted July 03, 2018 at 07:16PM by Willie Nandi
via Flutter Dev https://ift.tt/2u0FLY8
Reddit: Flutter Samples: A collection of open source samples that illustrate best practices for Flutter.
https://ift.tt/2KvaDuP

Submitted July 03, 2018 at 07:02PM by Purple_Pizzazz
via reddit https://ift.tt/2MHBKzo
GGroup: Flutter sqflite plugin database always returning null
I want to write a simple database application for saving workouts and exercises, but for some reason the Future function always returns null, and I get an error for calling snapshot.data.length on null, even though i check for the ConnectionState. How can I fix this? Is there any obvious bugs

Submitted July 03, 2018 at 07:36PM by leo nx
via Flutter Dev https://ift.tt/2u1TCgV
It’s easy to create custom widgets in Flutter, but you can also combine standards like Stack, Expanded and LayoutBuilder to compose new, more complex widgets. @mjohnsullivan used this method to make a Backdrop widget.

Read his post to learn more → https://t.co/xEpxXiVmPS— Flutter (@flutterio) July 3, 2018

July 03, 2018 at 10:31PM
via Twitter https://twitter.com/flutterio
Reddit: Flutter UI Design — Beer Menu — Hero Animation
https://ift.tt/2KDOERP

Submitted July 04, 2018 at 12:36AM by Purple_Pizzazz
via reddit https://ift.tt/2MO2O07
Reddit: Official URL_Launcher plugin can't handle custom URL Schemes .
Hi, I tried to use the URLLauncher plugin to open another with a custom scheme, unfortunately it's crashing when used with custom schemes, only the basics work like sms, tel, ...## Steps to Reproduce// A common example of launching Whatsapp_launchURL() async {const url = 'whatsapp://send?text=Hello%2C%20World!';if (await canLaunch(url)) {await launch(url);} else {throw 'Could not launch $url';}}.Has anyone been able to share string data between 2 apps on ios using the url schemes in Flutter ? Are there other ways to do it ? The Android side with Intent was quite straightforward.

Submitted July 04, 2018 at 02:41AM by TheOSM
via reddit https://ift.tt/2lSVzsn
Reddit: Securely Store Passwords
Is there a way to securely store passwords on flutter directly without any platform specific code?

Submitted July 04, 2018 at 11:00PM by mocomaco
via reddit https://ift.tt/2lRjEQe
Reddit: foody | Food Ordering/Delivery mobile app for Restaurants with a REST api written with Slim PHP using BloC Pattern by @atehrosius
https://ift.tt/2KJ2b7s

Submitted July 04, 2018 at 10:52PM by Elixane
via reddit https://ift.tt/2za95RA