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

A flutter package for sharing files
I wanted a flutter package for sharing files? (between two devices)... something like Xender

January 06, 2020 at 01:47PM by Otis43
https://ift.tt/39JyXCc
New post on /r/flutterdev subreddit:

Good SQL-based alternative for Firebase?
Hello, I'm planning to build an app using Flutter, and I need a backend server to handle the data. Having analyzed Firebase, I really liked the auto scaling servers and price options (free then paid after a limit), however, the NoSql format that the database uses isn't the right fit for my project.I don't have a problem setting up a REST API for the backend requests and such, I'm just looking for the best option that comes close to that ability to scale up "automatically" as the app grows in users.What have you used, and recommend?

January 06, 2020 at 04:17PM by shapanga
https://ift.tt/2QsUbN1
New post on /r/flutterdev subreddit:

Pagination made easy with this flutter package
https://ift.tt/2ZU8n4M

January 06, 2020 at 05:38PM by excogitatr
https://ift.tt/2QOZiGm
New tweet from FlutterDev:

It's almost time to submit your clock design!

Two weeks left to submit your clock designs. Build a beautiful clock face UI for the Lenovo Smart Clock. Sharpen your Flutter skills and show us what you've got. #FlutterClock

Get more info here ↓ https://t.co/PFOkahKrzn— Flutter (@FlutterDev) January 6, 2020

January 06, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1214260425526841344
New tweet from FlutterDev:

Want a simple custom animation? 🎬

🐥TweenAnimationBuilder allows you to create your own implicit animations when none of the built-in implicit widgets fit your needs.

More #WidgetoftheWeek here → https://t.co/Tx49uAbwsl pic.twitter.com/JY2rctuq8H— Flutter (@FlutterDev) January 6, 2020

January 07, 2020 at 12:12AM
http://twitter.com/FlutterDev/status/1214323838453829632
New post on Flutter Dev Google group:

Webviews in a Bottom Navigation Bar!
Hello, So I ma new to flutter and I am trying to build this app where I am going to have few navigation bar items where every item will open a different website. I implemented the navigation bar and It worked just fine also the web-views they work fine individually. But somehow when I run the

January 07, 2020 at 01:23AM by Alpha
https://ift.tt/2N0Yltc
New post on /r/flutterdev subreddit:

is there a way to use Canvas.drawPath to act like eraser?
Hi,I have already tried to use Canvas.clipPath along with GestureDetector to be like eraser on the canvas where i use the CustomPaint inside a Container with imageDecoration set, so i thought maybe there is another workaround this by using Canvas.drawPath along setting
 final Paint _eraserPaint = Paint() ..color = Colors.transparent ..blendMode = BlendMode.clear ..strokeWidth = 8 ..style = PaintingStyle.stroke ..isAntiAlias = true; 
but it draws black lines instead of erasingany idea how to get around this?thanks

January 07, 2020 at 02:30AM by mosh_java
https://ift.tt/2tAhEmq
New post on Flutter Dev Google group:

How to deal with OpenId Connect + PKCE and redirect_url ?
Hello all, I'm starting with flutter and mobile development and my first assignment is to setup authn/authz using openId connect. I've already used openId for a web application, but I'm stuck because I was not able to understand how redirect_url would work with an app running in an smartphone.

January 07, 2020 at 03:06AM by Cristiano
https://ift.tt/2N3O4g1
New post on /r/flutterdev subreddit:

Best practice for syncing todo list with server
I am building a sample todo list using flutter. Currently when a check box is checked, I am making a backend call to the server to update the state and then upon successful response, I am updating the local state. The issue here is, when the server response is slow, from the UI perspective, when a checkbox is checked, nothing happens for few seconds and then gets checked. Ideally, I would like to update the UI first and then make a call to backend. But then with this approach, I have to deal with unchecking the box again if the call to server is unsuccessful or retry again after sometime. I am actually looking for patterns for variant of a second approach. i.e. When a checkbox is checked, the UI state updates and is stored locally. Then in an asynchronous manner, update the server. Are there some patterns in flutter community to achieve this?PS: I am using Redux & Redux thunk to talk with my backend.

January 07, 2020 at 04:43AM by hardvain
https://ift.tt/2N07J0v
New post on /r/flutterdev subreddit:

uni_link
I am using uni_link plugin for deeplinking. How do we open specific screen when we click url link? Help needed!!!

January 07, 2020 at 04:30AM by sannyrai
https://ift.tt/2N2D6r9
New post on /r/flutterdev subreddit:

Build A GitHub App With Flutter And GraphQL Like A Pro
Hey friends, check out my first medium article for the year 2020.In this article, you will learn how to build a Github app from scratch using Flutter and GraphQL.Don't forget to give some claps and also share it with friends.https://medium.com/@promise_amadi/build-a-github-app-with-flutter-and-graphql-like-a-pro-63f464922196?sk=fe8b371399105eae465edf452d89e661

January 07, 2020 at 08:16AM by wizpna
https://ift.tt/2tzDwOY
New post on /r/flutterdev subreddit:

Build A GitHub App With Flutter And GraphQL Like A Pro
https://ift.tt/2sKXupY

January 07, 2020 at 08:20AM by wizpna
https://ift.tt/2QWR52K
New post on Flutter Dev Google group:

Flutter issue with import
Facing trouble while importing platform_maps_package package. I have included the dependency in pubspec.yaml required and ran the command "flutter pub get". But the problem still persist. Please help me. https://ift.tt/2QVkZEv < https://pub.dev/packages/p

January 07, 2020 at 10:02AM by Aman Kr Sharma
https://ift.tt/2urRxP9
New post on /r/flutterdev subreddit:

Integrating with C/C++ use cases
Support integrating with C/C++ in plugin framework issue is now closed
https://github.com/flutter/flutter/issues/7053I am not a c++ developer but I wonder what kind of libraries and use cases for c/c++ to a Flutter Mobile developer?Someone mentioned that Realm Database could be used directly in Flutter is there any popular use cases?

January 07, 2020 at 11:40AM by amrenew
https://ift.tt/2sTdmql