New post on /r/flutterdev subreddit:
60 Days of Flutter : Day 6–7 : Implementing a Slideable Widget Using Bottomsheet in Flutter
https://ift.tt/2zcm56B
August 19, 2019 at 09:21PM by aditya_gurjar
https://ift.tt/2TUJu6d
60 Days of Flutter : Day 6–7 : Implementing a Slideable Widget Using Bottomsheet in Flutter
https://ift.tt/2zcm56B
August 19, 2019 at 09:21PM by aditya_gurjar
https://ift.tt/2TUJu6d
Medium
60 Days of Flutter : Day 6–7 : Implementing a Slideable Widget Using Bottomsheet in Flutter
And the chat list
New post on /r/flutterdev subreddit:
Dart Fundamentals - Mixins
https://ift.tt/30gnzZi
August 19, 2019 at 10:33PM by Purple_Pizzazz
https://ift.tt/2ZjaxNm
Dart Fundamentals - Mixins
https://ift.tt/30gnzZi
August 19, 2019 at 10:33PM by Purple_Pizzazz
https://ift.tt/2ZjaxNm
Codingwithjoe
Dart Fundamentals-Mixins | Coding With Joe
Dart mixins are a wonderful language feature that can help you reuse code across classes. In this article we will explore Dart mixins with a working example. In
New post on Flutter Dev Google group:
Fwd: Flutter survey
Hello Team, One of the last question related to furthest development that current app. The word Experimenting is used for options which are kind of confusing. I'm actually developing a real app it is still in development. For me, experimenting is just like playing around or doing a prototype.
August 20, 2019 at 02:08AM by phadqn ster
https://ift.tt/2z85lx9
Fwd: Flutter survey
Hello Team, One of the last question related to furthest development that current app. The word Experimenting is used for options which are kind of confusing. I'm actually developing a real app it is still in development. For me, experimenting is just like playing around or doing a prototype.
August 20, 2019 at 02:08AM by phadqn ster
https://ift.tt/2z85lx9
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:
Unable to refactor this widget
im trying to refactor my padding widget Select the widget in the flutter outline->rt click-> extract widget but it gives me an error " reference to an enclosing class method cannot be extracted” . how to solve this?
August 20, 2019 at 04:39AM by Bhuvan Vohra
https://ift.tt/2Hc3ITC
Unable to refactor this widget
im trying to refactor my padding widget Select the widget in the flutter outline->rt click-> extract widget but it gives me an error " reference to an enclosing class method cannot be extracted” . how to solve this?
August 20, 2019 at 04:39AM by Bhuvan Vohra
https://ift.tt/2Hc3ITC
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:
Start flutter programing
https://ift.tt/2KXcplH
August 20, 2019 at 04:54AM by kalpesh1601
https://ift.tt/2MrBQzk
Start flutter programing
https://ift.tt/2KXcplH
August 20, 2019 at 04:54AM by kalpesh1601
https://ift.tt/2MrBQzk
Toastguyz
Flutter Introduction - Toastguyz
Toastguyz has been overwhelmed by the support of users who are continuously visiting our site and motivating us to write more interesting tutorials. So we have come up with a new tutorial series based on hybrid app development which is flutter framework.…
New post on /r/flutterdev subreddit:
Technical advice needed Flutter Firebase vs Cloud Functions
I'm writing an app that is using Stripe as a payment gateway and Firebase Cloud Firestore to hold all the users data.I'm wanting to know, where would the best place be to put the 'Create', 'Read', 'Update' etc for the user data code. Would this belong in Cloud Functions or is it better to write this in pure Dart/Flutter Classes? Is there any best practices around this?Haven't been able to find anything about this. I've seen a few tutorials but am yet to find a tutorial that uses Cloud Functions and Firestore for storing data.Thanks.
August 20, 2019 at 02:02AM by ChaosFlow
https://ift.tt/33MHQYw
Technical advice needed Flutter Firebase vs Cloud Functions
I'm writing an app that is using Stripe as a payment gateway and Firebase Cloud Firestore to hold all the users data.I'm wanting to know, where would the best place be to put the 'Create', 'Read', 'Update' etc for the user data code. Would this belong in Cloud Functions or is it better to write this in pure Dart/Flutter Classes? Is there any best practices around this?Haven't been able to find anything about this. I've seen a few tutorials but am yet to find a tutorial that uses Cloud Functions and Firestore for storing data.Thanks.
August 20, 2019 at 02:02AM by ChaosFlow
https://ift.tt/33MHQYw
reddit
r/FlutterDev - Technical advice needed Flutter Firebase vs Cloud Functions
5 votes and 6 comments so far on Reddit
New post on Flutter Dev Google group:
Hello all - I am hosting flutter meet ups ? Anyways to get swag from google or some sort of sponsorship for it?
Hello Friends: Anyway to get some swag for our meet up members for a flutter meet up events? https://ift.tt/2ZiLABM join us by the way! sincerely, Jose Velez
August 20, 2019 at 07:06AM by Jose Velez
https://ift.tt/30moxn4
Hello all - I am hosting flutter meet ups ? Anyways to get swag from google or some sort of sponsorship for it?
Hello Friends: Anyway to get some swag for our meet up members for a flutter meet up events? https://ift.tt/2ZiLABM join us by the way! sincerely, Jose Velez
August 20, 2019 at 07:06AM by Jose Velez
https://ift.tt/30moxn4
Meetup
Members - Flutter.dev and Healthcare with a Grain of Business (Redwood City, CA)
Current members of Flutter.dev and Healthcare with a Grain of Business, a Meetup group with 67 members in Redwood City, CA
New post on /r/flutterdev subreddit:
How do you put up with Flutter's UI code?
My goodness, the nested hell and the tons of brackets and also the way examples use so many ternary operators.This is worst than the days when I used to code TurboVision for DOS.Why do people re-invent old stuff then re-engineer it and make it so ugly that it's now called beautiful?!What's the point of over-engineering things like this and make it difficult to work with designers?No matter how much I tried to read all the flutter docs out there, the way you write the UI code is freaking disgusting and everyone's like in a zombie trance state of mind trying to convince themselves this is beautiful and the right way to go.What has happened to the industry? All the bad practices and ugly code formatting/patterns are now considered a must or wonderful.Has everyone gone bonkers ?
August 20, 2019 at 07:45AM by tonefart
https://ift.tt/2KTlex3
How do you put up with Flutter's UI code?
My goodness, the nested hell and the tons of brackets and also the way examples use so many ternary operators.This is worst than the days when I used to code TurboVision for DOS.Why do people re-invent old stuff then re-engineer it and make it so ugly that it's now called beautiful?!What's the point of over-engineering things like this and make it difficult to work with designers?No matter how much I tried to read all the flutter docs out there, the way you write the UI code is freaking disgusting and everyone's like in a zombie trance state of mind trying to convince themselves this is beautiful and the right way to go.What has happened to the industry? All the bad practices and ugly code formatting/patterns are now considered a must or wonderful.Has everyone gone bonkers ?
August 20, 2019 at 07:45AM by tonefart
https://ift.tt/2KTlex3
reddit
r/FlutterDev - How do you put up with Flutter's UI code?
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
CSRF token returning 406 error
final Dio _dio = Dio(); PersistCookieJar persistentCookies; final String url = "https://ift.tt/2ZdUVei"; Future get _localPath async { final directory = await getApplicationDocumentsDirectory(); print(directory.path); return directory.path; }
August 20, 2019 at 08:54AM by mahantappa b k
https://ift.tt/30ls1WS
CSRF token returning 406 error
final Dio _dio = Dio(); PersistCookieJar persistentCookies; final String url = "https://ift.tt/2ZdUVei"; Future get _localPath async { final directory = await getApplicationDocumentsDirectory(); print(directory.path); return directory.path; }
August 20, 2019 at 08:54AM by mahantappa b k
https://ift.tt/30ls1WS
New post on /r/flutterdev subreddit:
What is Flutter? About the joy of flutter
https://ift.tt/2KGS6tU
August 20, 2019 at 08:14AM by SolaceInfotech
https://ift.tt/31PdMtv
What is Flutter? About the joy of flutter
https://ift.tt/2KGS6tU
August 20, 2019 at 08:14AM by SolaceInfotech
https://ift.tt/31PdMtv
New post on /r/flutterdev subreddit:
Flutter Startup Workshop
Hi there,We’re happy to share with you a great Flutter event coming up in London on October 16-17.Digital Pomegranate is bringing its award-winning Flutter development team to London and is giving a great chance for beginner #Flutter developers to create an app using the Flutter framework.We’ll be offering 1-to-1 instruction over two days on effectively coding with Flutter and creating a successful startup. We are going to fully create an app in just 2 days and show how to code it, package it, market it and profit from it!!!We are offering ONLY 30 on-location spots for London. There are also 50 spots available for live online so anyone in the world can fully participate live and online for those who can not make it to London.London Oct 16-17https://bit.ly/2Z0V1XjThanks for your time.
August 20, 2019 at 09:35AM by manushaktoroyan
https://ift.tt/2KUXGIf
Flutter Startup Workshop
Hi there,We’re happy to share with you a great Flutter event coming up in London on October 16-17.Digital Pomegranate is bringing its award-winning Flutter development team to London and is giving a great chance for beginner #Flutter developers to create an app using the Flutter framework.We’ll be offering 1-to-1 instruction over two days on effectively coding with Flutter and creating a successful startup. We are going to fully create an app in just 2 days and show how to code it, package it, market it and profit from it!!!We are offering ONLY 30 on-location spots for London. There are also 50 spots available for live online so anyone in the world can fully participate live and online for those who can not make it to London.London Oct 16-17https://bit.ly/2Z0V1XjThanks for your time.
August 20, 2019 at 09:35AM by manushaktoroyan
https://ift.tt/2KUXGIf
New post on /r/flutterdev subreddit:
Free ebook to learn the flutter framework quickly
https://ift.tt/2NuCWdl
August 20, 2019 at 01:15PM by prabakarinfo
https://ift.tt/2Hg3smC
Free ebook to learn the flutter framework quickly
https://ift.tt/2NuCWdl
August 20, 2019 at 01:15PM by prabakarinfo
https://ift.tt/2Hg3smC
New post on /r/flutterdev subreddit:
Flutter: Talking to a Webview
https://ift.tt/2Mq4wIX
August 20, 2019 at 02:14PM by codinglatte
https://ift.tt/2TLytnu
Flutter: Talking to a Webview
https://ift.tt/2Mq4wIX
August 20, 2019 at 02:14PM by codinglatte
https://ift.tt/2TLytnu
Medium
Flutter: Talking to a Webview
While its still considered a “Developers Preview”, the first-party WebView plugin for Flutter is now quite usable for a range of tasks…
New post on /r/flutterdev subreddit:
What are the architectural differences between Flutter for Desktop and Electron?
Hello everyone.I have been getting into Flutter lately and I really like it. I'm just a hobbyist (without a CS background) coming from Python and Rust. I have no JS experience (or better: only very little). One thing I like about Flutter is the upcoming Flutter for Desktop feature which should make coding cross plattform apps much nicer and easier than what I currently use (Rust and GTK).What I like to understand is: How does Flutter for Desktop compare to Electron? Especially its underlying architecture. I did some research and it looks fairly similar. There's a VM and standard library (DartVM and Dart standard library vs V8/Chromium and node.js). But it seems the rendering will still be based on Skia compared to Electron which seems to just be a V8/Chromium Webview (or whatever that is called).By far the biggest complaint about Electron is that it is so resource-intensive. Probably due to it requiring a full running "browser" (meaning V8). How will this be different in Flutter for Desktop? I suppose that Flutter is only AOT compiled for ARM/Mobile and not for x86_64 machines? At least so far I never heard of Dart being able to be compiled to x86_64 machine code.However I cannot properly assess the situation due to my lack of a CS background. Will Flutter for Desktop only use less memory/RAM or will it actually be significantly faster? And if the latter: Fast in just processing or also in rendering? It would seem that Skia is WAY faster than HTML/DOM Rendering within V8. So even WAY more faster than Flutter vs React Native on mobile.However the actual speed of the language should be fairly similar. Most benchmark show that Dart (in its VM) is about as fast as JS. Depending on the task.Which of my assumptions are correct? What did I get wrong? What have I missed? Really any input is welcome here.Thanks a lot in advance!
August 20, 2019 at 03:45PM by booooomba
https://ift.tt/2HfNs44
What are the architectural differences between Flutter for Desktop and Electron?
Hello everyone.I have been getting into Flutter lately and I really like it. I'm just a hobbyist (without a CS background) coming from Python and Rust. I have no JS experience (or better: only very little). One thing I like about Flutter is the upcoming Flutter for Desktop feature which should make coding cross plattform apps much nicer and easier than what I currently use (Rust and GTK).What I like to understand is: How does Flutter for Desktop compare to Electron? Especially its underlying architecture. I did some research and it looks fairly similar. There's a VM and standard library (DartVM and Dart standard library vs V8/Chromium and node.js). But it seems the rendering will still be based on Skia compared to Electron which seems to just be a V8/Chromium Webview (or whatever that is called).By far the biggest complaint about Electron is that it is so resource-intensive. Probably due to it requiring a full running "browser" (meaning V8). How will this be different in Flutter for Desktop? I suppose that Flutter is only AOT compiled for ARM/Mobile and not for x86_64 machines? At least so far I never heard of Dart being able to be compiled to x86_64 machine code.However I cannot properly assess the situation due to my lack of a CS background. Will Flutter for Desktop only use less memory/RAM or will it actually be significantly faster? And if the latter: Fast in just processing or also in rendering? It would seem that Skia is WAY faster than HTML/DOM Rendering within V8. So even WAY more faster than Flutter vs React Native on mobile.However the actual speed of the language should be fairly similar. Most benchmark show that Dart (in its VM) is about as fast as JS. Depending on the task.Which of my assumptions are correct? What did I get wrong? What have I missed? Really any input is welcome here.Thanks a lot in advance!
August 20, 2019 at 03:45PM by booooomba
https://ift.tt/2HfNs44
reddit
r/FlutterDev - What are the architectural differences between Flutter for Desktop and Electron?
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Error when run Navigation.pushReplacement with Stream + Bloc
Hi guys How are you. I started to development in Flutter and try to build a app with login feature. I used bloc + stream + provider to do it but I am having some error that can be seeing in this issue https://ift.tt/2z9RtCz Someone can help me? Thanks
August 20, 2019 at 08:12PM by Lucas Simon
https://ift.tt/2P4v4S7
Error when run Navigation.pushReplacement with Stream + Bloc
Hi guys How are you. I started to development in Flutter and try to build a app with login feature. I used bloc + stream + provider to do it but I am having some error that can be seeing in this issue https://ift.tt/2z9RtCz Someone can help me? Thanks
August 20, 2019 at 08:12PM by Lucas Simon
https://ift.tt/2P4v4S7
GitHub
Error when run Navigation.pushReplacement with Stream + Bloc · Issue #1 · lucassimon/login_in_flutter
Stream Builder on Login Screen Bloc code Performing hot restart... Restarted application in 1,564ms. I/flutter (14094): not_authenticathed I/art (14094): Do partial code cache collection, code=30KB...
New post on /r/flutterdev subreddit:
Sliding Puzzle with a Twist - Live Camera Jigsaw
Preview Link: https://github.com/mannprerak2/JigsawCameraPuzzle/blob/master/GIF/gif.gifRepo Link: https://github.com/mannprerak2/JigsawCameraPuzzleDownload Apk here: https://github.com/mannprerak2/JigsawCameraPuzzle/releases/download/v1.0/app-release.apkMade this sliding Jigsaw Puzzle for the Flutter Create Challenge (has less than 5 kb of dart code). Turned out to be a good pass time. Learned a lot about Alignment, Overflow boxes, and Clipper.Should I go on to make this a game to release it on the Playstore? please leave your thoughts
August 20, 2019 at 08:19PM by mannprerak
https://ift.tt/2zaMbH5
Sliding Puzzle with a Twist - Live Camera Jigsaw
Preview Link: https://github.com/mannprerak2/JigsawCameraPuzzle/blob/master/GIF/gif.gifRepo Link: https://github.com/mannprerak2/JigsawCameraPuzzleDownload Apk here: https://github.com/mannprerak2/JigsawCameraPuzzle/releases/download/v1.0/app-release.apkMade this sliding Jigsaw Puzzle for the Flutter Create Challenge (has less than 5 kb of dart code). Turned out to be a good pass time. Learned a lot about Alignment, Overflow boxes, and Clipper.Should I go on to make this a game to release it on the Playstore? please leave your thoughts
August 20, 2019 at 08:19PM by mannprerak
https://ift.tt/2zaMbH5
GitHub
mannprerak2/JigsawCameraPuzzle
A jigsaw puzzle with live camera image, made with Flutter - mannprerak2/JigsawCameraPuzzle
New post on /r/flutterdev subreddit:
How to Ad Admob to Flutter
https://youtu.be/xSrNB6ge66Q
August 20, 2019 at 09:54PM by EngineerScientist
https://ift.tt/2NnjTBs
How to Ad Admob to Flutter
https://youtu.be/xSrNB6ge66Q
August 20, 2019 at 09:54PM by EngineerScientist
https://ift.tt/2NnjTBs
YouTube
How to Add Admob to Flutter
Coding Video tutorial on how to add admob to flutter using the firebase_admob dart packagemusic by Claudiu Moga ( NikiN https://audiojungle.net/user/nikin/po...
New post on /r/flutterdev subreddit:
Best practices - keeping local and remote db in sync
Hi /r/flutterdev, I am looking for a way to keep a local and a remote db in sync. So when a change is made locally, it gets persisted and as soon as the user has internet connection, synchronized with the remote db.What do you guys use? I have seen that firebase allows this behavior, but I'd prefer to do it without firebase. Are there other options? (For android, there seems to be realm.io or the SyncAdapter) Or should I develop a custom solution on my own?
August 20, 2019 at 10:22PM by Vhey
https://ift.tt/2P4FwJl
Best practices - keeping local and remote db in sync
Hi /r/flutterdev, I am looking for a way to keep a local and a remote db in sync. So when a change is made locally, it gets persisted and as soon as the user has internet connection, synchronized with the remote db.What do you guys use? I have seen that firebase allows this behavior, but I'd prefer to do it without firebase. Are there other options? (For android, there seems to be realm.io or the SyncAdapter) Or should I develop a custom solution on my own?
August 20, 2019 at 10:22PM by Vhey
https://ift.tt/2P4FwJl
reddit
r/FlutterDev - Best practices - keeping local and remote db in sync
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
'60 Days of Flutter: Building a Messenger from Scratch' : Day 8 : Changing The Launcher Icon and Implementing GestureDetector
https://ift.tt/2P6s2wM
August 20, 2019 at 10:18PM by aditya_gurjar
https://ift.tt/2zb37x9
'60 Days of Flutter: Building a Messenger from Scratch' : Day 8 : Changing The Launcher Icon and Implementing GestureDetector
https://ift.tt/2P6s2wM
August 20, 2019 at 10:18PM by aditya_gurjar
https://ift.tt/2zb37x9
Medium
60 Days of Flutter : Day 8 : Changing The Launcher Icon and Implementing GestureDetector
Today’s post is going to be a mix of few different things. We’re gonna start with quickly changing the app’s logo and then move on to the…
New post on /r/flutterdev subreddit:
Flutter UI - Calculator-Checklist
https://youtu.be/l7MspzeKmMw
August 20, 2019 at 11:59PM by javico2609
https://ift.tt/2zmUCPP
Flutter UI - Calculator-Checklist
https://youtu.be/l7MspzeKmMw
August 20, 2019 at 11:59PM by javico2609
https://ift.tt/2zmUCPP
YouTube
Flutter UI - Calculator--Checklist
https://dribbble.com/shots/4856079-Calculator-on-Checklist-Concept/attachments/1095798
https://github.com/javico2609/flutter-challenges
https://github.com/javico2609/flutter-challenges