New post on /r/flutterdev subreddit:
Help an old-school guy "get" it
Can folks help me understand some ideas about how Flutter is different from old, hard-to-maintain UI frameworks that we have had in the past, such as Java Swing?I'm familiar with iOS and Android, which have great declarative UI tooling that separates the UI stuff from my code. In contrast, we've seen how old-school UI frameworks like Java Swing can quickly become a maintenance nightmare.I know that Flutter is "declarative," but it sure feels procedural. In fact, to this old man's eyes, it looks most similar to nightmarish procedural UI tools (eg Java Swing) than anything else. Even HTML/CSS keep structure and presentation more separate.To me Flutter seems like a step backwards despite the fast development cycle and fun Dart language.Am I crazy? Old? Tell me what I'm not seeing here. I'd like to like Flutter.... but right now I'm too jaded to!
July 24, 2019 at 01:51AM by yjblow
https://ift.tt/2Z8jmXd
Help an old-school guy "get" it
Can folks help me understand some ideas about how Flutter is different from old, hard-to-maintain UI frameworks that we have had in the past, such as Java Swing?I'm familiar with iOS and Android, which have great declarative UI tooling that separates the UI stuff from my code. In contrast, we've seen how old-school UI frameworks like Java Swing can quickly become a maintenance nightmare.I know that Flutter is "declarative," but it sure feels procedural. In fact, to this old man's eyes, it looks most similar to nightmarish procedural UI tools (eg Java Swing) than anything else. Even HTML/CSS keep structure and presentation more separate.To me Flutter seems like a step backwards despite the fast development cycle and fun Dart language.Am I crazy? Old? Tell me what I'm not seeing here. I'd like to like Flutter.... but right now I'm too jaded to!
July 24, 2019 at 01:51AM by yjblow
https://ift.tt/2Z8jmXd
reddit
r/FlutterDev - Help an old-school guy "get" it
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Lessons learned building the Invoice Ninja Flutter mobile app | Hillel C...
https://www.youtube.com/attribution_link?a=I9mla1krNJo&u=%2Fwatch%3Fv%3D4orXFulZBAo%26feature%3Dshare
July 24, 2019 at 02:59AM by Pixelreddit
https://ift.tt/2M9LWng
Lessons learned building the Invoice Ninja Flutter mobile app | Hillel C...
https://www.youtube.com/attribution_link?a=I9mla1krNJo&u=%2Fwatch%3Fv%3D4orXFulZBAo%26feature%3Dshare
July 24, 2019 at 02:59AM by Pixelreddit
https://ift.tt/2M9LWng
YouTube
Lessons learned building the Invoice Ninja Flutter mobile app | Hillel Coren, Invoice Ninja
Hillel Coren will be giving a talk sharing the lessons he's learned using Flutter to build Invoice Ninja's new mobile app. Some of the topics covered will in...
New post on /r/flutterdev subreddit:
Hungry for a 'complete' cryptography package on Flutter/Dart? Check out steel_crypt!
https://ift.tt/30P6u8P
July 24, 2019 at 05:36AM by AKushWarrior
https://ift.tt/2Oh0nbT
Hungry for a 'complete' cryptography package on Flutter/Dart? Check out steel_crypt!
https://ift.tt/30P6u8P
July 24, 2019 at 05:36AM by AKushWarrior
https://ift.tt/2Oh0nbT
reddit
r/dartlang - Hungry for a 'complete' cryptography package on dart? Check out steel_crypt!
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Fingerprint Authentication In Flutter
https://ift.tt/2Yl2oYf
July 24, 2019 at 05:28AM by myvsparth
https://ift.tt/2Y9RnFi
Fingerprint Authentication In Flutter
https://ift.tt/2Yl2oYf
July 24, 2019 at 05:28AM by myvsparth
https://ift.tt/2Y9RnFi
C-Sharpcorner
Fingerprint Authentication In Flutter
This article is about the implementation of Fingerprint Authentication in Flutter.
New post on /r/flutterdev subreddit:
How do you use SVG's on Flutter Web?
The flutter_web docos say to that dart:svg is ported, but how do you use that with the flutter asset / widget system?
July 24, 2019 at 04:49AM by Dazza5000
https://ift.tt/2Y7c44A
How do you use SVG's on Flutter Web?
The flutter_web docos say to that dart:svg is ported, but how do you use that with the flutter asset / widget system?
July 24, 2019 at 04:49AM by Dazza5000
https://ift.tt/2Y7c44A
reddit
r/FlutterDev - How do you use SVG's on Flutter Web?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Automated email sending plugin?
Searched everywhere and couldn’t really find a solution to this. Is there a flutter plugin for sending automated emails in the background(ie without opening email app and having user hit send)? Basically I’d like to be able to pass a sender email, receiver email, subject, body, attachments, etc.If this plugin doesn’t exist yet, how could one go about building it? I would love to build it out if possible and publish it. Any guidance here is appreciated, thanks! :-)
July 24, 2019 at 04:28AM by Throqaway
https://ift.tt/2JKXxrp
Automated email sending plugin?
Searched everywhere and couldn’t really find a solution to this. Is there a flutter plugin for sending automated emails in the background(ie without opening email app and having user hit send)? Basically I’d like to be able to pass a sender email, receiver email, subject, body, attachments, etc.If this plugin doesn’t exist yet, how could one go about building it? I would love to build it out if possible and publish it. Any guidance here is appreciated, thanks! :-)
July 24, 2019 at 04:28AM by Throqaway
https://ift.tt/2JKXxrp
reddit
r/FlutterDev - Automated email sending plugin?
3 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Beginners: Build Responsive Intro Page Layout & Create Custom Dialog Box Using Named Routes
https://youtu.be/ERLO4LzFv-M
July 24, 2019 at 08:13AM by projectmind_guru
https://ift.tt/2LCDFc7
Flutter Beginners: Build Responsive Intro Page Layout & Create Custom Dialog Box Using Named Routes
https://youtu.be/ERLO4LzFv-M
July 24, 2019 at 08:13AM by projectmind_guru
https://ift.tt/2LCDFc7
YouTube
(Ep 18) Flutter: Build Responsive Intro Page Layout & Create Custom Dialog Box Using Named Routes
This video will cover some fundamentals for building out a responsive page layout in flutter that will resize to look great on all devices. After that we’re ...
New post on /r/flutterdev subreddit:
GRPC - the best way to http2 in flutter.
Hi, anybody knows how to use GRPC client side in flutter? Google results not satisfying me, and i want to know your opinion. Im not suggesting any tutorial from google, and it is targeted
July 24, 2019 at 09:21AM by flumoo
https://ift.tt/2Z6Z28F
GRPC - the best way to http2 in flutter.
Hi, anybody knows how to use GRPC client side in flutter? Google results not satisfying me, and i want to know your opinion. Im not suggesting any tutorial from google, and it is targeted
July 24, 2019 at 09:21AM by flumoo
https://ift.tt/2Z6Z28F
reddit
r/FlutterDev - GRPC - the best way to http2 in flutter.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Audio recorder widget
Has anyone found a good audio/voice recording widget ideally with some visualisation (VU meter/soundwave type of animation)?
July 24, 2019 at 09:14AM by npva
https://ift.tt/2Ogv7tt
Audio recorder widget
Has anyone found a good audio/voice recording widget ideally with some visualisation (VU meter/soundwave type of animation)?
July 24, 2019 at 09:14AM by npva
https://ift.tt/2Ogv7tt
reddit
r/FlutterDev - Audio recorder widget
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
What you want to learn next?
After completing the series "Architect your Flutter project using BLoC pattern". I am looking out for topics to write on. Let me know what should I be writing next ? :grinning:
July 24, 2019 at 10:54AM by sagarsuri56
https://ift.tt/2M5xzAx
What you want to learn next?
After completing the series "Architect your Flutter project using BLoC pattern". I am looking out for topics to write on. Let me know what should I be writing next ? :grinning:
July 24, 2019 at 10:54AM by sagarsuri56
https://ift.tt/2M5xzAx
reddit
r/FlutterDev - What you want to learn next?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: Infinite ListView with Redux
https://ift.tt/312gmfF
July 24, 2019 at 12:06PM by EngineerScientist
https://ift.tt/32YjDyi
Flutter: Infinite ListView with Redux
https://ift.tt/312gmfF
July 24, 2019 at 12:06PM by EngineerScientist
https://ift.tt/32YjDyi
Medium
Flutter: Infinite ListView with Redux
Utilizing Redux to bring a reliable infinite list with “pull-to-refresh” and error handling to your Flutter project.
New post on /r/flutterdev subreddit:
Dart, Flutter and GRPC. Error in generated files. Maybe you know answer?
https://ift.tt/30Vy4Bj
July 24, 2019 at 11:53AM by flumoo
https://ift.tt/32NdDIm
Dart, Flutter and GRPC. Error in generated files. Maybe you know answer?
https://ift.tt/30Vy4Bj
July 24, 2019 at 11:53AM by flumoo
https://ift.tt/32NdDIm
GitHub
GRPC Dart client files generated with protoc.exe with error The method 'pc' isn't defined for the class 'BuilderInfo'. · Issue…
Error: The method 'pc' isn't defined for the class 'BuilderInfo'. in line: class WUFPersonalDetails extends $pb.GeneratedMessage { static final $pb.BuilderIn...
New post on /r/flutterdev subreddit:
Oh, it seems Flutter's pub.dev is down now
https://imgur.com/xbZDoJ9
July 24, 2019 at 11:44AM by anticafe
https://ift.tt/2XWpJ38
Oh, it seems Flutter's pub.dev is down now
https://imgur.com/xbZDoJ9
July 24, 2019 at 11:44AM by anticafe
https://ift.tt/2XWpJ38
Imgur
Oh, it seems Flutter's pub.dev is down now
New post on /r/flutterdev subreddit:
is flutter web (humming bird) ready for production?
I have an e-commerce project and I have done it's android and IOS app in flutter. I was wondering if flutter web (humming bird) is ready for production so that I can use it for my project?
July 24, 2019 at 01:52PM by mojtabaparvar
https://ift.tt/2M66ywR
is flutter web (humming bird) ready for production?
I have an e-commerce project and I have done it's android and IOS app in flutter. I was wondering if flutter web (humming bird) is ready for production so that I can use it for my project?
July 24, 2019 at 01:52PM by mojtabaparvar
https://ift.tt/2M66ywR
reddit
r/FlutterDev - is flutter web (humming bird) ready for production?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: Alert Dialogs with rflutter_alert
https://www.youtube.com/watch?v=7iO2WqaA6oM
July 24, 2019 at 01:44PM by Paulhal
https://ift.tt/2Y3t14Q
Flutter: Alert Dialogs with rflutter_alert
https://www.youtube.com/watch?v=7iO2WqaA6oM
July 24, 2019 at 01:44PM by Paulhal
https://ift.tt/2Y3t14Q
YouTube
Flutter: Alert Dialogs with rflutter_alert
Flutter: Alert Dialogs with rflutter_alert
Looking for a library that helps you display custom alert dialog boxes in an easy to use way? Check out rflutter_alert!
Become a Patreon! Your continued support enables me to continue creating free content: ht…
Looking for a library that helps you display custom alert dialog boxes in an easy to use way? Check out rflutter_alert!
Become a Patreon! Your continued support enables me to continue creating free content: ht…
New post on Flutter Dev Google group:
Firebase Cloud Messaging
When I tried to use Firebase Cloud Messaging in my flutter project I encountered following error in android development process ** What went wrong:* *A problem occurred evaluating project ':app'.* *> com.google.common.collect.ImmutableSet.toImmutableSet()Ljava/util/stream/Collector;* I found
July 24, 2019 at 02:41PM by Krishna Gandrath
https://ift.tt/2JMaXn0
Firebase Cloud Messaging
When I tried to use Firebase Cloud Messaging in my flutter project I encountered following error in android development process ** What went wrong:* *A problem occurred evaluating project ':app'.* *> com.google.common.collect.ImmutableSet.toImmutableSet()Ljava/util/stream/Collector;* I found
July 24, 2019 at 02:41PM by Krishna Gandrath
https://ift.tt/2JMaXn0
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 Push Notification Using Firebase
https://ift.tt/2y5N2Iu
July 24, 2019 at 02:34PM by myvsparth
https://ift.tt/2M9ewoR
Flutter Push Notification Using Firebase
https://ift.tt/2y5N2Iu
July 24, 2019 at 02:34PM by myvsparth
https://ift.tt/2M9ewoR
C-Sharpcorner
Flutter Push Notification Using Firebase
In this article we are going to learn how to integrate Firebase push notifications in Flutter applications
New post on /r/flutterdev subreddit:
I created a new, simpler solution for encryption in Dart/Flutter. It includes hashing, symmetric and asymmetric encryption, and key generation. Check it out!
https://ift.tt/2XVd5S2
July 24, 2019 at 03:46PM by AKushWarrior
https://ift.tt/2OpvulQ
I created a new, simpler solution for encryption in Dart/Flutter. It includes hashing, symmetric and asymmetric encryption, and key generation. Check it out!
https://ift.tt/2XVd5S2
July 24, 2019 at 03:46PM by AKushWarrior
https://ift.tt/2OpvulQ
Dart packages
steel_crypt | Dart Package
A collection of high-level API's exposing crypto/encrypt to perform hashing and encrypting in popular/secure algorithms.
New post on /r/flutterdev subreddit:
A beautiful and custom alert dialog for flutter
https://ift.tt/2Z4gDhn
July 24, 2019 at 04:22PM by heshanfu
https://ift.tt/32Q0UEL
A beautiful and custom alert dialog for flutter
https://ift.tt/2Z4gDhn
July 24, 2019 at 04:22PM by heshanfu
https://ift.tt/32Q0UEL
Flutter Awesome
A beautiful and custom alert dialog for flutter
A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android.
New post on /r/flutterdev subreddit:
Why development teams are adopting GraphQL
https://ift.tt/2YlE5JM
July 24, 2019 at 04:04PM by oczekkk
https://ift.tt/30RUpQ3
Why development teams are adopting GraphQL
https://ift.tt/2YlE5JM
July 24, 2019 at 04:04PM by oczekkk
https://ift.tt/30RUpQ3
Why development teams are adopting GraphQL? | GraphQL Blog
GraphQL is a query language for APIs that was originally built by Facebook, it ...