New post on Flutter Dev Google group:
Compensated Flutter Users Focus Group
My company JR Research is conducting research with current Flutter users and past users in the USA. For this particular study I need the developers to be based in the USA, Our study is a 60 min phone interview and is paying $300.00 for all participants. Please contact me ASAP if you are intereste
August 26, 2019 at 10:38PM by Jim Ralston
https://ift.tt/2MEjPO3
Compensated Flutter Users Focus Group
My company JR Research is conducting research with current Flutter users and past users in the USA. For this particular study I need the developers to be based in the USA, Our study is a 60 min phone interview and is paying $300.00 for all participants. Please contact me ASAP if you are intereste
August 26, 2019 at 10:38PM by Jim Ralston
https://ift.tt/2MEjPO3
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:
'60 Days of Flutter: Building a Messenger from Scratch' : Day 12–14 : Understanding BLoC Pattern in Flutter
https://ift.tt/2MFaDt4
August 26, 2019 at 10:03PM by aditya_gurjar
https://ift.tt/2znHz0m
'60 Days of Flutter: Building a Messenger from Scratch' : Day 12–14 : Understanding BLoC Pattern in Flutter
https://ift.tt/2MFaDt4
August 26, 2019 at 10:03PM by aditya_gurjar
https://ift.tt/2znHz0m
Medium
60 Days of Flutter : Day 12–14 : Understanding BLoC Pattern in Flutter
As the title suggests, today I’m not going to code anything. I spent the past three days reading different articles and watching videos…
New post on /r/flutterdev subreddit:
Split Bar in Flutter. Lets you touch between two horizontal sections to resize the split point.
https://ift.tt/2ZrM18Q
August 26, 2019 at 11:57PM by EngineerScientist
https://ift.tt/2KWhmMO
Split Bar in Flutter. Lets you touch between two horizontal sections to resize the split point.
https://ift.tt/2ZrM18Q
August 26, 2019 at 11:57PM by EngineerScientist
https://ift.tt/2KWhmMO
Gist
Split Bar in Flutter. Lets you touch between two horizontal sections to resize the split point.
Split Bar in Flutter. Lets you touch between two horizontal sections to resize the split point. - split_bar.dart
New post on /r/flutterdev subreddit:
Why are so many Flutter courses not using best security practices? Especially with Firebase?
Why are all these courses on #Flutter with #Firebase as a backend not teaching best security practices?When you create a user record in a #Firestore with Firebase Auth you should be using a Cloud Function. Unbelievable. No wonder so many firebase solutions have security problems.
August 26, 2019 at 11:46PM by mtbikeraz
https://ift.tt/325K8jS
Why are so many Flutter courses not using best security practices? Especially with Firebase?
Why are all these courses on #Flutter with #Firebase as a backend not teaching best security practices?When you create a user record in a #Firestore with Firebase Auth you should be using a Cloud Function. Unbelievable. No wonder so many firebase solutions have security problems.
August 26, 2019 at 11:46PM by mtbikeraz
https://ift.tt/325K8jS
New post on /r/flutterdev subreddit:
We Are Now Creating Flutter Tutorials!
https://ift.tt/2Zp2PNH
August 27, 2019 at 02:53AM by Swefnian
https://ift.tt/2U3I8Gf
We Are Now Creating Flutter Tutorials!
https://ift.tt/2Zp2PNH
August 27, 2019 at 02:53AM by Swefnian
https://ift.tt/2U3I8Gf
raywenderlich.com
We Are Now Creating Flutter Tutorials!
We’ve launched an entire section devoted to Flutter on raywenderlich.com for new courses, screencasts and tutorials. Check it out!
New post on Flutter Dev Google group:
Android Extranal SDK Used in flutter.
HI, I have create new flutter application and what are the possible for old android projects used in flutter application. and my own external SDK arr file used in flutter soluation what are steps please let me. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar s
August 27, 2019 at 05:55AM by kalyan s
https://ift.tt/2Hs798V
Android Extranal SDK Used in flutter.
HI, I have create new flutter application and what are the possible for old android projects used in flutter application. and my own external SDK arr file used in flutter soluation what are steps please let me. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar s
August 27, 2019 at 05:55AM by kalyan s
https://ift.tt/2Hs798V
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:
Dart nullability syntax decision: a?[b] or a?.[b]
https://ift.tt/2Pfa6jy
August 27, 2019 at 06:25AM by EngineerScientist
https://ift.tt/2Nyuxpa
Dart nullability syntax decision: a?[b] or a?.[b]
https://ift.tt/2Pfa6jy
August 27, 2019 at 06:25AM by EngineerScientist
https://ift.tt/2Nyuxpa
Medium
Dart nullability syntax decision: a?[b] or a?.[b]
Dart is in the process of redesigning its type system so that individual types will be either nullable (expressions of that type can have…
New post on Flutter Dev Google group:
Android External SDK used in Flutter application.
Hi, I have create new flutter application and what are the possible for android external SDK used in flutter application. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar
August 27, 2019 at 08:01AM by kalyan s
https://ift.tt/2U58jMC
Android External SDK used in Flutter application.
Hi, I have create new flutter application and what are the possible for android external SDK used in flutter application. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar
August 27, 2019 at 08:01AM by kalyan s
https://ift.tt/2U58jMC
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:
Responsive Design for Flutter: Getting Started
https://ift.tt/2Hr0yLL
August 27, 2019 at 08:22AM by Elixane
https://ift.tt/2MBpTqF
Responsive Design for Flutter: Getting Started
https://ift.tt/2Hr0yLL
August 27, 2019 at 08:22AM by Elixane
https://ift.tt/2MBpTqF
raywenderlich.com
Responsive Design for Flutter: Getting Started
In this Flutter Responsive Design tutorial you’ll learn how to build a Flutter app that responds to layout changes such as screen size and orientation.
New post on Flutter Dev Google group:
How can use android SDK in flutter projects using android studio
Hi , I have a external SDK .aar file and i need to use it in my application. i added External Android SDK .aar file in android/libs/ folder and added its dependencies in the build.gradle line as below. compile(name:'Android-SDK-{version}', ext:'aar') I have add dependencies section in gradle
August 27, 2019 at 08:53AM by kalyan s
https://ift.tt/2MHLopF
How can use android SDK in flutter projects using android studio
Hi , I have a external SDK .aar file and i need to use it in my application. i added External Android SDK .aar file in android/libs/ folder and added its dependencies in the build.gradle line as below. compile(name:'Android-SDK-{version}', ext:'aar') I have add dependencies section in gradle
August 27, 2019 at 08:53AM by kalyan s
https://ift.tt/2MHLopF
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:
Top 12 configuration mistakes that will fail your mobile CI build
https://ift.tt/30CbJJ9
August 27, 2019 at 10:51AM by Gigatronbot
https://ift.tt/2Zs9OJY
Top 12 configuration mistakes that will fail your mobile CI build
https://ift.tt/30CbJJ9
August 27, 2019 at 10:51AM by Gigatronbot
https://ift.tt/2Zs9OJY
Codemagic blog
Top 12 configuration mistakes that will fail your mobile CI build
Most common configuration mistakes that will fail your mobile app build with insights from real user cases on CI/CD for Flutter apps.
New post on /r/flutterdev subreddit:
From Kotlin to Dart Cheat Sheet - Basics
https://ift.tt/30CbNZp
August 27, 2019 at 10:48AM by natiginfo
https://ift.tt/2Zs4Qgl
From Kotlin to Dart Cheat Sheet - Basics
https://ift.tt/30CbNZp
August 27, 2019 at 10:48AM by natiginfo
https://ift.tt/2Zs4Qgl
natigbabayev.com
From Kotlin to Dart Cheat Sheet - Basics
This cheat sheet is for Kotlin developers who wants to learn basics of the Dart programming language.
New post on Flutter Dev Google group:
GUI editor for creating flutter components
When is it planned to create a convenient graphical editor for layout components? Let’s not we always write their code? Thank.
August 27, 2019 at 11:11AM by Arsen Guzhva
https://ift.tt/2HpMdiD
GUI editor for creating flutter components
When is it planned to create a convenient graphical editor for layout components? Let’s not we always write their code? Thank.
August 27, 2019 at 11:11AM by Arsen Guzhva
https://ift.tt/2HpMdiD
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:
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
https://ift.tt/2znl0ZR
August 27, 2019 at 02:33PM by zepecat
https://ift.tt/2Pd3IJx
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
https://ift.tt/2znl0ZR
August 27, 2019 at 02:33PM by zepecat
https://ift.tt/2Pd3IJx
Welcome to Miquido blog!
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
It’s hard to imagine developing Flutter app for the iOS platform without macOS. However, it's possible!
New post on Flutter Dev Google group:
FormBuilder - hide form object?
How can I hide a form object like FormBuilderStepper? There are certain onChange events that will make me want to show or hide form objects. but I can't find any documentation on how to do this. Thanks, Matt -- m.ma...@gmail.com (805) 689-2616
August 27, 2019 at 03:52PM by Matt Mason
https://ift.tt/30CWb8f
FormBuilder - hide form object?
How can I hide a form object like FormBuilderStepper? There are certain onChange events that will make me want to show or hide form objects. but I can't find any documentation on how to do this. Thanks, Matt -- m.ma...@gmail.com (805) 689-2616
August 27, 2019 at 03:52PM by Matt Mason
https://ift.tt/30CWb8f
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:
If statement inside Widget[]
Can I place an if statement inside of the Widget[]? children: [ Text("${category.tasks.length} ${category.title}", style: Theme.of(context).textTheme.subhead), SizedBox(height: 4.0), Text(category.title,
August 27, 2019 at 07:04PM by Sam Cromer
https://ift.tt/33W6AxE
If statement inside Widget[]
Can I place an if statement inside of the Widget[]? children: [ Text("${category.tasks.length} ${category.title}", style: Theme.of(context).textTheme.subhead), SizedBox(height: 4.0), Text(category.title,
August 27, 2019 at 07:04PM by Sam Cromer
https://ift.tt/33W6AxE
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:
Using Provider and ChangeNofifier question
I have two Providers that encompass MyApp, one which contains a list of items and operations (i.e removing item from the list) and the other which shows a SnackBar which lets the user UNDO an action. For example if the user removed an item, a snackbar shows for a few seconds to re-add the item back to its original position on the list. To implement this, I tried using a ProxyProvider to send the name and index of the item from the items provider to the Snackbar provider. The Snackbar provider needs to access the items provider to call the adding item function when the user taps UNDO. How can I accomplish this if ProxyProvider only sends information one way?And some additional questions:-Should I avoid using StatefulWidgets if I can just store my variables in a class mixed in with ChangeNotifier?-Is there a way to make send data from one ChangeNotifier to another using a function?
August 27, 2019 at 04:59PM by ZealousidealRegion1
https://ift.tt/30JRxp2
Using Provider and ChangeNofifier question
I have two Providers that encompass MyApp, one which contains a list of items and operations (i.e removing item from the list) and the other which shows a SnackBar which lets the user UNDO an action. For example if the user removed an item, a snackbar shows for a few seconds to re-add the item back to its original position on the list. To implement this, I tried using a ProxyProvider to send the name and index of the item from the items provider to the Snackbar provider. The Snackbar provider needs to access the items provider to call the adding item function when the user taps UNDO. How can I accomplish this if ProxyProvider only sends information one way?And some additional questions:-Should I avoid using StatefulWidgets if I can just store my variables in a class mixed in with ChangeNotifier?-Is there a way to make send data from one ChangeNotifier to another using a function?
August 27, 2019 at 04:59PM by ZealousidealRegion1
https://ift.tt/30JRxp2
reddit
r/FlutterDev - Using Provider and ChangeNofifier question
3 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
TDD Clean Architecture Course [1] – Explanation & Project Structure
https://youtu.be/KjE2IDphA_U
August 27, 2019 at 07:33PM by MRresoMC
https://ift.tt/324jo3p
TDD Clean Architecture Course [1] – Explanation & Project Structure
https://youtu.be/KjE2IDphA_U
August 27, 2019 at 07:33PM by MRresoMC
https://ift.tt/324jo3p
YouTube
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-tdd-clean-architecture-ep1
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Keeping your code clean and tested are the two most important development practices.…
https://resocoder.com/flutter-tdd-clean-architecture-ep1
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Keeping your code clean and tested are the two most important development practices.…
New post on Flutter Dev Google group:
Hummingbird and Firebase
Does hummingbird work the same as a normal flutter app? I have an iOS and Android app up and working with firebase but I'm not sure if I can just write it the same way for the web version? Brennan
August 28, 2019 at 08:23AM by Brennan Altringer
https://ift.tt/2zpbwwS
Hummingbird and Firebase
Does hummingbird work the same as a normal flutter app? I have an iOS and Android app up and working with firebase but I'm not sure if I can just write it the same way for the web version? Brennan
August 28, 2019 at 08:23AM by Brennan Altringer
https://ift.tt/2zpbwwS
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:
socketException: connection timed out, errno = 110
Hey guys, I am trying to insert data in SQL Database using API, but after some seconds I get this error: socketException: connection timed out, errno = 110, address: XXXXXXXXXX, port = 44103. I am not able to resolve this error. Looking forward to a solution. *Thanks*
August 28, 2019 at 08:50AM by Parul Nandwani
https://ift.tt/2LaP941
socketException: connection timed out, errno = 110
Hey guys, I am trying to insert data in SQL Database using API, but after some seconds I get this error: socketException: connection timed out, errno = 110, address: XXXXXXXXXX, port = 44103. I am not able to resolve this error. Looking forward to a solution. *Thanks*
August 28, 2019 at 08:50AM by Parul Nandwani
https://ift.tt/2LaP941
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.