Reddit: Any "Flutter for CEOs" resources?
Looking to convince my team that Flutter is the way to go, but it's been hard to get them over their hangups. They would prefer a more established technology - or at least that's the big part. Lesser concerns are about not being able to find Flutter developers, and the word "beta" makes them uneasy.There's a lot of resources getting developers to buy in - anything for getting the less technical people on board?
Submitted March 18, 2018 at 05:55AM by TonyDowney
via reddit http://ift.tt/2poOnFo
Looking to convince my team that Flutter is the way to go, but it's been hard to get them over their hangups. They would prefer a more established technology - or at least that's the big part. Lesser concerns are about not being able to find Flutter developers, and the word "beta" makes them uneasy.There's a lot of resources getting developers to buy in - anything for getting the less technical people on board?
Submitted March 18, 2018 at 05:55AM by TonyDowney
via reddit http://ift.tt/2poOnFo
reddit
Any "Flutter for CEOs" resources? • r/FlutterDev
Looking to convince my team that Flutter is the way to go, but it's been hard to get them over their hangups. They would prefer a more established...
Reddit: Separate UI and Logic in a simple way with dependency injection <organic_injector>
http://ift.tt/2FL2S1q
Submitted March 18, 2018 at 10:23AM by Purple_Pizzazz
via reddit http://ift.tt/2Iv3aaB
http://ift.tt/2FL2S1q
Submitted March 18, 2018 at 10:23AM by Purple_Pizzazz
via reddit http://ift.tt/2Iv3aaB
Medium
Separate UI and Logic in a simple way with dependency injection <organic_injector>
Here is a simple example how to separate business logic from UI with a simple dependency injector.
Reddit: New plugin to theme the status & navigation bars
http://ift.tt/2tUfTjC
Submitted March 18, 2018 at 11:13PM by g123k
via reddit http://ift.tt/2po1kzt
http://ift.tt/2tUfTjC
Submitted March 18, 2018 at 11:13PM by g123k
via reddit http://ift.tt/2po1kzt
Dart Packages
screentheme | Flutter Package
screentheme 0.0.1 Flutter and Dart package - Flutter plugin to change the theme (light / dark) of the status & navigation bars
Reddit: How fast is Flutter? I built a stopwatch app to find out
http://ift.tt/2DA5jhv
Submitted March 18, 2018 at 11:03PM by Elixane
via reddit http://ift.tt/2IxgBXq
http://ift.tt/2DA5jhv
Submitted March 18, 2018 at 11:03PM by Elixane
via reddit http://ift.tt/2IxgBXq
Medium
How fast is Flutter? I built a stopwatch app to find out
This weekend I had some time to play with the new Flutter UI framework by Google.
Reddit: Breaking Change: --preview-dart-2 turned on by default
http://ift.tt/2tHqOx3
Submitted March 18, 2018 at 09:42PM by KingBaal
via reddit http://ift.tt/2pmja5Q
http://ift.tt/2tHqOx3
Submitted March 18, 2018 at 09:42PM by KingBaal
via reddit http://ift.tt/2pmja5Q
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.
Reddit: Building a Calculator Layout using Flutter
https://www.youtube.com/watch?v=MvxyazbTkQg&feature=youtu.be
Submitted March 19, 2018 at 08:44AM by Purple_Pizzazz
via reddit http://ift.tt/2HJ1Uzi
https://www.youtube.com/watch?v=MvxyazbTkQg&feature=youtu.be
Submitted March 19, 2018 at 08:44AM by Purple_Pizzazz
via reddit http://ift.tt/2HJ1Uzi
YouTube
Building a Calculator Layout using Dart's Flutter Framework
In this tutorial, we build a simple gallery/wallpaper application using Page View and various other widgets. Source Code: https://github.com/tensor-programmi...
Reddit: Flutter and cross platform development with GDE Eugenio Marletti – Part 1
http://ift.tt/2GL0uVX
Submitted March 19, 2018 at 11:02AM by phillywiggins
via reddit http://ift.tt/2plpZ8C
http://ift.tt/2GL0uVX
Submitted March 19, 2018 at 11:02AM by phillywiggins
via reddit http://ift.tt/2plpZ8C
Reddit: Which IDE do you guys use for Flutter development?
and why?
Submitted March 19, 2018 at 11:54AM by Lurelurven
via reddit http://ift.tt/2ppxDy9
and why?
Submitted March 19, 2018 at 11:54AM by Lurelurven
via reddit http://ift.tt/2ppxDy9
reddit
Which IDE do you guys use for Flutter development? • r/FlutterDev
and why?
GGroup: Flutter iOS vs Android - one of the other UI?
I'm reviewing the docs, playing around a bit and think i know the answer to this but would like confirmation. I believe if i want to mimic an iOS style UI then there are the cupertino widgets? But then an android version would be the same. There's no targeted delivery with a unified design
Submitted March 19, 2018 at 04:32PM by paul curtis
via Flutter Dev http://ift.tt/2FV4kdM
I'm reviewing the docs, playing around a bit and think i know the answer to this but would like confirmation. I believe if i want to mimic an iOS style UI then there are the cupertino widgets? But then an android version would be the same. There's no targeted delivery with a unified design
Submitted March 19, 2018 at 04:32PM by paul curtis
via Flutter Dev http://ift.tt/2FV4kdM
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.
Reddit: redux_persist updates: v0.5.0-v0.6.0
http://ift.tt/2DDs83O
Submitted March 19, 2018 at 05:16PM by CraftThatBlock
via reddit http://ift.tt/2ptfj7l
http://ift.tt/2DDs83O
Submitted March 19, 2018 at 05:16PM by CraftThatBlock
via reddit http://ift.tt/2ptfj7l
Medium
redux_persist updates: v0.5.0-v0.6.0
redux_persist has recently enjoyed 2 new major updates, v0.5.0 and v0.6.0 (with minor v0.5.1 and v0.5.2)! The most notable feature is…
GGroup: Multiple Android targets (folders) - is it possible?
Hi, For a native Android Gradle project I can create multiple modules (folders), this way having a separate module for data layer, and then one or more UI modules for different device types, e.g. - fancy-pancy-project -- data -- auto -- tv -- phone --... When creating a Flutter project, it
Submitted March 19, 2018 at 07:40PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2ppToOh
Hi, For a native Android Gradle project I can create multiple modules (folders), this way having a separate module for data layer, and then one or more UI modules for different device types, e.g. - fancy-pancy-project -- data -- auto -- tv -- phone --... When creating a Flutter project, it
Submitted March 19, 2018 at 07:40PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2ppToOh
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.
GGroup: Multiple Android targets (folders) - is it possible?
Hi, For a native Android Gradle project I can create multiple modules (folders), this way having a separate module for data layer, and then one or more UI modules for different device types, e.g. - fancy-pancy-project -- data -- auto -- tv -- phone --... When creating a Flutter project, it
Submitted March 19, 2018 at 07:40PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2ppToOh
Hi, For a native Android Gradle project I can create multiple modules (folders), this way having a separate module for data layer, and then one or more UI modules for different device types, e.g. - fancy-pancy-project -- data -- auto -- tv -- phone --... When creating a Flutter project, it
Submitted March 19, 2018 at 07:40PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2ppToOh
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.
GGroup: Flutter Map Integration
I have been reading through Issue 73 ( http://ift.tt/2m9bFkC) and saw that a map solution is due any day now. 1) Has this gone public yet and if so how do I access it? 2) Will it be possible to use this solution to: a) perform autocompletion of an address when typing it
Submitted March 19, 2018 at 10:23PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2FWet9S
I have been reading through Issue 73 ( http://ift.tt/2m9bFkC) and saw that a map solution is due any day now. 1) Has this gone public yet and if so how do I access it? 2) Will it be possible to use this solution to: a) perform autocompletion of an address when typing it
Submitted March 19, 2018 at 10:23PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2FWet9S
GitHub
Inline Maps support #73
Issue by Hixie Thursday Jul 16, 2015 at 22:26 GMT Originally opened as https://github.com/flutter/engine/issues/30 From @collinjackson on July 8, 2015 20:23 We are going to want to have support fo...
GGroup: Flutter app
Hi Sir, My requirement is i want run my app directly in mobile, And I am used IDE as VS Code. Can you pleases how can i debugging my app in phone?
Submitted March 20, 2018 at 07:45AM by Sanjay Tejani
via Flutter Dev http://ift.tt/2IBX2gH
Hi Sir, My requirement is i want run my app directly in mobile, And I am used IDE as VS Code. Can you pleases how can i debugging my app in phone?
Submitted March 20, 2018 at 07:45AM by Sanjay Tejani
via Flutter Dev http://ift.tt/2IBX2gH
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.
GGroup: Flutter plugin creation
Hi Team, I want to know how to create the plugin. I need the steps for creating plugin, please guide me. Thanks, Karthick
Submitted March 20, 2018 at 07:54AM by karthic...@gmail.com
via Flutter Dev http://ift.tt/2ppOZLU
Hi Team, I want to know how to create the plugin. I need the steps for creating plugin, please guide me. Thanks, Karthick
Submitted March 20, 2018 at 07:54AM by karthic...@gmail.com
via Flutter Dev http://ift.tt/2ppOZLU
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.
Reddit: Building a Calculator Layout using Flutter (part 2)
https://www.youtube.com/watch?v=jx9-RlMs350
Submitted March 20, 2018 at 08:29AM by Purple_Pizzazz
via reddit http://ift.tt/2pmsYhe
https://www.youtube.com/watch?v=jx9-RlMs350
Submitted March 20, 2018 at 08:29AM by Purple_Pizzazz
via reddit http://ift.tt/2pmsYhe
YouTube
Finishing our Calculator Application with Dart's Flutter Framework
In this tutorial, we build a simple gallery/wallpaper application using Page View and various other widgets.
Source Code: https://github.com/tensor-programming/calculator_logic
Part One Source: https://github.com/tensor-programming/flutter_calc_layout…
Source Code: https://github.com/tensor-programming/calculator_logic
Part One Source: https://github.com/tensor-programming/flutter_calc_layout…
GGroup: what is equivalent to handler in flutter
Can anyone tell, what is equivalent to handler in flutter?. i want to implement a splash screen which will last for 5 seconds and after another screen will be shown.
Submitted March 20, 2018 at 09:55AM by amol.ga...@gmail.com
via Flutter Dev http://ift.tt/2G91MMo
Can anyone tell, what is equivalent to handler in flutter?. i want to implement a splash screen which will last for 5 seconds and after another screen will be shown.
Submitted March 20, 2018 at 09:55AM by amol.ga...@gmail.com
via Flutter Dev http://ift.tt/2G91MMo
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.
GGroup: Flutter with Google Play Instant?
So Google yesterday announced "Google Play Instant": https://www.youtube.com/watch?v=u_STBSPQxYA This seems to be different from Android Instant apps which are limited to a 4MB apk which is too big for Flutter. In the video they demonstrate a video game called Clash Royale which has a demo
Submitted March 20, 2018 at 11:25AM by Jaap Vermeulen
via Flutter Dev http://ift.tt/2GL6XA5
So Google yesterday announced "Google Play Instant": https://www.youtube.com/watch?v=u_STBSPQxYA This seems to be different from Android Instant apps which are limited to a 4MB apk which is too big for Flutter. In the video they demonstrate a video game called Clash Royale which has a demo
Submitted March 20, 2018 at 11:25AM by Jaap Vermeulen
via Flutter Dev http://ift.tt/2GL6XA5
YouTube
Google Play Instant: Play games without the wait
Google Play Instant is the fastest way to try apps and games on Android devices. Any developer can now build an instant experience. Visit http://g.co/play/instant to get started!
Subscribe to the Android Developers channel here: https://goo.gl/vLYDU
Subscribe to the Android Developers channel here: https://goo.gl/vLYDU
Reddit: Google Released Flutter Framework For Mobile Apps
http://ift.tt/2FWZH2T
Submitted March 20, 2018 at 11:15AM by briannacastrot3
via reddit http://ift.tt/2G6CyOB
http://ift.tt/2FWZH2T
Submitted March 20, 2018 at 11:15AM by briannacastrot3
via reddit http://ift.tt/2G6CyOB
ArticleCube
Google Flutter Beta SDK Released to Boost Cross Platform Mobile App Development
Flutter is a well-recognized open source mobile User Interface (UI) framework by Google, which facilitates Android App developers to build up cross-platform and super-fast mobile applications.
Reddit: Stereo: A Flutter plugin for playing music on iOS and Android
http://ift.tt/2G4ZI86
Submitted March 20, 2018 at 11:48AM by faku99
via reddit http://ift.tt/2HOgi9w
http://ift.tt/2G4ZI86
Submitted March 20, 2018 at 11:48AM by faku99
via reddit http://ift.tt/2HOgi9w
Dart Packages
stereo | Flutter Package
stereo 1.0.0 Flutter and Dart package - A Flutter plugin for playing music on iOS and Android.