Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Incompatibility between geolocator and onesignal_flutter plugins causes unexpected application termination
*Steps to Reproduce:* - Start a new flutter app project - Add to your pubspec.yaml the following dependencies: onesignal_flutter: ^2.0.0 geolocator: ^5.1.3 - run the app (Returns an error requesting migration to androidX) - Finish the app and migrate your project to androidX

October 23, 2019 at 09:11PM by Will Lopes
https://ift.tt/2PeuMqi
New post on /r/flutterdev subreddit:

Example of how to create a simple implicit animation widget
Implicit animation widgets are some of my favorite widgets in Flutter. Easy to use, usable in Stateless Widgets (no animation controller) and a very straightforward API.Flutter's built in implicit animation widgets are listed here: https://api.flutter.dev/flutter/widgets/ImplicitlyAnimatedWidget-class.htmlI wanted to take a crack at making my own. I wanted an implicit animation widget for rotation specifically so I wrote it here: https://github.com/MisterJimson/animated_rotationVery simple to implement. I'm interested in making more. I much prefer using Stateless Widgets in my application code, so having widgets like this is very nice.If you aren't familiar with the concept, this article has a good overview: https://medium.com/flutter-community/animated-widgets-in-flutter-763fd5dd6d01

October 23, 2019 at 09:57PM by MisterJimson
https://ift.tt/2N5XKpF
New post on /r/flutterdev subreddit:

Our Flutter app "Redrix" hit the front page of Reddit yesterday!
A couple months ago, a good friend of mine /u/mikechambers wanted to play with the Destiny 2 API, and I was looking for an excuse to build something with Flutter, so we decided to collaborate on an app. It came together surprisingly quickly, and we have both really loved working with Dart and Flutter. Mike handled data integration, and I handled design and UI dev.Yesterday, we shared it publicly for the first time, and the response has been overwhelming! We were the top post in the two largest Destiny subreddits ( /r/DestinyTheGame and /r/CruciblePlaybook ), hit the front page of Reddit, and made top 100 for the iOS app store for the entertainment category.Feedback has been incredibly positive, with people commenting on how smooth it runs and how pretty it is. To me that's a huge testament to Flutter, the Flutter team, and the community in general (I've read a lot of blog posts working on this).Feel free to check it out at http://redrix.io - it's free, and has no ads, we built it as a passion project. Feel free to use "mesh" on Xbox to sign in and have a look.

October 23, 2019 at 08:53PM by grantskinner
https://ift.tt/341YzGV
New post on /r/flutterdev subreddit:

Flutter App Working On Simulator, Freezing On Real Device (Release mode)
Hi,I have a big problem right now, where in, I was testing my flutter android app on simulator and everything was working perfectly fine there. I stupidly posted that as an update to my 2000+ active users and the app is freezing in release mode as soon as you open it, making it unusable for all my users.I have been trying to fix this issue since 6 hours but have gotten nowhere, and I'm constantly getting spammed by my users. Do you have any idea why this might be happening?Thanks

October 23, 2019 at 10:47PM by chancemehmu
https://ift.tt/362feeW
New post on Flutter Dev Google group:

Navigating from a screen to another fails
Hi all, Can somebody please help me solve my problem? I am a beginner with flutter and trying to have an app which should display several screens when a button is pressed on, but could not launch the second screen. I followed the tutorials and could get the following code below with some

October 24, 2019 at 12:13AM by Hubert Djéteinboua
https://ift.tt/2BC3kdV
New tweet from FlutterDev:

😱Tap the GIF 😱

Pause to land one of our friends in the outline to reveal a top secret message. 🤫

Good luck! pic.twitter.com/4KsV6Eswui— Flutter (@FlutterDev) October 23, 2019

October 23, 2019 at 11:33PM
http://twitter.com/FlutterDev/status/1187119945282273280
New post on /r/flutterdev subreddit:

Secret message posted by @FlutterDev
@FlutterDev posted a secret message on Twitter"Interact - Hatching in 120 hours"I have no idea what's hatching. Any ideas?

October 24, 2019 at 12:10AM by passsy
https://ift.tt/2MHz9bO
New post on /r/flutterdev subreddit:

Approaches to Offline Data Sync WITHOUT Firebase
Is anyone here building or has built an offline-first app, with full syncing capabilities, in Flutter and NOT using Firebase?From what I've read, there are a few "managed" solutions that will do this for you including PouchDb + Couchbase, Realm, and AWS AppSync.If you're using Couchbase for your db, that seems like a great option. In my case, I already have an existing Postgres server so it appears to be a no-go.Realm seems like a promising solution but has no official support for Flutter although there is a community library (more of an example) showing how to use FFI to access Realm's C++ library.AWS AppSync is another interesting alternative but again, no official Flutter support.What's everyone doing for offline data sync? Would love to hear thoughts, approaches, etc!Cheers

October 23, 2019 at 11:45PM by jdixon04
https://ift.tt/2qD6Mmh
New post on /r/flutterdev subreddit:

Avito UI Clone | Flutter | Challenge 1 | Part 1
Hey Guys i hope you are okey i'm a new flutter developer i tried to clone this app ...........please rate my work and tell me some adviceshttps://www.youtube.com/watch?v=522VhXk7BuA

October 24, 2019 at 01:05AM by UpstairsDiscipline1
https://ift.tt/31IhYLp
New tweet from FlutterDev:

DashCast, the Flutter podcasting app, is back!

Join @bouncingsheep and @mjohnsullivan as they work on DashCast and wax lyrical about RSS feeds, sharing data across screens, and streaming playback. 😎#BoringShow

Watch now → https://t.co/HKbS4Hddd6 pic.twitter.com/gsLBz3MX9a— Flutter (@FlutterDev) October 23, 2019

October 24, 2019 at 01:45AM
http://twitter.com/FlutterDev/status/1187153222131240966
New post on /r/flutterdev subreddit:

super.initState - before or after
Where should all the init code go? Before or after super.initState and why?

October 24, 2019 at 04:41AM by bananaofakind
https://ift.tt/2N3eyNW
New post on Flutter Dev Google group:

ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: type '_InternalLinkedHashMap
factory Beer.fromJson(Map
New post on /r/flutterdev subreddit:

BioBert/BioDoc
I was wondering has anyone made an app using these models for medical use? If so can u please share the source code?

October 24, 2019 at 09:30AM by 123Spaceman123
https://ift.tt/363JVAs
New post on /r/flutterdev subreddit:

Flutter Tutorial: Multiple Screens and How-To Navigate Them by Scott Stoll
https://ift.tt/2PeYFqs

October 24, 2019 at 10:44AM by Gigatronbot
https://ift.tt/2PlNpbA
New post on /r/flutterdev subreddit:

Is there another well maintained package for AUTH Calls?
I just found https://github.com/Clancey/simple_auth as I want to use the Instagram API to AUTH and get users profile information. I see that they are working on simple_auth, but the example app is not working anymore.Is there any other package/plugin to help me make these calls?
An Instagram API tutorial would also help as Instagram changed its API to the new Basic Display API https://developers.facebook.com/docs/instagram-basic-display-api/getting-startedHelp is welcome :)Cheers,
Cjay

October 24, 2019 at 12:19PM by ChristBKK
https://ift.tt/2Pq3rSb
New post on Flutter Dev Google group:

Outlined dropdown
I want to follow https://ift.tt/2Pbxb53 and create a "Outlined dropdown menu" with rounded corners. I started with wrapping in a Container with ShapeDecoration. But how to create the outline text and the rounded expanded container? DropdownButtonHideUnderl

October 24, 2019 at 02:00PM by Frank Weißenborn
https://ift.tt/2MGVLsQ