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
⏰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
Twitter
#flutterclock hashtag on Twitter
On 18 Nov 2019 @FlutterDev tweeted: "The countdown is over!
Announcing our .." - read what others are saying and join the conversation.
Announcing our .." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Sidebar Animation and Navigation | Flutter UI
https://youtu.be/oExw0U4U_UI
January 06, 2020 at 09:58PM by prateeksharma1712
https://ift.tt/35x3Sye
Sidebar Animation and Navigation | Flutter UI
https://youtu.be/oExw0U4U_UI
January 06, 2020 at 09:58PM by prateeksharma1712
https://ift.tt/35x3Sye
YouTube
Sidebar Animation & Navigation | Flutter UI
#Sidebar #Animation #Navigation #Flutter
The idea was taken from dribbble, developed in Flutter. Animated sidebar with navigation using a flutter bloc library.
If you liked the video, then please show me by hitting the like button for video and show some…
The idea was taken from dribbble, developed in Flutter. Animated sidebar with navigation using a flutter bloc library.
If you liked the video, then please show me by hitting the like button for video and show some…
New post on /r/flutterdev subreddit:
Flutter Departure Board with BLoC and Provider, Part 1
https://www.youtube.com/watch?v=pdV2GzstYCQ
January 06, 2020 at 10:52PM by Elixane
https://ift.tt/2N0q65m
Flutter Departure Board with BLoC and Provider, Part 1
https://www.youtube.com/watch?v=pdV2GzstYCQ
January 06, 2020 at 10:52PM by Elixane
https://ift.tt/2N0q65m
YouTube
Flutter Departure Board with BLoC and Provider, Part 1
BLoC and Provider are powerful when used together!
In this series we'll explore the power of these two state management systems by building an arrival board for the SEPTA regional rail system. We'll use the new Google font package to get the right look…
In this series we'll explore the power of these two state management systems by building an arrival board for the SEPTA regional rail system. We'll use the new Google font package to get the right look…
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
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
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
January 07, 2020 at 02:30AM by mosh_java
https://ift.tt/2tAhEmq
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
reddit
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`...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter App - Load JSON child data in the detail screen
https://www.youtube.com/watch?v=kGTzwmrAUYM
January 07, 2020 at 04:59AM by cmcoffee91
https://ift.tt/2ZUOBWK
Flutter App - Load JSON child data in the detail screen
https://www.youtube.com/watch?v=kGTzwmrAUYM
January 07, 2020 at 04:59AM by cmcoffee91
https://ift.tt/2ZUOBWK
YouTube
Flutter App - Load JSON child data in the detail screen
In this flutter tutorial, I go over how to show the Star Wars person child list on the detail screen. Source Code: https://github.com/cmcoffee91/starwarsflut...
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
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
reddit
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...
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
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
reddit
uni_link
I am using uni\_link plugin for deeplinking. How do we open specific screen when we click url link? Help needed!!!
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
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
Medium
Build A GitHub App With Flutter And GraphQL Like A Pro
Hello everyone, I’m honoured to have you here…
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
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
Medium
Build A GitHub App With Flutter And GraphQL Like A Pro
Hello everyone, I’m honoured to have you here…
New post on /r/flutterdev subreddit:
Support for Multiple Windows on Desktop (MacOS)
https://twitter.com/rodydavis/status/1214424635225202688?s=21
January 07, 2020 at 08:38AM by SoundDr
https://ift.tt/37DsVB2
Support for Multiple Windows on Desktop (MacOS)
https://twitter.com/rodydavis/status/1214424635225202688?s=21
January 07, 2020 at 08:38AM by SoundDr
https://ift.tt/37DsVB2
Twitter
Rody Davis
To celebrate @FlutterDev beating @reactnative on @github on wanted to show you a cool way to manage multiple windows in Flutter. Creating new one, Resizing a child, Closing a window, and communicating between them! https://t.co/LzXXfvqyN2
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
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
Dart packages
platform_maps_flutter | Flutter Package
A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
New post on /r/flutterdev subreddit:
Flutter or React Native, a cross-platform dilemma - How to build User Interfaces - (Part 2)
https://ift.tt/36A5U1O
January 07, 2020 at 10:51AM by badprof18
https://ift.tt/2TaUePx
Flutter or React Native, a cross-platform dilemma - How to build User Interfaces - (Part 2)
https://ift.tt/36A5U1O
January 07, 2020 at 10:51AM by badprof18
https://ift.tt/2TaUePx
Marcogomiero
Flutter or React Native, a cross-platform dilemma - How to build User Interfaces - (Part 2)
Welcome to the second part of this comparison about React Native and Flutter. In the first episode, we have introduced the two frameworks with some history and with a comparison between the languages that these two frameworks use.
If you have lost the first…
If you have lost the first…
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
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
GitHub
Support integrating with C/C++ in plugin framework · Issue #7053 · flutter/flutter
It would be nice to have an example of calling C/C++ code, or at least how to build native code along with a Flutter app. This may purely a Gradle question, but its not clear to someone that...
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
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:
Array Visualization using StreamBuilder and CustomPaint
https://www.youtube.com/watch?v=IMK4yqlT24Q&feature=youtu.be
January 07, 2020 at 01:11PM by samarthagarwal
https://ift.tt/39P0kus
Array Visualization using StreamBuilder and CustomPaint
https://www.youtube.com/watch?v=IMK4yqlT24Q&feature=youtu.be
January 07, 2020 at 01:11PM by samarthagarwal
https://ift.tt/39P0kus
YouTube
Array Visualization using StreamBuilder and CustomPaint
In this video, we will learn how to visualize an array of integers as graphics/bars as we sort the array using a simple sorting algorithm like Bubble sort. T...
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
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
reddit
disable fullscreen how?
I tried to use SystemChrome.setEnabledSystemUIOverlays(\[\]) to fullscreen a page but how to disable the fullscreen? Any idea? I tried...
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
Unit testing with MobX.
https://ift.tt/2ZVo5g6
January 07, 2020 at 02:26PM by irvine5k
https://ift.tt/2T34PMa
Medium
Unit testing with MobX
Learn how to unit testing your MobX code.
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
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
reddit
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...