New post on /r/flutterdev subreddit:
paypal with Flutter
I want to implement paypal in an application that I am developing, some guide on how to implement it
April 24, 2020 at 01:52AM by Oligar24
https://ift.tt/2XYNBSE
paypal with Flutter
I want to implement paypal in an application that I am developing, some guide on how to implement it
April 24, 2020 at 01:52AM by Oligar24
https://ift.tt/2XYNBSE
reddit
paypal with Flutter
I want to implement paypal in an application that I am developing, some guide on how to implement it
New post on /r/flutterdev subreddit:
Flutter Calculator Logic in 2470 seconds
https://youtu.be/kOJxvComA3Q
April 24, 2020 at 01:16AM by thehappyharis
https://ift.tt/3eICKSV
Flutter Calculator Logic in 2470 seconds
https://youtu.be/kOJxvComA3Q
April 24, 2020 at 01:16AM by thehappyharis
https://ift.tt/3eICKSV
YouTube
Calculator Logic in 2470 seconds
Yes, the title inspiration is from Fireship.io. Check him out, awesome Youtuber! With that said, this is one of my proudest achievement yet. Wow, the calcula...
New post on /r/flutterdev subreddit:
Published my first package on pub
It's called typeweight, and it does nothing but map names to material fontweight numbers. So with typeweight you can use
April 24, 2020 at 04:50AM by frencojobs
https://ift.tt/351aB4L
Published my first package on pub
It's called typeweight, and it does nothing but map names to material fontweight numbers. So with typeweight you can use
TypeWeight.light // instead of FontWeight.w200 and TypeWeight.black // instead of FontWeight.w900 etc.It isn't really a thing, but I needed to use it in my projects. So I thought publishing it is probably a good idea.
April 24, 2020 at 04:50AM by frencojobs
https://ift.tt/351aB4L
Dart packages
typeweight | Flutter Package
A more readable font weights for flutter/material.
New post on /r/flutterdev subreddit:
ClipOval (Flutter Widget of the Week)
https://www.youtube.com/watch?v=vzWWDO6whIM&feature=share
April 24, 2020 at 03:52AM by Pixelreddit
https://ift.tt/3bLeP2Y
ClipOval (Flutter Widget of the Week)
https://www.youtube.com/watch?v=vzWWDO6whIM&feature=share
April 24, 2020 at 03:52AM by Pixelreddit
https://ift.tt/3bLeP2Y
YouTube
ClipOval (Flutter Widget of the Week)
Sometimes, a picture or some other part of your screen can look too box-ish. The ClipOval widget can clip its children to round circles and ovals. Use this widget and think outside the box!
Learn more about ClipOval → https://goo.gle/2XKQtm8
DartPad → …
Learn more about ClipOval → https://goo.gle/2XKQtm8
DartPad → …
New post on /r/flutterdev subreddit:
Master teases 3 min survey about Flutter
Hello Fellow Flutter Developers. I urgently need Your Help! I am doing Master teases about Flutter. I would appreciate if You could spend Only 3 min doing Survey! Your Help is valuable!https://docs.google.com/forms/d/e/1FAIpQLScZ4AHN5DD2Oqn9ZYrlVJb39RDOHFbblAs0ttDeZgk38nQjvw/viewform?usp=sf_linkThank You!
April 24, 2020 at 07:04AM by Uzis12
https://ift.tt/3avOncl
Master teases 3 min survey about Flutter
Hello Fellow Flutter Developers. I urgently need Your Help! I am doing Master teases about Flutter. I would appreciate if You could spend Only 3 min doing Survey! Your Help is valuable!https://docs.google.com/forms/d/e/1FAIpQLScZ4AHN5DD2Oqn9ZYrlVJb39RDOHFbblAs0ttDeZgk38nQjvw/viewform?usp=sf_linkThank You!
April 24, 2020 at 07:04AM by Uzis12
https://ift.tt/3avOncl
Google Docs
Cross-Platform Framework Survey
Hello I am Ģirts Menģels. As part of my Master teases I am doing survey about Cross-Platform framework. It shouldn’t take more than 3 min. Appreciate Your help. Survey is anonym.
New post on /r/flutterdev subreddit:
Custom animations in 3min
https://www.youtube.com/watch?v=RS8svjLg7mI
April 24, 2020 at 09:11AM by felixlein
https://ift.tt/2VCoR17
Custom animations in 3min
https://www.youtube.com/watch?v=RS8svjLg7mI
April 24, 2020 at 09:11AM by felixlein
https://ift.tt/2VCoR17
YouTube
Custom animations in 3min
Brief introduction into using Simple Animations' Stateless Animation widgets for Flutter.
For more details: https://pub.dev/packages/simple_animations
For more details: https://pub.dev/packages/simple_animations
New post on /r/flutterdev subreddit:
Question on indentation
April 24, 2020 at 10:12AM by helpmeindent
https://ift.tt/2VPGLw2
Question on indentation
AuthResult result = await _auth.createUserWithEmailAndPassword(email: email, password: password);why does auto formatting in Visual Studio Code leads to
AuthResult result = await _auth.createUserWithEmailAndPassword( email: email, password: password);i am not using any extension like prettier or beautify.is there any way to prevent code (the one in the brackets) from being pushed to next line when using shift + alt + F?
April 24, 2020 at 10:12AM by helpmeindent
https://ift.tt/2VPGLw2
reddit
Question on indentation
AuthResult result = await _auth.createUserWithEmailAndPassword(email: email, password: password); why does auto formatting in Visual Studio Code...
New post on /r/flutterdev subreddit:
Collaboration on an open source Reddit app
Hello! I'm currently working on Rabbit, a Reddit app clone, with the intent to create a completely free and open source alternative to the current one (in Flutter!). So far it has some basic functionality, but is still very much a work in progress. But I feel like this app could be a developed as a community effort. So all kinds of help, feedback or collaboration would be really appreciated. This is my first attempt at doing anything open source, so I expect there to be plenty to learn. And yes, I know there are other projects with similar goals. But this one aims to eventually do most things the official app does.
April 24, 2020 at 11:39AM by alfonsinbox
https://ift.tt/2S2TjPG
Collaboration on an open source Reddit app
Hello! I'm currently working on Rabbit, a Reddit app clone, with the intent to create a completely free and open source alternative to the current one (in Flutter!). So far it has some basic functionality, but is still very much a work in progress. But I feel like this app could be a developed as a community effort. So all kinds of help, feedback or collaboration would be really appreciated. This is my first attempt at doing anything open source, so I expect there to be plenty to learn. And yes, I know there are other projects with similar goals. But this one aims to eventually do most things the official app does.
April 24, 2020 at 11:39AM by alfonsinbox
https://ift.tt/2S2TjPG
GitLab
Alfons Lange / Rabbit
A reddit client made with Flutter
New post on Flutter Dev Google group:
Flutter desktop windows run keeps failing
I had no problem developing my Flutter program for Windows until a few days ago when it stopped running and now I can't even get example or test programs to run. Please see detailed question on Stackoverflow: https://ift.tt/2S3TRVA
April 24, 2020 at 12:10PM by michael.s.humphreys
https://ift.tt/2Kuy6tR
Flutter desktop windows run keeps failing
I had no problem developing my Flutter program for Windows until a few days ago when it stopped running and now I can't even get example or test programs to run. Please see detailed question on Stackoverflow: https://ift.tt/2S3TRVA
April 24, 2020 at 12:10PM by michael.s.humphreys
https://ift.tt/2Kuy6tR
Stack Overflow
Flutter desktop windows run keeps failing
I am developing a programme for Windows in Flutter/Dart. The process was working fine until a few days ago when it stopped and I can't fix it despite multiple combinations of flutter.clean, deleting /
New post on Flutter Dev Google group:
web-app tutorial missing line
Hi, I am completely new to flutter and relatively new to web design, so it's possible I am missing something. However, Doing the tutorial until the end of step 1 at https://ift.tt/3eyDNEK I found this error when pressing the button: ════════ Exception caught by
April 24, 2020 at 12:16PM by Francesco Gurrieri
https://ift.tt/3bG20Y4
web-app tutorial missing line
Hi, I am completely new to flutter and relatively new to web design, so it's possible I am missing something. However, Doing the tutorial until the end of step 1 at https://ift.tt/3eyDNEK I found this error when pressing the button: ════════ Exception caught by
April 24, 2020 at 12:16PM by Francesco Gurrieri
https://ift.tt/3bG20Y4
flutter.dev
Write your first Flutter app on the web
How to create a Flutter web app.
New post on /r/flutterdev subreddit:
UI Challenge - 3D "Popping" ListView with Flutter
https://youtu.be/i7Wf1dpIJa0
April 24, 2020 at 01:11PM by Paulhal
https://ift.tt/3530XyK
UI Challenge - 3D "Popping" ListView with Flutter
https://youtu.be/i7Wf1dpIJa0
April 24, 2020 at 01:11PM by Paulhal
https://ift.tt/3530XyK
YouTube
UI Challenge - 3D "Popping" ListView with Flutter
Here's the Dribbble for this UI: https://dribbble.com/shots/11097542-Smartwatch-App-Interaction
GitHub for this project: https://github.com/PaulHalliday/flutter_watch_list
Become a Patreon! Your continued support enables me to continue creating free content:…
GitHub for this project: https://github.com/PaulHalliday/flutter_watch_list
Become a Patreon! Your continued support enables me to continue creating free content:…
New post on Flutter Dev Google group:
Re: Flutter desktop windows run keeps failing
Did you remove the question? On Fri, Apr 24, 2020 at 06:10 michael.s.humphreys < michael....@gmail.com> wrote: > I had no problem developing my Flutter program for Windows until a few > days ago when it stopped running and now I can't even get example or test > programs to run. > > Please
April 24, 2020 at 01:50PM by Suzuki Tomohiro
https://ift.tt/3cKm8Io
Re: Flutter desktop windows run keeps failing
Did you remove the question? On Fri, Apr 24, 2020 at 06:10 michael.s.humphreys < michael....@gmail.com> wrote: > I had no problem developing my Flutter program for Windows until a few > days ago when it stopped running and now I can't even get example or test > programs to run. > > Please
April 24, 2020 at 01:50PM by Suzuki Tomohiro
https://ift.tt/3cKm8Io
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:
Connect PostgeSQL hosted on Google cloud to flutter app
I've been looking all over the web for the solution and didn't find any..Can anyone please give some step by step instructions for it please? How should I set it up, do authentication and connect it to my flutter app? The whole web is filled with flutter with firebase but none of them for SQL
April 24, 2020 at 02:56PM by Peter Chovan
https://ift.tt/3bMbUaF
Connect PostgeSQL hosted on Google cloud to flutter app
I've been looking all over the web for the solution and didn't find any..Can anyone please give some step by step instructions for it please? How should I set it up, do authentication and connect it to my flutter app? The whole web is filled with flutter with firebase but none of them for SQL
April 24, 2020 at 02:56PM by Peter Chovan
https://ift.tt/3bMbUaF
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 dev on GCP Windows server
Hi how can i Dev Flutter apps on my GCP Windows server. How can i use the AVD.
April 24, 2020 at 03:05PM by FaanNewbDev
https://ift.tt/35d1RsJ
Flutter app dev on GCP Windows server
Hi how can i Dev Flutter apps on my GCP Windows server. How can i use the AVD.
April 24, 2020 at 03:05PM by FaanNewbDev
https://ift.tt/35d1RsJ
reddit
Flutter app dev on GCP Windows server
Hi how can i Dev Flutter apps on my GCP Windows server. How can i use the AVD.
New post on /r/flutterdev subreddit:
Struggling with in app purchases
Has anyone been through the frustration of getting this mechanism functional? I got a product page up and purchases work on Android, but the purchasestream listener doesn't get called on iOS and I have no idea how to troubleshoot that. Been pouring though the plug in example for days as well as tutorial videos. All seems right in my code and it's strange the exact same code works on one platform but not the other.
April 24, 2020 at 03:23PM by CodyLeet
https://ift.tt/3azuFfN
Struggling with in app purchases
Has anyone been through the frustration of getting this mechanism functional? I got a product page up and purchases work on Android, but the purchasestream listener doesn't get called on iOS and I have no idea how to troubleshoot that. Been pouring though the plug in example for days as well as tutorial videos. All seems right in my code and it's strange the exact same code works on one platform but not the other.
April 24, 2020 at 03:23PM by CodyLeet
https://ift.tt/3azuFfN
reddit
Struggling with in app purchases
Has anyone been through the frustration of getting this mechanism functional? I got a product page up and purchases work on Android, but the...
New post on /r/flutterdev subreddit:
How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?
April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m
How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?
April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m
reddit
How to develop for Flutter Web (beta) alongside the Flutter...
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also...
New post on /r/flutterdev subreddit:
Creating a menubar app for macOS
Hello,I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a floating window.I have seen a few examples of desktop apps built with Flutter, but none was a menubar app - they were all traditional ones whose icon sits in the dock.With recent developments in flutter, does anyone know if it is possible?Thanks,
April 24, 2020 at 05:24PM by AppleSplit
https://ift.tt/2xVxjzi
Creating a menubar app for macOS
Hello,I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a floating window.I have seen a few examples of desktop apps built with Flutter, but none was a menubar app - they were all traditional ones whose icon sits in the dock.With recent developments in flutter, does anyone know if it is possible?Thanks,
April 24, 2020 at 05:24PM by AppleSplit
https://ift.tt/2xVxjzi
reddit
Creating a menubar app for macOS
Hello, I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a...
New post on /r/flutterdev subreddit:
5 takeaways from writing my first Flutter Web App
https://ift.tt/2VCVPhP
April 24, 2020 at 06:19PM by lgn03
https://ift.tt/2XXONWq
5 takeaways from writing my first Flutter Web App
https://ift.tt/2VCVPhP
April 24, 2020 at 06:19PM by lgn03
https://ift.tt/2XXONWq
Medium
5 takeaways from writing my first Flutter Web App
With Flutter Web entering beta, our dream of one single code base is getting closer and closer. So I decided to try it out.
New tweet from FlutterDev:
"Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! 👏" pic.twitter.com/MoGfrh7IXQ— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
"Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! 👏" pic.twitter.com/MoGfrh7IXQ— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Custom page transitions (The Boring Flutter Development Show, Ep. 37)
https://www.youtube.com/watch?v=A3IvRX28ytU&feature=share
April 24, 2020 at 07:43PM by Pixelreddit
https://ift.tt/2RZz31l
Custom page transitions (The Boring Flutter Development Show, Ep. 37)
https://www.youtube.com/watch?v=A3IvRX28ytU&feature=share
April 24, 2020 at 07:43PM by Pixelreddit
https://ift.tt/2RZz31l
YouTube
Custom page transitions (The Boring Flutter Development Show, Ep. 37)
In this episode, Fitz makes his Boring Show debut with Filip. Continuing with the Hacker News App, they add custom page transitions, using PageRouteBuilder. ...
New post on /r/flutterdev subreddit:
Flutter Social Media - Implement Like Functionality
https://youtu.be/KFJHzyIGETY
April 24, 2020 at 07:30PM by cmcoffee91
https://ift.tt/3eNzW6T
Flutter Social Media - Implement Like Functionality
https://youtu.be/KFJHzyIGETY
April 24, 2020 at 07:30PM by cmcoffee91
https://ift.tt/3eNzW6T
YouTube
Flutter Social Media - Implement Like Functionality
In this video, I will show you how to implement the like button for posts in the news feed. In the next video, we are going to add facebook reaction type lik...