New post on /r/flutterdev subreddit:
Kotlin or Flutter? Are you comparing them fairly?
http://bit.ly/2RhmYD4
June 14, 2019 at 06:51PM by EngineerScientist
http://bit.ly/2Xcyqp4
Kotlin or Flutter? Are you comparing them fairly?
http://bit.ly/2RhmYD4
June 14, 2019 at 06:51PM by EngineerScientist
http://bit.ly/2Xcyqp4
goobar.io
Kotlin or Flutter? Are you comparing them fairly? - goobar.io
Should you learn Kotlin or Flutter? This post aims to explore this question and whether or not you're comparing them fairly.
New post on Flutter Dev Google group:
Should i need too encrypt password before request my API in PHP
Hello to all ! I have a question about security ! I have a login form in Flutter. When the user click on the login button, i send login information to my server (php)... should i need to encrypt the password in Flutter or i can do it in PHP ? Thanks a lot ! Pascal
June 14, 2019 at 07:57PM by Pascal Fournier
http://bit.ly/2WHocsa
Should i need too encrypt password before request my API in PHP
Hello to all ! I have a question about security ! I have a login form in Flutter. When the user click on the login button, i send login information to my server (php)... should i need to encrypt the password in Flutter or i can do it in PHP ? Thanks a lot ! Pascal
June 14, 2019 at 07:57PM by Pascal Fournier
http://bit.ly/2WHocsa
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:
Isolates and Event Loops - Flutter in Focus
https://www.youtube.com/watch?v=vl_AaCgudcY
June 14, 2019 at 08:13PM by ZeroOneDz
http://bit.ly/2Fcja0W
Isolates and Event Loops - Flutter in Focus
https://www.youtube.com/watch?v=vl_AaCgudcY
June 14, 2019 at 08:13PM by ZeroOneDz
http://bit.ly/2Fcja0W
YouTube
Isolates and Event Loops - Flutter in Focus
This is the first video in the Flutter in Focus series on asynchronous coding in Dart. In this episode, you can learn about how Dart's isolates and event loops lay the groundwork for Futures, Streams, background tasks, and all the other things you need to…
New post on Flutter Dev Google group:
Android SDK is not installing with flutter
Hi. I''m new to flutter. I tried to do flutter in android studio. I installed it. But while checking in flutter doctor I'm facing probem like [X] Android toolchain - develop for Android devices X ANDROID_HOME = C:\Users\dell\Android\ANDROID_HOME\SDK\tools\bin but Android SDK not found at
June 14, 2019 at 09:31PM by Abinavan Nagendran
http://bit.ly/2WKPWBk
Android SDK is not installing with flutter
Hi. I''m new to flutter. I tried to do flutter in android studio. I installed it. But while checking in flutter doctor I'm facing probem like [X] Android toolchain - develop for Android devices X ANDROID_HOME = C:\Users\dell\Android\ANDROID_HOME\SDK\tools\bin but Android SDK not found at
June 14, 2019 at 09:31PM by Abinavan Nagendran
http://bit.ly/2WKPWBk
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:
Is Flutter able to handle High Priority Notifications from FCM on Doze?
Can flutter start the 10 seconds windows of runtime?If not is the alternative to add notifications to each native project?
June 14, 2019 at 09:10PM by JustShhhhhh
http://bit.ly/2XN7by6
Is Flutter able to handle High Priority Notifications from FCM on Doze?
Can flutter start the 10 seconds windows of runtime?If not is the alternative to add notifications to each native project?
June 14, 2019 at 09:10PM by JustShhhhhh
http://bit.ly/2XN7by6
reddit
r/FlutterDev - Is Flutter able to handle High Priority Notifications from FCM on Doze?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Animations in Flutter — Getting Started #1
http://bit.ly/2KlYIiz
June 14, 2019 at 09:13PM by jubinmathai
http://bit.ly/2IJohH1
Animations in Flutter — Getting Started #1
http://bit.ly/2KlYIiz
June 14, 2019 at 09:13PM by jubinmathai
http://bit.ly/2IJohH1
Medium
Animations in Flutter — Getting Started #1
Introduction
New post on /r/flutterdev subreddit:
Flutter Provider V3 Architecture using ProxyProvider for Dependency Injection
https://youtu.be/VgrK_LlQRJ4
June 14, 2019 at 11:21PM by Filledstacks
http://bit.ly/2MOp66w
Flutter Provider V3 Architecture using ProxyProvider for Dependency Injection
https://youtu.be/VgrK_LlQRJ4
June 14, 2019 at 11:21PM by Filledstacks
http://bit.ly/2MOp66w
YouTube
Flutter Provider V3 Architecture | ProxyProvider for Dependency Injection
In this Flutter Provider tutorial we use the ProxyProvider to setup dependency injection and build a complete production ready architecture for an app.
Written:https://www.filledstacks.com/post/flutter-provider-v3-architecture
Starting Code: https://fi…
Written:https://www.filledstacks.com/post/flutter-provider-v3-architecture
Starting Code: https://fi…
New post on /r/flutterdev subreddit:
StreamBuilder vs BlocProvider
Why would it ever be necessary or even make remote sense to use BlocProvider over StreamBuilder?Couldn’t you just make the BLoC available via StreamBuilder every time you need it, thus having a somewhat ‘global instance’ of your BLoC, instead of scoping them BlocProvider?What are your thoughts on this idea?
June 15, 2019 at 12:45AM by iamarr0gant
http://bit.ly/31yfhwR
StreamBuilder vs BlocProvider
Why would it ever be necessary or even make remote sense to use BlocProvider over StreamBuilder?Couldn’t you just make the BLoC available via StreamBuilder every time you need it, thus having a somewhat ‘global instance’ of your BLoC, instead of scoping them BlocProvider?What are your thoughts on this idea?
June 15, 2019 at 12:45AM by iamarr0gant
http://bit.ly/31yfhwR
reddit
r/FlutterDev - StreamBuilder vs BlocProvider
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Admob Live id not working in flutter
Hello Friends, I have to try to AdMob in my project but live id adds not show. below mention is my code. anybody helps me where I am wrong. InterstitialAd interstitialAd; MobileAdTargetingInfo targetingInfo = MobileAdTargetingInfo( keywords: ['flutterio', 'beautiful apps'],
June 15, 2019 at 08:33AM by Vishal Kumar
http://bit.ly/2XccSsB
Admob Live id not working in flutter
Hello Friends, I have to try to AdMob in my project but live id adds not show. below mention is my code. anybody helps me where I am wrong. InterstitialAd interstitialAd; MobileAdTargetingInfo targetingInfo = MobileAdTargetingInfo( keywords: ['flutterio', 'beautiful apps'],
June 15, 2019 at 08:33AM by Vishal Kumar
http://bit.ly/2XccSsB
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:
Can't run enumerator in VS Code
[image: error.PNG] Hello Guys. I updated the VS Code and flutter extension and Dart extension but when I try to launch enumerator it won't laucnh.
June 15, 2019 at 08:40AM by Jerome Villaver
http://bit.ly/2ZoOLEn
Can't run enumerator in VS Code
[image: error.PNG] Hello Guys. I updated the VS Code and flutter extension and Dart extension but when I try to launch enumerator it won't laucnh.
June 15, 2019 at 08:40AM by Jerome Villaver
http://bit.ly/2ZoOLEn
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:
Change Event
i refer this repo (https://github.com/dilipkaklotar/flutter_marvel_app_ui_master) to develop my app. now i want to know that how to call a function when changing the card view (i mean when swap the card left or right).
June 15, 2019 at 06:42AM by Mathulan
http://bit.ly/31xKlNp
Change Event
i refer this repo (https://github.com/dilipkaklotar/flutter_marvel_app_ui_master) to develop my app. now i want to know that how to call a function when changing the card view (i mean when swap the card left or right).
June 15, 2019 at 06:42AM by Mathulan
http://bit.ly/31xKlNp
GitHub
dilipkaklotar/flutter_marvel_app_ui_master
Contribute to dilipkaklotar/flutter_marvel_app_ui_master development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
I know there is a plugin for Instagram Login, but is there any way to embed photos Straight from Users Instagrams into Flutter?
Tinder does this, once a user connects their Instagram it will display pictures from their profile.Posted this question already, but did not get an answer.Thanks!
June 15, 2019 at 01:59AM by gutsJunior
http://bit.ly/2IfJFVo
I know there is a plugin for Instagram Login, but is there any way to embed photos Straight from Users Instagrams into Flutter?
Tinder does this, once a user connects their Instagram it will display pictures from their profile.Posted this question already, but did not get an answer.Thanks!
June 15, 2019 at 01:59AM by gutsJunior
http://bit.ly/2IfJFVo
reddit
r/FlutterDev - I know there is a plugin for Instagram Login, but is there any way to embed photos Straight from Users Instagrams…
3 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Learn Flutter from the best books & tutorials!
http://bit.ly/2IhfM75
June 15, 2019 at 10:19AM by ReactDOM
http://bit.ly/2XOk1My
Learn Flutter from the best books & tutorials!
http://bit.ly/2IhfM75
June 15, 2019 at 10:19AM by ReactDOM
http://bit.ly/2XOk1My
ReactDOM
Best Flutter books & Best Flutter courses in 2022
Learn Flutter in 2019, best Flutter courses, best Flutter tutorials & best Flutter books, resources, step by step guide, crash course
New post on Flutter Dev Google group:
Unable to create launch screen for flavours
Hi Everyone ,Could you please guide me how to add launch screen based on flavours in flutter.Please guide .Thanks in advance
June 15, 2019 at 11:56AM by Suriya Suriya
http://bit.ly/31yTkxU
Unable to create launch screen for flavours
Hi Everyone ,Could you please guide me how to add launch screen based on flavours in flutter.Please guide .Thanks in advance
June 15, 2019 at 11:56AM by Suriya Suriya
http://bit.ly/31yTkxU
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 run IOS flutter in vs code
Im getting this error Issue: Launching lib/main.dart on iPhone X in debug mode... Could not find the built application bundle at build/ios/iphonesimulator/Runner.app. Error launching application on iPhone X. Exited (sigterm) But Successfully running in xcode Error launching application on
June 15, 2019 at 12:02PM by Suriya Suriya
http://bit.ly/2KSWlTG
Unable to run IOS flutter in vs code
Im getting this error Issue: Launching lib/main.dart on iPhone X in debug mode... Could not find the built application bundle at build/ios/iphonesimulator/Runner.app. Error launching application on iPhone X. Exited (sigterm) But Successfully running in xcode Error launching application on
June 15, 2019 at 12:02PM by Suriya Suriya
http://bit.ly/2KSWlTG
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:
Opinions wanted: Is Flutter the best choice for a beautiful UI?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at http://bit.ly/2E5JzNz , I came away not so sure that Flutter can make apps that look as good as
June 15, 2019 at 12:03PM by Jim Hubbard
http://bit.ly/2KSE3C6
Opinions wanted: Is Flutter the best choice for a beautiful UI?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at http://bit.ly/2E5JzNz , I came away not so sure that Flutter can make apps that look as good as
June 15, 2019 at 12:03PM by Jim Hubbard
http://bit.ly/2KSE3C6
flutter.dev
Showcase
Apps take flight with Flutter See how customers are using Flutter to make beautiful apps in record time
New post on /r/flutterdev subreddit:
Can Flutter compete with native app UI designs?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at https://flutter.dev/showcase , I am not so sure that Flutter can make apps that look as good as native apps - and, IMHO, looks are at least half the war in selling an app.Flutter has been around for a few years now, but the app design does not seem to have progressed very far. Since my app really has all of it's main work done by an online service, and very little work is done in the actual app, would it be best to go ahead and write an Android UI and an iOS UI so that they can both be as beautiful as possible?
June 15, 2019 at 11:57AM by kittenofd00m
http://bit.ly/2IjiGs6
Can Flutter compete with native app UI designs?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at https://flutter.dev/showcase , I am not so sure that Flutter can make apps that look as good as native apps - and, IMHO, looks are at least half the war in selling an app.Flutter has been around for a few years now, but the app design does not seem to have progressed very far. Since my app really has all of it's main work done by an online service, and very little work is done in the actual app, would it be best to go ahead and write an Android UI and an iOS UI so that they can both be as beautiful as possible?
June 15, 2019 at 11:57AM by kittenofd00m
http://bit.ly/2IjiGs6
flutter.dev
Showcase - Flutter apps in production
The world’s biggest businesses are building with Flutter. View the showcase and see Flutter apps in production.
New post on Flutter Dev Google group:
ReorderableListView inside a Container which has to expand inside a column in flutter
Card( child: Container( padding: EdgeInsets.all(10), child: Row( children: [ Expanded( child: Column( mainAxisSize: MainAxisSize.max, children: [ Container( decoration: BoxDecoration(
June 15, 2019 at 02:13PM by Parth Vora
http://bit.ly/2ZnIKrF
ReorderableListView inside a Container which has to expand inside a column in flutter
Card( child: Container( padding: EdgeInsets.all(10), child: Row( children: [ Expanded( child: Column( mainAxisSize: MainAxisSize.max, children: [ Container( decoration: BoxDecoration(
June 15, 2019 at 02:13PM by Parth Vora
http://bit.ly/2ZnIKrF
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:
Reply Material Design case study built with Flutter - a proof of concept that you can actually implement beautiful, pixel-perfect transitions in Flutter
http://bit.ly/2MOVvdo
June 15, 2019 at 04:12PM by EngineerScientist
http://bit.ly/2Rgyb6R
Reply Material Design case study built with Flutter - a proof of concept that you can actually implement beautiful, pixel-perfect transitions in Flutter
http://bit.ly/2MOVvdo
June 15, 2019 at 04:12PM by EngineerScientist
http://bit.ly/2Rgyb6R
GitHub
flschweiger/reply
The 'Reply' Material Design case study built with Flutter. - flschweiger/reply
New post on /r/flutterdev subreddit:
Flutter bottom navigation app template
I've started looking at creating more opinionated templates that can be used for starting to create a new application. Repository can be found at https://github.com/MaikuB/flutter_app_templates with an explanation on how state is managed in my blog post https://crossingthestreams.io/flutter-application-templates/
June 15, 2019 at 04:01PM by MaikuB84
http://bit.ly/31zhYyp
Flutter bottom navigation app template
I've started looking at creating more opinionated templates that can be used for starting to create a new application. Repository can be found at https://github.com/MaikuB/flutter_app_templates with an explanation on how state is managed in my blog post https://crossingthestreams.io/flutter-application-templates/
June 15, 2019 at 04:01PM by MaikuB84
http://bit.ly/31zhYyp
GitHub
MaikuB/flutter_app_templates
A collection of templates that can be used for building Flutter applications - MaikuB/flutter_app_templates