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

Minimalist Flutter Todo App, built using BLoC pattern
https://ift.tt/2QDFs2P

December 09, 2018 at 11:05PM by Elixane
https://ift.tt/2SIlnG3
New post on Flutter Dev Google group:

New Admob plugin that shows banner ads using native platform views.
Hello there! I'm working on a new Admob plugin for Flutter, it uses native Platform Views to display banner ads, so limitations on sizing and positioning are a solved issue! Please check the plugin here: https://ift.tt/2QFpFR7 I'm actively working on adding iOS support

December 10, 2018 at 02:03AM by Youssef Kababe
https://ift.tt/2SEEtwG
New post on Flutter Dev Google group:

App.dart error
I am using Fontawesome icons to navigate to a new page in flutter using ontap and im getting a strange error in app.dart. Im pretty new to dart so my debugging skills arent revealing anything. The error is : > The following assertion was thrown building MaterialApp(dirty, state: _MaterialA

December 10, 2018 at 04:24AM by Sam Cromer
https://ift.tt/2SFNVzV
New post on /r/flutterdev subreddit:

Understanding flutter documentation
Good day,Can someone explain to me how to properly read the flutter documentation so that I will know what syntax to use when implementing widgets

December 10, 2018 at 02:41AM by afdal_khan
https://ift.tt/2EcO3mx
New post on /r/flutterdev subreddit:

Flutter will change everything, and Apple won’t do anything about it
https://ift.tt/2G84AdP

December 10, 2018 at 10:36AM by bizz84
https://ift.tt/2C1LzpA
New post on /r/flutterdev subreddit:

Android Studio Emulator Skins with a Notch!
​With the release of Notches Smartphones on Android, there wasn't any Android Emulator Skins with a notch, so I've decided to make one..​https://github.com/echonox/AndroidEmulatorSkinsHope you like it.​P.S: The skins have room for improvement (like the quality of the skins, and support for landscape), but I wanted to bring them ASAP to the community to check them out, also currently it seems there is limitation on how much rounded corners I can use in the skin (the bigger the radius of the corner the more content of the corner it takes and with that the display of the emulator itself, hopefully Google will solve that soon!)​Because of that I made 4 variants of it (check Screenshots)Anyone who wants to contribute to improve the skins or even add their own devices or use their imagination feel free to send a pull request!Happy coding! 😁#Android #android #AndroidDevelopment #AndroidDevelopers #Google#AndroidEmulator #AndroidStudio #notch #oneplus6t #OnePlus #OnePlus6T​Here is a Demo:​https://reddit.com/link/a4v9pb/video/ckxns0lmof321/player​​https://i.redd.it/on1qe5cpof321.pnghttps://i.redd.it/n9n557bpof321.pnghttps://i.redd.it/uqdtirgpof321.pnghttps://i.redd.it/dypgb5bpof321.png

December 10, 2018 at 01:33PM by _echonox
https://ift.tt/2L830rg
New post on /r/flutterdev subreddit:

Are there equivalents of D3.js and moment.js?
Hello!So I want to port this react-native statistics app.Are there charting (compatible with Flutter drawing API) and date manipulation (with i18n & l10n support) libraries?

December 10, 2018 at 02:49PM by kasimowsky
https://ift.tt/2UxiMQU
New post on /r/flutterdev subreddit:

Flutter installing previous version of app. I have tried flutter clean many times but still its not installing new version.
I have tried every possible solution but I can't seem to get it work. I am using VS code and a physical device. I have tried flutter clean, it deletes the build folder but installs same previous version apk file. I really need some help.

December 10, 2018 at 07:14PM by one_lame_programmer
https://ift.tt/2RMqpB1
New post on /r/flutterdev subreddit:

Cross plattform practical choice?
I see the advantage in using cross plattform SDKs like Flutter. But both Android and iOS Apps use their own look and guidelines and to mimic the native feeling in the end the codes still differ when using material and cupertino widgets.I know you can run a material design app on ios but does not look professional at all for me.What is your thought on this?

December 10, 2018 at 08:14PM by Behelitoh
https://ift.tt/2QnaiNK
New post on /r/flutterdev subreddit:

Hot Reload For Flutter Integration Tests – Maurice McCabe 🤓👍 – Medium
https://ift.tt/2EqUJOw

December 10, 2018 at 09:56PM by mmcc007
https://ift.tt/2SDCn04
New post on /r/flutterdev subreddit:

How to get the most out of the flutter documentation
https://ift.tt/2UwGc90

December 10, 2018 at 08:13PM by rahiche
https://ift.tt/2B8Pvmz
New post on Flutter Dev Google group:

Upcoming change: flutter tool crash reports will contain error message
Hi all, In flutter/flutter#24632 , I'm updating the crash reporting for the `flutter` command-line tool to include the error message in the crash report. These crash reports only apply to developers building Flutter apps while they're using the

December 10, 2018 at 10:58PM by Todd Volkert
https://ift.tt/2UwXHpH
New post on /r/flutterdev subreddit:

App Bar Help
Hey everyone!​I want to integrate a similar app bar to the Khan Academy App in my own flutter application. I will have two pieces of text when the app bar is expanded, and then merge them when the bar is collapsed. Please let me know how I can achieve this. Thanks!https://reddit.com/link/a5015i/video/lh39b2ffqi321/player

December 10, 2018 at 10:31PM by BK1031-OFFICIAL
https://ift.tt/2zP4TEH
New post on /r/flutterdev subreddit:

Adding flutter fragments/activities to platform apps
I was playing around with android aosp project and was wondering if I can perform flutter create on apps which uses android make file instead of grade. Anyone have any ideas?

December 10, 2018 at 11:24PM by arv1995
https://ift.tt/2QnC6RX
New post on /r/flutterdev subreddit:

Beginner -- Creating pages with distint variables
Beginner programmer here, Flutter/Dart is my first language. I am having trouble understanding what I think will be a simple concept. I am trying to create multiple pages of an app using a class as a template. Each page has several textfields where data will be entered. Each of these values will be used in calculations which are specfic to that page and output to variables. My problem is I need to access those off each page and keep them separate for later use. I can get the pages created and do the calculations. I can display those values and calculation results on the created page, but each subsequent page has the same variable name.​I apologize for such simple questions. I feel like I have turned the internet upside down, but I just don't know how to properly phrase a search to come up with anything worthwhile.

December 11, 2018 at 01:13AM by YoBaby11
https://ift.tt/2rxptFj
New post on /r/flutterdev subreddit:

Beginner -- Moving data from one class to another
I am a brand new programmer so please excuse my ignorance. Flutter/Dart is my first language and the learning curve is steep. I'm still successfully climbing though.​I am stuck with accessing data from one class to another. I have a parent page and many child pages. I will enter data on the child pages, crunch some calculations on that data, and then display the data on the parent page. The parent page will display data from ALL the child pages. I initially thought using variables was the way to go, but today I read about ValueListenable and that intrigued me. My problem is I don't understand the steps of the ValueListenable process and how the ValueListenableBuilder, ValueNotifier, and ValueListenable all work together.​Is this the best way to move data from one class to another?

December 11, 2018 at 01:02AM by YoBaby11
https://ift.tt/2G8qzBx
New post on /r/flutterdev subreddit:

When should we extend an existing component instead of Stateless/StatefulWidget?
I realize Flutter was built with composition in mind. Nevertheless, I have seen many, many tutorials and examples where the author does something like this:
class CustomButton extends RaisedButton { final VoidCallback onPressed; final Widget child; const CustomButton({@required this.onPressed, this.child}) : super(onPressed: onPressed, child: child); @override Widget build() {} 
I have also seen many arguing that when customizing a widget such as RaisedButton we should instead create our own StatelessWidget and use the original widget as a child. So as a novice, I'm wondering if this is just a case of some people not following best practices or if there are instances where we would want to do one over the other. Does it matter?One thing I'm unsure about is that when composing a new widget that extends from StatelessWidget, we don't make a call to super(), which would seem to mean that we can no longer pass a normal RaisedButton's properties to CustomButtonunless we explicitly mark them in the constructor. Is this a correct observation?

December 11, 2018 at 04:57AM by _HEATH3N_
https://ift.tt/2RLchIl