New post on /r/flutterdev subreddit:
TDD Clean Architecture Course [2] – First Unit Test, Entities & Use Cases
https://youtu.be/lPkWX8xFthE
August 29, 2019 at 09:48PM by MRresoMC
https://ift.tt/2HxOV5U
TDD Clean Architecture Course [2] – First Unit Test, Entities & Use Cases
https://youtu.be/lPkWX8xFthE
August 29, 2019 at 09:48PM by MRresoMC
https://ift.tt/2HxOV5U
YouTube
Flutter TDD Clean Architecture Course [2] – Entities & Use Cases
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-tdd-clean-architecture-ep2
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
In the first part, you learned the core concepts of clean architecture as it pertains…
https://resocoder.com/flutter-tdd-clean-architecture-ep2
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
In the first part, you learned the core concepts of clean architecture as it pertains…
New post on /r/flutterdev subreddit:
If you're a Flutter plugin author, consider migrating to AndroidX, so that users of your plugin can, too!
https://twitter.com/FlutterDev/status/1167135325841321985
August 29, 2019 at 09:37PM by EngineerScientist
https://ift.tt/32dNUI0
If you're a Flutter plugin author, consider migrating to AndroidX, so that users of your plugin can, too!
https://twitter.com/FlutterDev/status/1167135325841321985
August 29, 2019 at 09:37PM by EngineerScientist
https://ift.tt/32dNUI0
Twitter
Flutter
If you're a Flutter plugin author, consider migrating to AndroidX, so that users of your plugin can, too! The easiest way to do this: 1. Create a new plugin project with the same name 2. Copy over your code 3. Replace old support libraries with AndroidX equivalents.
New post on /r/flutterdev subreddit:
iOS Alt Icons in Flutter!
https://ift.tt/2HxOYi6
August 29, 2019 at 05:45PM by BK1031-OFFICIAL
https://ift.tt/32eBgbW
iOS Alt Icons in Flutter!
https://ift.tt/2HxOYi6
August 29, 2019 at 05:45PM by BK1031-OFFICIAL
https://ift.tt/32eBgbW
Medium
Programatically change iOS app icon in Flutter
Since iOS 10.3, Apple introduced the ability to programmatically change the launcher icon of your app. This nice feature increases the user…
New post on /r/flutterdev subreddit:
Dart 2 Cheat Sheet and Quick Reference 2019
https://ift.tt/2HvqWUM
August 29, 2019 at 11:34PM by Elixane
https://ift.tt/2ZArQ8L
Dart 2 Cheat Sheet and Quick Reference 2019
https://ift.tt/2HvqWUM
August 29, 2019 at 11:34PM by Elixane
https://ift.tt/2ZArQ8L
raywenderlich.com
Dart 2 Cheat Sheet and Quick Reference 2019
Download a handy 4-page PDF Dart Cheat Sheet and Quick Reference!
New post on /r/flutterdev subreddit:
Put in a lot of effort and explanation into this one to make it beginner-friendly. Do give it a read!
https://ift.tt/2ZyYebV
August 29, 2019 at 11:12PM by aditya_gurjar
https://ift.tt/2L45QiK
Put in a lot of effort and explanation into this one to make it beginner-friendly. Do give it a read!
https://ift.tt/2ZyYebV
August 29, 2019 at 11:12PM by aditya_gurjar
https://ift.tt/2L45QiK
Medium
60 Days of Flutter :Building a Messenger : Day 15–17 : Implementing Registration Screen using ‘flutter_bloc’
Hey There! In last post we took a look at how Bloc pattern works. Today we’ll implement it on the Registration Page of our app. We’ll be…
New post on Flutter Dev Google group:
Loading PNG as Google Maps Marker?
My searches all come up with ways that don't work. What's the new non-deprecated way to load a PNG file into a BitmapDescriptor?
August 30, 2019 at 01:45AM by Eric Knudstrup
https://ift.tt/2zv1iez
Loading PNG as Google Maps Marker?
My searches all come up with ways that don't work. What's the new non-deprecated way to load a PNG file into a BitmapDescriptor?
August 30, 2019 at 01:45AM by Eric Knudstrup
https://ift.tt/2zv1iez
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 do you make a Selector/Selection screen without Navigator in Flutter?
My real case scenario is this: http://imgur.com/a/4yxAzzSYou might also think in my use case as Instagram stories or YouTube app (which displays a video player on top of the list). My issue is that when I use Navigator I loose the state. I want the user to search for things, find what he wants and when he goes opens the menu again, it is there. With Navigator every time you open is a new widget. And it "closes" (or at least reloads) the previous one when popping, which doesn't seem efficient for me in that specific scenario.I've been trying to use Bottom Sheets, but they work really weird in Flutter, a lot different than other platforms. At my current situation, even a button would make me happy, but I want the transition animation, without navigating.Is any of this possible? Has anyone ever find a similar situation? It seems really simple/frequent to me, but I can't figure it out. I discovered about DraggableScrollableSheet, but it stops scrolling when you lift the finger.Edit: another way to see what I want: any launcher in Android where you need to drag up to see what you want. Or a Drawer that could be anywhere.
August 30, 2019 at 01:59AM by bernaferrari
https://ift.tt/2ZxmoYf
How do you make a Selector/Selection screen without Navigator in Flutter?
My real case scenario is this: http://imgur.com/a/4yxAzzSYou might also think in my use case as Instagram stories or YouTube app (which displays a video player on top of the list). My issue is that when I use Navigator I loose the state. I want the user to search for things, find what he wants and when he goes opens the menu again, it is there. With Navigator every time you open is a new widget. And it "closes" (or at least reloads) the previous one when popping, which doesn't seem efficient for me in that specific scenario.I've been trying to use Bottom Sheets, but they work really weird in Flutter, a lot different than other platforms. At my current situation, even a button would make me happy, but I want the transition animation, without navigating.Is any of this possible? Has anyone ever find a similar situation? It seems really simple/frequent to me, but I can't figure it out. I discovered about DraggableScrollableSheet, but it stops scrolling when you lift the finger.Edit: another way to see what I want: any launcher in Android where you need to drag up to see what you want. Or a Drawer that could be anywhere.
August 30, 2019 at 01:59AM by bernaferrari
https://ift.tt/2ZxmoYf
Imgur
Post with 14 views.
New post on Flutter Dev Google group:
How to upload images throught FTP?
I'm working,encounter a problem that upload many imags to FTP server ,but I search all of net and don't find a plugin.only search a plugin is 'ssh' ,but this plugin not working.
August 30, 2019 at 04:40AM by 孙龙
https://ift.tt/30KKiNv
How to upload images throught FTP?
I'm working,encounter a problem that upload many imags to FTP server ,but I search all of net and don't find a plugin.only search a plugin is 'ssh' ,but this plugin not working.
August 30, 2019 at 04:40AM by 孙龙
https://ift.tt/30KKiNv
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:
Can I share models from Android native to Flutter?
Hello, I am planning to redesign our Android app to flutter. The question is : can I share my data models( pure Java classes POJO) in Kotlin to the Flutter app? So that I could speed up redesign process and still use native Android Room library and interact with Sqlite natively.
August 30, 2019 at 07:28AM by wellbranding
https://ift.tt/2ZB9Riw
Can I share models from Android native to Flutter?
Hello, I am planning to redesign our Android app to flutter. The question is : can I share my data models( pure Java classes POJO) in Kotlin to the Flutter app? So that I could speed up redesign process and still use native Android Room library and interact with Sqlite natively.
August 30, 2019 at 07:28AM by wellbranding
https://ift.tt/2ZB9Riw
reddit
r/FlutterDev - Can I share models from Android native to Flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Progress Dialog (Package of the Week)
https://youtu.be/wgw49985teE
August 30, 2019 at 08:47AM by EngineerScientist
https://ift.tt/32iUBsf
Flutter Progress Dialog (Package of the Week)
https://youtu.be/wgw49985teE
August 30, 2019 at 08:47AM by EngineerScientist
https://ift.tt/32iUBsf
YouTube
Flutter Progress Dialog (Package of the Week)
Use the Progress Dialog Package to easily create awesome progress dialogs.
Learn more about the package here: https://pub.dev/packages/progress_dialog
Colombo Flutter Community is a Flutter community based in Colombo, Sri Lanka. Make sure to follow us:…
Learn more about the package here: https://pub.dev/packages/progress_dialog
Colombo Flutter Community is a Flutter community based in Colombo, Sri Lanka. Make sure to follow us:…
New post on /r/flutterdev subreddit:
Using the Camera on Flutter
https://ift.tt/2NIggWK
August 30, 2019 at 08:29AM by sagarsuri56
https://ift.tt/2HAZXYd
Using the Camera on Flutter
https://ift.tt/2NIggWK
August 30, 2019 at 08:29AM by sagarsuri56
https://ift.tt/2HAZXYd
raywenderlich.com
Using the Camera on Flutter
See how to integrate the device camera into your Flutter app for iOS and Android.
New post on Flutter Dev Google group:
Add selected image to horizontal listView
I using multi_image_picker plugin for my project and it works perfectly. Now I trying to modifiy the code so that the selected images will be displayed in horizontal ListView instead of GridView. But I get below exception I/flutter (18429): Another
August 30, 2019 at 10:48AM by Tony Seng
https://ift.tt/2zBOd2Z
Add selected image to horizontal listView
I using multi_image_picker plugin for my project and it works perfectly. Now I trying to modifiy the code so that the selected images will be displayed in horizontal ListView instead of GridView. But I get below exception I/flutter (18429): Another
August 30, 2019 at 10:48AM by Tony Seng
https://ift.tt/2zBOd2Z
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:
Third Part Plugins - Assessing Safety
This may be a bit of a novice question but I am concerned about implementing a third party flutter plugin in my app that may have malicious code in it.I am not yet proficient enough to carry put a review of plugins myself and was wondering as to people's thoughts as to how much of a risk this is with third party flutter plugins on the pub.dev site?
August 30, 2019 at 10:49AM by pigeon888
https://ift.tt/2ZxqfVf
Third Part Plugins - Assessing Safety
This may be a bit of a novice question but I am concerned about implementing a third party flutter plugin in my app that may have malicious code in it.I am not yet proficient enough to carry put a review of plugins myself and was wondering as to people's thoughts as to how much of a risk this is with third party flutter plugins on the pub.dev site?
August 30, 2019 at 10:49AM by pigeon888
https://ift.tt/2ZxqfVf
reddit
r/FlutterDev - Third Part Plugins - Assessing Safety
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
12 Critical Points to Consider Before App Launch
https://ift.tt/2ZDKr81
August 30, 2019 at 11:08AM by Gigatronbot
https://ift.tt/2LaNFI9
12 Critical Points to Consider Before App Launch
https://ift.tt/2ZDKr81
August 30, 2019 at 11:08AM by Gigatronbot
https://ift.tt/2LaNFI9
New post on Flutter Dev Google group:
Android dependency 'androidx.XXX:YYYY' has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath. You should manually set the same version via DependencyResolution
Hello coders, I always have the same kind of errors and I don't know how to avoid it and It's never about the same library FAILURE: Build failed with an exception. * What went wrong:
August 30, 2019 at 01:06PM by Mael Elvis FOSSO N.
https://ift.tt/2MK33NB
Android dependency 'androidx.XXX:YYYY' has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath. You should manually set the same version via DependencyResolution
Hello coders, I always have the same kind of errors and I don't know how to avoid it and It's never about the same library FAILURE: Build failed with an exception. * What went wrong:
August 30, 2019 at 01:06PM by Mael Elvis FOSSO N.
https://ift.tt/2MK33NB
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 : Day 15–17 : Implementing Registration Screen using ‘flutter_bloc’
https://ift.tt/2ZyYebV
August 30, 2019 at 02:13PM by aditya_gurjar
https://ift.tt/2Lh128v
60 Days of Flutter :Building a Messenger : Day 15–17 : Implementing Registration Screen using ‘flutter_bloc’
https://ift.tt/2ZyYebV
August 30, 2019 at 02:13PM by aditya_gurjar
https://ift.tt/2Lh128v
Medium
60 Days of Flutter :Building a Messenger : Day 15–17 : Implementing Registration Screen using ‘flutter_bloc’
Hey There! In last post we took a look at how Bloc pattern works. Today we’ll implement it on the Registration Page of our app. We’ll be…
New post on Flutter Dev Google group:
HAXM / VIRTUALIZATION ISSUE
Hi guys, i'm trying to fix my Emulator on my machine (Windows 10 64bit), but it's giving me a very crazy reply like vt x is enables but HAXM can't be installed. . i'm tired and really need help at the moment cause i'm working on a project that will increase my repo. thanks in advance
August 30, 2019 at 04:02PM by Aderoju Olaitan
https://ift.tt/2ZCHrEQ
HAXM / VIRTUALIZATION ISSUE
Hi guys, i'm trying to fix my Emulator on my machine (Windows 10 64bit), but it's giving me a very crazy reply like vt x is enables but HAXM can't be installed. . i'm tired and really need help at the moment cause i'm working on a project that will increase my repo. thanks in advance
August 30, 2019 at 04:02PM by Aderoju Olaitan
https://ift.tt/2ZCHrEQ
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 locate android SDK while installing flutter on Ubuntu.
Hi Guys, Hope you all are doing great!. I need help in flutter development. I installed the flutter on the Linux server. But I am getting an issue about locating the android SDK. I installed the Android SDK on the server as well. Added path of flutter bin and android SDK to the bash profile
August 30, 2019 at 04:23PM by Sagar Solace
https://ift.tt/2L7jJwt
Unable to locate android SDK while installing flutter on Ubuntu.
Hi Guys, Hope you all are doing great!. I need help in flutter development. I installed the flutter on the Linux server. But I am getting an issue about locating the android SDK. I installed the Android SDK on the server as well. Added path of flutter bin and android SDK to the bash profile
August 30, 2019 at 04:23PM by Sagar Solace
https://ift.tt/2L7jJwt
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 const constructors with equatable v0.5.1
https://twitter.com/felangelov/status/1167439702044971008
August 30, 2019 at 04:40PM by EngineerScientist
https://ift.tt/2ZBX3MX
Using const constructors with equatable v0.5.1
https://twitter.com/felangelov/status/1167439702044971008
August 30, 2019 at 04:40PM by EngineerScientist
https://ift.tt/2ZBX3MX
Twitter
Felix Angelov
const constructors in equatable v0.5.1 🥳 thanks @remi_rousselet 🙏 https://t.co/FkzganBLlH
New post on /r/flutterdev subreddit:
Getting Started with the BLoC Pattern
https://ift.tt/2ZAUGdd
August 30, 2019 at 04:17PM by Swefnian
https://ift.tt/2PoOl0R
Getting Started with the BLoC Pattern
https://ift.tt/2ZAUGdd
August 30, 2019 at 04:17PM by Swefnian
https://ift.tt/2PoOl0R
raywenderlich.com
Getting Started with the BLoC Pattern
See how to use the popular BLoC pattern to architect your Flutter app and manage the flow of data through your widgets using Dart streams.