Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Problems with WebviewScaffold not working with most pages but Googles.
Hello all!! I'm quite new to flutter, studying it for a few weeks and trying to figure out how to do things with the framework for my projects at work. One of the things I've been trying to do is load one of our web applications in a Webview straight inside our app. I've tried to find

Submitted August 09, 2018 at 05:29PM by Luciano Pinto
via Flutter Dev https://ift.tt/2Oon88T
GGroup: The difference between 'More Flutter packages' & 'Flutter-specific packages'? From main page ?!
Hi If you follow the main page flutter.io >> click packages >> https://ift.tt/2yowiub .. at the bottom, you have two links for more info. *More Flutter packages... or Flutter-specific packages...
Submitted August 09, 2018 at 07:16PM by Naim Abu Darwish
via Flutter Dev https://ift.tt/2OTwn2d
GGroup: Google I/O 2018
Hello all I saw at Youtube the "Total mobile development made fun with Flutter and Firebase (Google I/O '18)." There they are teaching us to use flutter with firebase. I tried to make the app sufficient_goldfish but after all, the app is working without the images. I tried everything but dont

Submitted August 09, 2018 at 08:07PM by Sergio Guerjik
via Flutter Dev https://ift.tt/2OqhAuM
GGroup: Conflicting Google Play Services Versions
Hello everyone, i'm building an application which is using the following main packages: - google_sign_in: ^3.0.4 - firebase_auth: ^0.5.15 - cloud_firestore: ^0.7.4 However, when i try to build and run the project with "flutter run" the compile process fails with the following

Submitted August 09, 2018 at 10:38PM by Feras Dawod
via Flutter Dev https://ift.tt/2vT3k60
Reddit: FlutBoard: Flip through news pages with Flutter!!
Just published FlutBoard, a simple news app showcasing the flip effect (ala FlipBoard)Source: https://github.com/jmolins/flutboardTry it: https://play.google.com/store/apps/details?id=com.chemamolins.flutboardUses a modified version of FlipPanel package by Hunghd.@jmolinshttps://i.redd.it/48q8p6b2q4f11.gif

Submitted August 09, 2018 at 10:51PM by jmolins
via reddit https://ift.tt/2nr7LRS
GGroup: Flutter for PWA (Progressive Web App)
Can we use Flutter for PWA (Progressive Web App) ?

Submitted August 10, 2018 at 06:32AM by adc dev
via Flutter Dev https://ift.tt/2OXdzik
Reddit: Published my first Flutter app to the play store: Trace - Crypto Portfolio & Market Explorer
Play Store
GitHub Source - lots of screenshots.I started this as a final project for a programming class last year and now it's finally finished. I found out about flutter when it hit beta 1 and knew it was something special. After playing around for a while I decided I wanted to build a full-featured app. I made a crypto app because I really wasn't satisfied any out there. Blockfolio doesn't do anything with markets; Delta is pretty good but lacks detailed market data and just doesn't feel like it was made for Android. Trace is material design all the way. I tried to keep it simple and straightforward yet functional and powerful. It's all totally free and open source so feel free to contribute if you're at all interested.I would really appreciate any and all feedback; design, functionality, usability. Just a download means a lot to me!

Submitted August 10, 2018 at 06:04AM by Zudux
via reddit https://ift.tt/2vTcu2A
Reddit: Simple Animation in Flutter
Play StoreThe app shows how smooth animations in Flutter.

Submitted August 10, 2018 at 07:44AM by david02012
via reddit https://ift.tt/2nphNTj
GGroup: How to access and get list objects from one controller to another?
I am trying to access and get selected images from picker view on to another view controller or widget class on navigation passing the parameters. Here I have List images ; as a parameter in the constructor in Collage View Controller. Please help me out to pass the array object on to

Submitted August 10, 2018 at 08:08AM by rakesh lorentz
via Flutter Dev https://ift.tt/2nqrOQd
Reddit: Full featured crypto app with explorer, timeline and candlesticks
https://ift.tt/2MeVcXU

Submitted August 10, 2018 at 09:25AM by Sol_Ido
via reddit https://ift.tt/2MDkfRq
GGroup: ListView optimization when all list items have the same size
Displaying large/infinitive list with scrolling offset can be unacceptably slow (depending on the offset size). This can be solved by specifying itemExtend when all items have the same size. But it is not usually possible to know itemExtend in advance even when all list items have the same size

Submitted August 10, 2018 at 11:57AM by Karel Michek
via Flutter Dev https://ift.tt/2MfelJe
Reddit: can we say flutter is another browser?
just as the title, can we say flutter is another browser? I really can not sense the architecture differences between flutter and browser.The few differences I see are just: 1. flutter doesn't parse text html, text css to build DOM and CSSOM, browser will parse text html, css, js; 2. flutter offer more apis to do some native functions, maybe electron for mobile can do things like that;Flutter just run dart code to build WidgetOM which just like DOM, and no need to care about text things. This is just like react web app, just run js code to build DOM and CSSOM, but the browser need to care about text things at anytime...Besides, flutter has a better design to make app-like things, but browser is just good at represent those old html documents.Dart is quicker than JS.Because of these things, flutter is much faster than react-spa.Am I right?

Submitted August 10, 2018 at 11:47AM by xialvjun
via reddit https://ift.tt/2OXJwqM
Reddit: Flutter with AWS lexbot
Is it possible to integrate Flutter with AWS Lex bot . If so, can someone point me to some references?

Submitted August 10, 2018 at 02:21PM by esnewbie
via reddit https://ift.tt/2OqncVA
Reddit: Is it faster to develop an Android app with Flutter than with Kotlin? why? I want to create apps faster that I can 😎
No text found

Submitted August 10, 2018 at 05:36PM by Basketball-ICO
via reddit https://ift.tt/2MbJQEE
GGroup: Screen Size and Padding
In my app, on the app bar, there is text, but also there is also a small picture at the upper-right hand corner. So far, I am using MediaQuery.of(context).size, to get the size to know how much padding to use. But what is happening is that for different devices, for example Iphone and Ipad, the

Submitted August 10, 2018 at 05:53PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2MiSdO3
GGroup: Offline Authentication
In my app, the user should be able to login whether they are online or offline, so does flutter support offline authentication because I believe the plugin google_sign_in is only for online capabilities.

Submitted August 10, 2018 at 06:36PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2KHOWTF