Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Flutter Firebase for the next billion users.
Get in-depth knowledge on how to incorporate firebase in your flutter application and get access to some of the firebase features like analytics, dynamic links, etc.https://www.skillshare.com/r/profile/Ajani-Eniola/9229560

January 07, 2020 at 11:36AM by ajanieniola
https://ift.tt/2uqKIgK
New post on /r/flutterdev subreddit:

disable fullscreen how?
I tried to use SystemChrome.setEnabledSystemUIOverlays([]) to fullscreen a page but how to disable the fullscreen? Any idea? I tried SystemChrome.restoreSystemUIOverlays(). It is not working. Any other options?

January 07, 2020 at 01:17PM by ccfiel
https://ift.tt/2FroNrV
New post on /r/flutterdev subreddit:

Unit testing with MobX.
https://ift.tt/2ZVo5g6

January 07, 2020 at 02:26PM by irvine5k
https://ift.tt/2T34PMa
New post on /r/flutterdev subreddit:

Flutter IDE Of Choice?
I have been using flutter for about a month now and was wondering if my current IDE, Android Studio, was ideal. I have seen people use VSCode and love it. I was wondering why people chose the IDE they used for Flutter development?

January 07, 2020 at 06:31PM by rubenalvjr
https://ift.tt/39P4liA
New post on /r/flutterdev subreddit:

How build an image app with a good performance?
Hi guys I'm building an app that make upload of an image and apply a filter to it.But the issue is that, if I upload an image with high resolution the app crashes. (Debug mode)How instagram for example can make an app that have all of this and render all quickly?Is possible I make look instagram in performance using flutter?

January 07, 2020 at 06:30PM by adenilson-santos
https://ift.tt/2N3zMvX
New post on /r/flutterdev subreddit:

Flutter App For Large Scale eCommerce App? What are Flutters Shortcomings (specifically for Native features)
Hey All,So I work for a fairly large E-comm company, and my dev partner and I have been tasked with investigating our mobile development options so that we can build the companies first app.We both have been learning, and love, Flutter but we're a bit worried about some of its shortcomings, namely its lack of support for certain native features.The most glaring thing we can think of is both Google / Apple Pay. It seems there is no easy integration for this (yet), as well as some other native features such as maps.We would love some insight from experienced mobile devs as to if Flutter might still be at a stage where it's not flexible enough to be used at a large scale for e-comm.If we needed to integrate native features into our flutter code, would it just be easier / more efficient to start with Swift / Java from the get-go?Any thoughts around this? Apologies if I'm not being specific enough!!TLDR; Flutter is great, but does its lack of native feature support prevent it from being reliable at scale? (Apple pay/google pay, maps, etc...) If we needed to integrate native features into our flutter code, would it just be easier / more efficient to start with Swift / Java from the get-go?

January 07, 2020 at 07:57PM by hambrochill
https://ift.tt/2ZXQhyO
New post on Flutter Dev Google group:

Proposal: Material Theme System Updates
Proposal for a significant update to the Material theme system: flutter.dev/go/material-theme-system-updates. The overall goal is to make the system easier to use by making the API and its semantics consistent and by shedding vestigial API that's of limited use, or no longer part of the current

January 08, 2020 at 12:34AM by hansmuller
https://ift.tt/30aaSAh