Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: *ftV.(HD-1080p)* ഈ പറക്കും തളിക Film Completo Gratis
=Film ഈ പറക്കും തളിക Completo HD (ITALIANO) < https://media.ndukdigital.com/movie/194083/%E0%B4%88%20%E0%B4%AA%E0%B4%B1%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%81%E0%B4%82%20%E0%B4%A4%E0%B4%B3%E0%B4%BF%E0%B4%95> Ee Parakkum Thalika Pelicula PepeCine me Your browser indicates if you've visited this

Submitted November 24, 2018 at 07:39AM by pope...@gmail.com
via Flutter Dev https://ift.tt/2KrUy61
GGroup: android phone backbutton press will comes to homescreen in flutter
Am using drawer to navigate to other pages.And while hitting app bar back button will goes to previous screen (i.e.goes to drawer bar) correctly,But while pressing my phone back button will comes to homescreen of my app.Anyone can help!! Here is my code, Widget build(BuildContext context) {

Submitted November 24, 2018 at 12:12PM by Dharani tharan
via Flutter Dev https://ift.tt/2POocbv
GGroup: pavlova implement pieces of the UI in variables
pavlova github src < https://raw.githubusercontent.com/flutter/website/master/src/_includes/code/layout/pavlova/main.dart > Could you explain to me why it is necessary to put 3 ''' for a Text implemented in a variable? var subTitle = Text( ''' Pavlova is a meringue-based dessert named

Submitted November 24, 2018 at 01:22PM by Bened
via Flutter Dev https://ift.tt/2r50lFH
Reddit: How to read a value (string) from real-time database firebase and save it into a list of strings
Hello,I'm not sure if my question can be posted in this subreddit or not, but hopefully, it is :=)I want to read a data field from my firebase and save the value inside a list of a strings. I keep getting the null error.This is my code:
List<String> names; void alluser () async { DatabaseReference db = await FirebaseDatabase.instance.reference().child("users"); db.once().then((DataSnapshot snapshot){ Map<dynamic, dynamic> values= snapshot.value; values.addAll(names2); }); } 
After that I want to call a function to print all the name ( I don't want to print all the names inside the " alluser " function since I want to have the names in a list of strings.
void printall (){ for (int i = 0 ; i< names2.length; i++){ print("hello"); print( names2["names"]); } } 


Submitted November 24, 2018 at 01:06PM by Pir4t3x
via reddit https://ift.tt/2Qn0UZS
GGroup: How to call a void function everywhere in my Flutter app using InheritedWidget?
*How to call a void function everywhere in my Flutter app using InheritedWidget?* I have a main.dart and has a button in center. When user tabs the button it navigate into home.dart page. My home.dart page also has a button on center and when user tabs the button it navigate to details page. The

Submitted November 24, 2018 at 02:54PM by Niyazi Toros
via Flutter Dev https://ift.tt/2FEATRw
GGroup: flutter first running error... Please help
Launching lib\main.dart on Android SDK built for x86 in debug mode... --------- beginning of main 11-24 19:02:44.199 I/GnssLocationProvider( 1836): WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@235d9ee) Unhandled exception:

Submitted November 24, 2018 at 03:13PM by Sanabil Ramzan
via Flutter Dev https://ift.tt/2DV0ALQ
Reddit: Flutter and Visual Studio Live Share
Anyone got live sharing in visual studio code to work in a flutter project?​Right now the other person can see the code and all the files but not run the app.

Submitted November 24, 2018 at 03:58PM by ABrownApple
via reddit https://ift.tt/2DWpGKq
Reddit: Anyone have experience with Channels tests?
Hi Flutter Community!While working on a plugin I wonder is there a way to test test platform channels, its methods calls and arguments?
It could be useful specially when sending arrays of values List<dynamic> via argument or map of arguments, to make sure that those simple objects are correctly handled.Anyone have that something similar or have information or links to examples/blog posts?As I look at the some plugins for flutter I see mocking the chanel/events - for example:
https://github.com/flutter/plugins/blob/master/packages/battery/test/battery_test.dartI think there is no way to test both environments, only test mocked entry and exit interfaces of the channels.Thank you!

Submitted November 24, 2018 at 06:58PM by Magillus
via reddit https://ift.tt/2DUWAeo
Reddit: It's All Widgets! Flutter Podcast
We're starting work on a new audio podcast featuring many of the amazing Flutter developers out there.Each episode will have a different developer sharing their experiences.If you'd like to be featured please send a direct message to @hillelcoren on Twitter.

Submitted November 24, 2018 at 06:57PM by hillel369
via reddit https://ift.tt/2Sdk3L1
GGroup: flutter, gRPC/Protobuf on OSx?
I posted this quesiton on StackOverflow... https://ift.tt/2FCL2hm I'd like to use gRPC / ProtoBuffers between a Flutter/Dart app developed on OSx and a GoLang server. My thought is to replace a REST connection. My problem is that I

Submitted November 24, 2018 at 09:41PM by vincent youmans
via Flutter Dev https://ift.tt/2r3svkv
GGroup: How to implement a document picker
I need to implement a file picker for take files like a pdf, docx, xls. Please help me I found some packages but those don't work for ios.

Submitted November 25, 2018 at 12:45AM by bryan.cho...@gmail.com
via Flutter Dev https://ift.tt/2Ak6m5s
Reddit: Substantive criticism of Flutter from Jay Freeman (creator of Cydia)
Saw this comment on Hacker News:https://news.ycombinator.com/item?id=18518930I have to say that I agree with it. I think that Flutter is amazing for what it's accomplished to date, but there are still a lot of rough edges, especially on iOS. It seems that they're soon going to announce that 1.0 is ready, I think that might be somewhat premature.

Submitted November 25, 2018 at 02:15AM by RxFORTRAN
via reddit https://ift.tt/2RdSssU
Reddit: Substantive criticism of Flutter from Jay Freeman (creator of Cydia)
Saw this comment on Hacker News:https://news.ycombinator.com/item?id=18518930I have to say that I agree with it. I think that Flutter is amazing for what it's accomplished to date, but there are still a lot of rough edges, especially on iOS. It seems that they're soon going to announce that 1.0 is ready, I think that might be somewhat premature.

Submitted November 25, 2018 at 02:15AM by RxFORTRAN
via reddit https://ift.tt/2RdSssU
Reddit: Substantive criticism of Flutter from Jay Freeman (creator of Cydia)
Saw this comment on Hacker News:https://news.ycombinator.com/item?id=18518930I have to say that I agree with it. I think that Flutter is amazing for what it's accomplished to date, but there are still a lot of rough edges, especially on iOS. It seems that they're soon going to announce that 1.0 is ready, I think that might be somewhat premature.

Submitted November 25, 2018 at 02:15AM by RxFORTRAN
via reddit https://ift.tt/2RdSssU
Reddit: How can someone enjoy programming layouts in Flutter?
I'm a web developer and although I have created a Android app in the past (native with Java) I have no knowledge in hybrid apps. So I went to youtube and found this video https://www.youtube.com/watch?v=bnYJRYFsrSw that talks about the pros and cons of React Native, Flutter, Nativescript, ionic and native apps. After some more googling I decided to give a try on Flutter.The app really loads fast and the hot reload is perfect...and then I thought about creating a login layout structure and I came upon this example https://pastebin.com/8kErZBDJHow can someone enjoy programming like this:
child: new Center( child: new ClipRect( child: new BackdropFilter( filter: new ImageFilter.blur(sigmaX: 10.0, sigmaY: 10.0), child: new Container( child: loginForm, height: 300.0, width: 300.0, decoration: new BoxDecoration( color: Colors.grey.shade200.withOpacity(0.5)), ), ), ), 
This is not easy readable; is badly structured; can easily create mistakes errors with so much commas; etc. This type of code reminds me immediately my beginner developer moments, where I would do something like:
 if () if () if () if () 
I went to check the ionic layout structure just for comparison and it's so easy to understand right away.
 <ion-row> <ion-col> <ion-list inset> <ion-item> <ion-input type="text" placeholder="Email" name="email"></ion-input> </ion-item> <ion-item> <ion-input type="password" placeholder="Password" name="password"></ion-input> </ion-item> </ion-list> </ion-col> </ion-row> 
So how do you handle this? You like it?

Submitted November 25, 2018 at 02:24AM by paidahonestidade
via reddit https://ift.tt/2Aj4tpG
Reddit: FlutterForce — #Week 2 – Medium
https://ift.tt/2AlIkqU

Submitted November 25, 2018 at 09:16AM by flutterist
via reddit https://ift.tt/2THff1V
Reddit: Flutter Weekly #36
https://ift.tt/2P47Hmx

Submitted November 25, 2018 at 02:55PM by Elixane
via reddit https://ift.tt/2zoZTGV
Reddit: Show login screen if not sign in
Hi everyone!I am make app using social login in flutter.I no want show home screen if user not sign in (I want show login screen).I find this article for explain: https://medium.com/flutter-community/simple-recipes-app-made-in-flutter-firebase-and-google-sign-in-14d1535e9a59You think his method good?What you think is most easy method to do?

Submitted November 25, 2018 at 06:05PM by Flutter_Dev
via reddit https://ift.tt/2KwW6f4