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

Kill all lags and freezes in your app by this package
https://ift.tt/30TmA1z

September 05, 2019 at 08:52PM by renesanse
https://ift.tt/2ZIBCKk
New post on /r/flutterdev subreddit:

What's the general consensus on using community created packages?
I'm a pretty lazy guy, so every time I want to create something I look at pub.dev to see if something similar is available. If it has a score of 90+, I use it. Honestly, this has saved me hours of work, but has led to me having 15+ dependencies in my pubspec file, just from community packages.Are there any pitfalls I'm not aware of, when using packages like this? Also what is the general flutter community consensus on using a lot of packages?

September 06, 2019 at 12:46AM by iamarr0gant
https://ift.tt/2LkRnim
New post on /r/flutterdev subreddit:

How to get a widget to move every x seconds?
Basically I'm trying to build a game to learn flutter more.​Right now I'm just trying to get a Text widget to move from the top of the phone screen, towards the bottom of the phone screen... I'm building a Space Invaders type of game with just Text.​From what I've read by googling the problem, should I use Flame? Or can everything be done by just using the base Flutter framework? Thanks.

September 06, 2019 at 02:25AM by Okmanl
https://ift.tt/2MWQYoy
New post on /r/flutterdev subreddit:

Now that lottie is available for flutter...
https://ift.tt/2zSuwEu

September 06, 2019 at 03:32AM by Bernardi_23
https://ift.tt/2PLRQyr
New post on /r/flutterdev subreddit:

What's your opinion about code generation?
Personally I don't like it, coming from javascript, we have amazing tools like webpack and more versatile annotations, making code generation more of a build time thing, and not spitting the output next to the code and having to commit it.What are your thoughts about this?

September 06, 2019 at 04:32AM by unimonkiez
https://ift.tt/2PPCCbB
New post on Flutter Dev Google group:

Is there a way to do geometric operations (Union, substract, etc) on google_maps_flutter polygons?
I am trying to build an app where the ability to do geometric operations on map polygons is very important. what I am trying to achieve is as follows: 1. I have shapefiles created with ArcMap which I then converted to json files. 2. I wish to use the data from the json files (by parsing them) to

September 06, 2019 at 10:30AM by Surya Nigrat Datunsolang
https://ift.tt/2zZytHv
New post on /r/flutterdev subreddit:

Returning Value from Future functions to onPressed method
I want to use value returned by Future method and depending on that I want push new routes into the navigator.​Future FunctionFuture<int> signInWithGoogle() async {try {
final GoogleSignInAccount googleSignInAccount = await googleSignIn.signIn();
final GoogleSignInAuthentication googleSignInAuthentication = await googleSignInAccount
.authentication;
final AuthCredential credential = GoogleAuthProvider.getCredential(
accessToken: googleSignInAuthentication.accessToken,
idToken: googleSignInAuthentication.idToken,
);
final AuthResult result = await _auth.signInWithCredential(credential);
final FirebaseUser user = result.user;
assert(!user.isAnonymous);
assert(await user.getIdToken() != null);
final FirebaseUser currentUser = await _auth.currentUser();
assert(user.uid == currentUser.uid);
if(result.additionalUserInfo.isNewUser){
return 0;
}
else {
name = user.displayName;
email = user.email;
imageUrl = user.photoUrl;
return 1;
}
}
catch(e){
print(e.message);
return -1;
}
}​onPressed​onPressed: () {
signInWithGoogle().whenComplete(() {How to use the value returned here??});

September 06, 2019 at 12:36PM by deepaktiwari_88
https://ift.tt/2LxSABO
New post on /r/flutterdev subreddit:

What do you call a Flutter developer?
From what I've seen python developers call themselves pythonistas and golang developers call themselves gophers.Is there something Flutter devs like to refer as?

September 06, 2019 at 12:54PM by dontmissth
https://ift.tt/2PQOuKC
New post on /r/flutterdev subreddit:

What does r/programming have against flutter?
Every post i see over there about flutter just seems to get 90% hate in the comments saying every blog posted is an advertisement, I'm curious where all the hate came from. I've been using flutter and really enjoyed it! Is it just a hate google thing or?

September 06, 2019 at 01:32PM by Dibza
https://ift.tt/2PRyBDL
New post on /r/flutterdev subreddit:

An open-source GitHub Flutter client app
https://ift.tt/2ZI9KG9

September 06, 2019 at 02:13PM by codinglatte
https://ift.tt/2LrwAsm
New post on /r/flutterdev subreddit:

XML Layout for Flutter : Brings Angular's style to Flutter!
https://ift.tt/2ZzOAut

September 06, 2019 at 03:03PM by EngineerScientist
https://ift.tt/2ZUPIUI
New post on /r/flutterdev subreddit:

A Showcase for Passionate Flutter Developers | Flutter Pro
https://flutterpro.dev

September 06, 2019 at 02:24PM by hillel369
https://ift.tt/2HQmXSY
New post on /r/flutterdev subreddit:

Wanted: Examples & Designs for a settings page/view
Hello,I actually want to ask you about some flutter examples.I got some recommendations to check several flutter community platforms for examples and also some pages for UI designs. I am looking forward to start an app with a friend of mine. We want to write it in flutter. The app itself is community driven. For this we want to create a profile for the user.For the user settings we want to create a page/view where the user can edit his information. That could be a list of label and textfield pairs but it could also be displayed in some other way (open for suggestions).My question now: I did not find any examples, scribbles or screen designs about a good and modern settings page. Neither I found coding examples. Do you guys have or know any pages that offer some design and code examples for a good settings page?

September 06, 2019 at 04:55PM by lukasbash
https://ift.tt/2ZAhIlk
New post on Flutter Dev Google group:

Best Architecture for complex applications
Which one is the best architecture for one of my complex application that I am gonna develop using flutter cross-platform framework?

September 06, 2019 at 05:27PM by Akhilesh Mourya
https://ift.tt/2ZRMeCG
New post on /r/flutterdev subreddit:

🤸&zwj;Follow the latest and greatest projects from the Flutter team!
https://ift.tt/2ZUluBt

September 06, 2019 at 06:06PM by EngineerScientist
https://ift.tt/2HQJhfe