New post on Flutter Dev Google group:
How can I draw shadows along the path I draw?
I want to add a shadow as shown below! However, canvas.drawShadow is invalid! what should I do? [image: 1.png] My code https://ift.tt/2XrZh16 import 'package:flutter/material.dart'; class NavCustomPainter extends CustomPainter { double loc; double s; Color
July 04, 2019 at 07:49AM by Aries Lee
https://ift.tt/2JlFB5g
How can I draw shadows along the path I draw?
I want to add a shadow as shown below! However, canvas.drawShadow is invalid! what should I do? [image: 1.png] My code https://ift.tt/2XrZh16 import 'package:flutter/material.dart'; class NavCustomPainter extends CustomPainter { double loc; double s; Color
July 04, 2019 at 07:49AM by Aries Lee
https://ift.tt/2JlFB5g
GitHub
arieslee/flu_path_shadown
Contribute to arieslee/flu_path_shadown development by creating an account on GitHub.
New post on Flutter Dev Google group:
Flutter Push Notification Tutorial
Hello Everyone, I have spent a few hours to explore Firebase Messaging with Flutter. & Finally integrated with success. I decided to share my knowledge & code about integrating FCM with Flutter with Video tutorial Visit: https://ift.tt/2Xs0Qfu
July 04, 2019 at 08:03AM by Sundaravel M
https://ift.tt/2JnziOz
Flutter Push Notification Tutorial
Hello Everyone, I have spent a few hours to explore Firebase Messaging with Flutter. & Finally integrated with success. I decided to share my knowledge & code about integrating FCM with Flutter with Video tutorial Visit: https://ift.tt/2Xs0Qfu
July 04, 2019 at 08:03AM by Sundaravel M
https://ift.tt/2JnziOz
Codesundar
Flutter Push Notification Example (using FCM)
flutter-push-notification-example This tutorial, we're going to learn how to integrate push notification in your flutter apps. For that, we…
New post on /r/flutterdev subreddit:
Flutter Push Notification with Firebase Messaging
Hello Everyone,I have shared my knowledge on integrating firebase push notification with Flutter (https://codesundar.com/flutter-push-notification/). I have also added step by step video (https://www.youtube.com/watch?v=YkkkZ9E5sI4) & Source code.I hope this help. & share your thoughts
July 04, 2019 at 08:18AM by codesundar
https://ift.tt/2XsoEQn
Flutter Push Notification with Firebase Messaging
Hello Everyone,I have shared my knowledge on integrating firebase push notification with Flutter (https://codesundar.com/flutter-push-notification/). I have also added step by step video (https://www.youtube.com/watch?v=YkkkZ9E5sI4) & Source code.I hope this help. & share your thoughts
July 04, 2019 at 08:18AM by codesundar
https://ift.tt/2XsoEQn
codesundar
Flutter Push Notification with Firebase - A Step by Step Tutorial
Do you want to implement push notification for your flutter apps? Here is a step by step tutorial for integrating firebase push notification with flutter.
New post on Flutter Dev Google group:
List upgradable packages
Hi, is there a way to see packges before making flutter pub upgrade
July 04, 2019 at 09:31AM by Frank Weißenborn
https://ift.tt/2KWtzCH
List upgradable packages
Hi, is there a way to see packges before making flutter pub upgrade
July 04, 2019 at 09:31AM by Frank Weißenborn
https://ift.tt/2KWtzCH
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:
Provider vs. BLoC
for the devs who worked on both (Provider and BLoC) did you notice any difference ? is Provider suitable for big apps or it can't handle it ?
July 04, 2019 at 10:27AM by byshy
https://ift.tt/2XveMpi
Provider vs. BLoC
for the devs who worked on both (Provider and BLoC) did you notice any difference ? is Provider suitable for big apps or it can't handle it ?
July 04, 2019 at 10:27AM by byshy
https://ift.tt/2XveMpi
reddit
r/FlutterDev - Provider vs. BLoC
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
TIL about PixelPicker, an Open-Source pixel color picker / color meter for Mac OS with support for the Dart/Flutter color format
https://ift.tt/2Jo1j8M
July 04, 2019 at 10:19AM by knaekce
https://ift.tt/2XnO7dP
TIL about PixelPicker, an Open-Source pixel color picker / color meter for Mac OS with support for the Dart/Flutter color format
https://ift.tt/2Jo1j8M
July 04, 2019 at 10:19AM by knaekce
https://ift.tt/2XnO7dP
GitHub
acheronfail/pixel-picker
A tiny menu bar application that helps you pick colours from your screen! 🔍✨ - acheronfail/pixel-picker
New post on /r/flutterdev subreddit:
We analysed more than 80k Flutter builds and this is what we learned
https://ift.tt/2XLPKBl
July 04, 2019 at 10:17AM by Gigatronbot
https://ift.tt/2JmSFr7
We analysed more than 80k Flutter builds and this is what we learned
https://ift.tt/2XLPKBl
July 04, 2019 at 10:17AM by Gigatronbot
https://ift.tt/2JmSFr7
Codemagic blog
We analysed more than 80k Flutter builds and this is what we learned
How implementing dedicated CI/CD for Flutter benefits users
New post on /r/flutterdev subreddit:
How do you go about testing animations/transitions?
I'm curious where you draw the line between automated testing and manual testing. Are animations things that you would usually want to auto-test? If so, how do you go about it?
July 04, 2019 at 08:58AM by daniel-vh
https://ift.tt/2JaTLYc
How do you go about testing animations/transitions?
I'm curious where you draw the line between automated testing and manual testing. Are animations things that you would usually want to auto-test? If so, how do you go about it?
July 04, 2019 at 08:58AM by daniel-vh
https://ift.tt/2JaTLYc
reddit
r/FlutterDev - How do you go about testing animations/transitions?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
What is diffenent between Dynamic and Object?
Why Dart designed dynamic? I think 'object' can replace 'dynamic' all the time
July 04, 2019 at 11:04AM by joyl1900
https://ift.tt/2XjGLDb
What is diffenent between Dynamic and Object?
Why Dart designed dynamic? I think 'object' can replace 'dynamic' all the time
July 04, 2019 at 11:04AM by joyl1900
https://ift.tt/2XjGLDb
reddit
r/FlutterDev - What is diffenent between Dynamic and Object?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter, la nueva forma de hacer applicaciones mobiles
https://ift.tt/32aDedW
July 04, 2019 at 12:22PM by emanuelpeg
https://ift.tt/2NGytWi
Flutter, la nueva forma de hacer applicaciones mobiles
https://ift.tt/32aDedW
July 04, 2019 at 12:22PM by emanuelpeg
https://ift.tt/2NGytWi
Blogspot
Flutter, la nueva forma de hacer applicaciones mobiles
Java Apache Linux Spring SOA Scala Ruby Maven javascript php Open Source NoSql Hibernate Python Erlang MongoDb Hadoop Rest big data Cassandra Spark
New post on Flutter Dev Google group:
flutter desktop apllication plugin error
error--- [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method enableAnalytics on channel com.pycampers.flutter_pdf_viewer) #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:314:7)
July 04, 2019 at 01:09PM by Munish Rathore
https://ift.tt/2XLiHxg
flutter desktop apllication plugin error
error--- [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method enableAnalytics on channel com.pycampers.flutter_pdf_viewer) #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:314:7)
July 04, 2019 at 01:09PM by Munish Rathore
https://ift.tt/2XLiHxg
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 Flutter Dev Google group:
UDID validation needed for iPhone XS - it is no longer 40 digits and has a dash in it
UDID validation needed for iPhone XS - it is no longer 40 digits and has a dash in it.This update for ideviceinstaller is updated in flutter. Is there a way to handle it??
July 04, 2019 at 01:46PM by rekha thangamani
https://ift.tt/2FQ5xoy
UDID validation needed for iPhone XS - it is no longer 40 digits and has a dash in it
UDID validation needed for iPhone XS - it is no longer 40 digits and has a dash in it.This update for ideviceinstaller is updated in flutter. Is there a way to handle it??
July 04, 2019 at 01:46PM by rekha thangamani
https://ift.tt/2FQ5xoy
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:
Deep Links and Flutter applications. How to handle them properly.
https://ift.tt/2FPZ50I
July 04, 2019 at 02:51PM by EngineerScientist
https://ift.tt/2JdpLLf
Deep Links and Flutter applications. How to handle them properly.
https://ift.tt/2FPZ50I
July 04, 2019 at 02:51PM by EngineerScientist
https://ift.tt/2JdpLLf
Medium
Deep Links and Flutter applications. How to handle them properly.
Some time ago I faced the task of launching a Flutter application using Deep links and I worked with the documentation and experimented to…
New post on /r/flutterdev subreddit:
The AlertDialog docs example is really depressing
https://ift.tt/2S2rnKF
July 04, 2019 at 03:57PM by DrCachapa
https://ift.tt/2L5EFW7
The AlertDialog docs example is really depressing
https://ift.tt/2S2rnKF
July 04, 2019 at 03:57PM by DrCachapa
https://ift.tt/2L5EFW7
api.flutter.dev
AlertDialog class - material library - Dart API
API docs for the AlertDialog class from the material library, for the Dart programming language.
New post on Flutter Dev Google group:
flutter pub upgrade
Is there a way to list upgradable packages before making an update? Something like flutter pub upgrade --dry-run (similiar to dry run from composer)
July 04, 2019 at 04:20PM by Frank Weißenborn
https://ift.tt/2JckVxO
flutter pub upgrade
Is there a way to list upgradable packages before making an update? Something like flutter pub upgrade --dry-run (similiar to dry run from composer)
July 04, 2019 at 04:20PM by Frank Weißenborn
https://ift.tt/2JckVxO
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:
I've just released, to the play store, a closed alpha version of an app I've been working on
It's an app that suggests random movies based on user specified filters. It's my first "big" take on flutter... Any feedback is welcomed!https://github.com/mrcoalp/mext(you can also dm me if you want to take part on the alpha testing)
July 04, 2019 at 05:41PM by mrcoalp
https://ift.tt/2XGXd4R
I've just released, to the play store, a closed alpha version of an app I've been working on
It's an app that suggests random movies based on user specified filters. It's my first "big" take on flutter... Any feedback is welcomed!https://github.com/mrcoalp/mext(you can also dm me if you want to take part on the alpha testing)
July 04, 2019 at 05:41PM by mrcoalp
https://ift.tt/2XGXd4R
GitHub
mrcoalp/mext
Choose your next movie to watch with this movie randomizer - mrcoalp/mext
New post on /r/flutterdev subreddit:
Flutter, download and share files
https://www.youtube.com/watch?v=T941X7EKHG8
July 04, 2019 at 06:12PM by javico2609
https://ift.tt/2NxUo1V
Flutter, download and share files
https://www.youtube.com/watch?v=T941X7EKHG8
July 04, 2019 at 06:12PM by javico2609
https://ift.tt/2NxUo1V
YouTube
Flutter, download and share files
https://github.com/javico2609/flutter-challenges/tree/master/lib/pages/code_examples/download_and_shared
New post on /r/flutterdev subreddit:
Website Intro - FunWith Devlog 00
https://www.youtube.com/watch?v=ZV8A1fCdrFg
July 04, 2019 at 07:46PM by postgor
https://ift.tt/2RRjyau
Website Intro - FunWith Devlog 00
https://www.youtube.com/watch?v=ZV8A1fCdrFg
July 04, 2019 at 07:46PM by postgor
https://ift.tt/2RRjyau
YouTube
Website Intro - FunWith Devlog #00
An introduction video to the FunWith website! Made entirely in Flutter... for the most part at least... This is the beginning of a series of videos and blog ...
New post on /r/flutterdev subreddit:
Building Presentation Slides using Flutter
https://ift.tt/2NytkzO
July 04, 2019 at 08:16PM by xuaibafegbua
https://ift.tt/32aNFhV
Building Presentation Slides using Flutter
https://ift.tt/2NytkzO
July 04, 2019 at 08:16PM by xuaibafegbua
https://ift.tt/32aNFhV
Medium
Flutter Thursday 10: Flutter for web — Building Presentation Slides using
This episode of Flutter Thursday explains how to I built my presentation slides using Flutter for Web.
New post on /r/flutterdev subreddit:
Anyone playing around with the new DartPad with Flutter support? Is it possible to load code from a repository and send the link to someone?
https://ift.tt/2Jun0Ei
July 04, 2019 at 09:31PM by Purple_Pizzazz
https://ift.tt/2XsLPtZ
Anyone playing around with the new DartPad with Flutter support? Is it possible to load code from a repository and send the link to someone?
https://ift.tt/2Jun0Ei
July 04, 2019 at 09:31PM by Purple_Pizzazz
https://ift.tt/2XsLPtZ