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

Architecture help - can I build chat application just with flutter and fire base?
If yes, can you please give me references or if not possible, can you help giving me some guidelines one extra things I need to add on top of flutter and fire base please

November 29, 2018 at 10:39PM by vivekstime
https://ift.tt/2SkVYlw
New tweet from flutterio:

Got a question only a Flutter expert can answer?

Tweet us your questions using #AskFlutter, and @RedBrogdon and the team will answer them on the #FlutterLive livestream!

Sign up for updates here → https://t.co/WqaEzipG1m pic.twitter.com/rief9ZWiO0— Flutter (@flutterio) November 27, 2018

November 29, 2018 at 11:16PM
http://twitter.com/flutterio/status/1068267368688709632
New tweet from flutterio:

#FlutterLive is only five days away! Stay tuned to @Flutterio for a sneak peak at a secret project we're revealing at the event. Here's the first piece to kick things off. Answer Flutter trivia to see the next piece!

First up: what was Flutter's original name? pic.twitter.com/sZXPKssDPS— Flutter (@flutterio) November 29, 2018

November 30, 2018 at 12:11AM
http://twitter.com/flutterio/status/1068281288589602816
New post on /r/flutterdev subreddit:

Dart for VS Code v2.21.0 released
https://ift.tt/2RoKyge

November 30, 2018 at 04:03AM by Purple_Pizzazz
https://ift.tt/2Q8oeeA
New post on Flutter Dev Google group:

probleme in trying to position a a button over a stack
i am tryong to positiona button over a stack but when i put the button exactly 50% over my container a part of the button become uncliquable here is my code i hope you can help m fix it Stack( fit: StackFit.passthrough, alignment: FractionalOffset.center, overflow: Overflow.visible,

November 30, 2018 at 11:21AM by kadri.moh...@gmail.com
https://ift.tt/2FO5PPh
New post on /r/flutterdev subreddit:

Flutter Awesome
https://ift.tt/2IbmYjl

November 30, 2018 at 12:58PM by heshanfu
https://ift.tt/2SgqaxY
New post on Flutter Dev Google group:

How to fix RangeError (index) error.
The error message is Another exception was thrown: RangeError (index): Invalid value: Valid value range is empty: 0

November 30, 2018 at 01:42PM by Ajnas Askar
https://ift.tt/2ABoF6d
New post on /r/flutterdev subreddit:

Feather: Publish Your Flutter App on macOS
https://ift.tt/2Q0KqHj

November 30, 2018 at 03:29PM by mark_feather
https://ift.tt/2Rq1sLN
New post on /r/flutterdev subreddit:

Is there a better way to handle complex route navigation in Flutter?
Currently making an app that has lots of screens. Screen 1 has five buttons, each one takes to a different screen, and on Screen2, there are over 10 buttons, each one takes to a different screen.Here's a snippet of code to clarify:
class OneCard extends StatefulWidget{ final String title; final String currScreenTitle; final String comment; final String buttonText; final IconData iconData; OneCard({Key key,this.title,this.comment,this.buttonText,this.iconData,this.currScreenTitle}):super(key:key); @override State<StatefulWidget> createState() => OneCardState(); } class OneCardState extends State<OneCard>{ void cardOnPressed(){ setState(() { Navigator.push(context, MaterialPageRoute(builder: (context)=>thirdScreenElements[widget.currScreenTitle+widget.buttonText])); }); } @override Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.only(top:2.0,left: 8.0,right: 8.0), child: Card( child: Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ new ListTile( leading: Icon(widget.iconData), title: new Text(widget.title), subtitle: new Text(widget.comment), ), ButtonTheme.bar( // make buttons use the appropriate styles for cards child: ButtonBar( children: <Widget>[ FlatButton( child: new Text(widget.buttonText), onPressed: () => cardOnPressed(), ), ], ), ), ], ), ), ); } } 
I used the CurrScreenTitle and the ButtonText as parameters since they're unique. I created a map that contains all the screens in 'ThirdScreen', so that flutter navigates to the corresponding screens. This gets complicated very quickly, I'm sure there's a better way.

November 30, 2018 at 04:41PM by Yahiabouda
https://ift.tt/2rfT6uF
New tweet from flutterio:

There are over 130 viewing parties around the world. Find one near you to celebrate Flutter Live with other developers! Stay tuned for updates in the coming days.

Find your party here &rarr; https://t.co/4WUDTKdRc8 pic.twitter.com/6lABLKWesJ— Flutter (@flutterio) November 30, 2018

November 30, 2018 at 06:04PM
http://twitter.com/flutterio/status/1068551446029832192
New post on Flutter Dev Google group:

Page-curl animation in Flutter
Hello! Is there a way to to create a page-curl transition for animating navigation between pages of content? Something like UIPageViewController in iOS with transition style pageCurl, presenting two pages at once on larger screens (like iPad/tablets), and one page on smaller screens (iPhone

November 30, 2018 at 07:49PM by Mikhail T
https://ift.tt/2BICIbX
New tweet from flutterio:

Correct: our first name was 'Sky'! See the second piece below. #FlutterLive will bring together devs from all over the world: which country currently has the most Flutter devs? Answer to reveal the next piece of the puzzle! pic.twitter.com/CUrtyc8bj9— Flutter (@flutterio) November 30, 2018

November 30, 2018 at 08:33PM
http://twitter.com/flutterio/status/1068588921431384064
New post on /r/flutterdev subreddit:

Exploring Google Maps (Official Support) in Flutter – Flutter Community – Medium
https://ift.tt/2Rq7PyB

November 30, 2018 at 09:31PM by deven9852
https://ift.tt/2Q2own0
New post on /r/flutterdev subreddit:

Frequent beta channel Flutter updates? What do they do?
I know it's probably because of the Flutter event happening soon but this is pretty crazy. The changelog is completely outdated: https://github.com/flutter/flutter/wiki/Changelog​Two beta updated in a day? Four in four days?​https://flutter.io/docs/development/tools/sdk/archive?tab=windows#windows​What are all these updates doing?

November 30, 2018 at 09:14PM by SocialMammoth
https://ift.tt/2QvNKJS
New tweet from flutterio:

#FlutterLive is a few days away and we’re about to take off with our pal, Dash. Follow our mini #MyFlutterStory as we make our way from Mountain View to London! 🌴☀️✈️ 🌧️🇬🇧

And if you can’t come yourself, be sure to watch the livestream 👉 https://t.co/eRO1vF0tJc#ImWithDash pic.twitter.com/EbVaPwPqRd— Flutter (@flutterio) November 30, 2018

December 01, 2018 at 12:06AM
http://twitter.com/flutterio/status/1068642348324708355
New post on Flutter Dev Google group:

CupertinoTabBar navigate to new Screen
Hi, is it possible to navigate to a new Screen by clicking one of the BottomNavigationBarItem? [image: Screenshot 2018-12-01 at 13.51.30.png] As you can see above I would like to navigate to a new screen if I click on the New Screen Bar Item. This is my code below: Widget build(BuildContext

December 01, 2018 at 07:56AM by Marc Andrew
https://ift.tt/2FR4irR
New post on /r/flutterdev subreddit:

FlutterForce — #Week 3 – Medium
https://ift.tt/2Snrn6B

December 01, 2018 at 12:35PM by flutterist
https://ift.tt/2E80T6k
New post on /r/flutterdev subreddit:

Flutter Best Practices when it comes to classes and their instances.
I'm sorry about the title, couldn't think of a better one.Basically, I have a whole bunch of screens and they are all similar, so I can create them using one single class. Let's call this class MyScreen. My concern is, if I want to a MyScreen instance, should I just pass the data like so:Navigator.push(context,MaterialPageRoute(builder: (context) => MyScreen(someData:someData)));Using this data, the MyScreen class has a switch statement, such that, depending on the passed data, it can show the desired information.Now, should I use this method of creating new instances everytime some button is tapped to navigate to a new route, or should I just create a list of Widgets and store all the possible MyScreen instances inside of it, like soList <Widget> allMyScreenInstances = [MyScreen(someParam1),MyScreen(someParam2),...];and then call each screen from HomeScreen by just having the index of a particular item in that list.TLDR; Should I create new instances everytime a button is tapped, or should I create them, store them, and then retrieve them by their index every time the button is tapped. And why?

December 01, 2018 at 04:15PM by Yahiabouda
https://ift.tt/2E5eco5