Reddit: How to create Bitrise step in go for Flutter
https://ift.tt/2FSB5au
Submitted May 07, 2018 at 05:02PM by sethladd
via reddit https://ift.tt/2rqJj4u
https://ift.tt/2FSB5au
Submitted May 07, 2018 at 05:02PM by sethladd
via reddit https://ift.tt/2rqJj4u
iOS & Android Mobile App Development Company - Droids On Roids - Poland
How to Create Bitrise Step in Go - Flutter Example - Droids On Roids Blog
Learn how to create & publish your own Bitrise step on the example of Flutter (the cross-platform mobile application development SDKs). We will focus on programming in Go - the main language used by Bitrise.
Reddit: Insetting FABs within the BottomAppBar
https://ift.tt/2KKjd5l
Submitted May 07, 2018 at 07:25PM by hitherejoebirch
via reddit https://ift.tt/2jFohfa
https://ift.tt/2KKjd5l
Submitted May 07, 2018 at 07:25PM by hitherejoebirch
via reddit https://ift.tt/2jFohfa
FlutterDoc
Insetting FABs within the BottomAppBar – FlutterDoc
On Android we recently saw the introduction and use of the Bottom App Bar which also allows you to add a ‘notch’ when a floating action…
Reddit: Google Developers Blog: Ready for Production Apps: Flutter Beta 3
https://ift.tt/2IjsNxD
Submitted May 07, 2018 at 08:06PM by kirbyfan64sos
via reddit https://ift.tt/2IiTToD
https://ift.tt/2IjsNxD
Submitted May 07, 2018 at 08:06PM by kirbyfan64sos
via reddit https://ift.tt/2IiTToD
Google Developers Blog
Ready for Production Apps: Flutter Beta 3
This week at Google I/O, we're announcing the third beta release of Flutter, our mobile app SDK for creating high-quality, native user experiences on iOS and Android, along with showcasing new tooling partners, usage of Flutter by several high-profile customers…
Reddit: Is Flutter+Dart only for frontend?
Pardon my ignorance, I've searched on Google and I still don't really get it.Is Flutter supposed to be only for UI and minor user interaction? If so, can anyone point me to a tutorial where they teach how to link the UI built on Dart to Java/Kotlin code?So far, I've only seen tutorials to build UIs...Thank you very much in advance!
Submitted May 07, 2018 at 08:39PM by herrmartell
via reddit https://ift.tt/2rpQuKW
Pardon my ignorance, I've searched on Google and I still don't really get it.Is Flutter supposed to be only for UI and minor user interaction? If so, can anyone point me to a tutorial where they teach how to link the UI built on Dart to Java/Kotlin code?So far, I've only seen tutorials to build UIs...Thank you very much in advance!
Submitted May 07, 2018 at 08:39PM by herrmartell
via reddit https://ift.tt/2rpQuKW
reddit
r/FlutterDev - Is Flutter+Dart only for frontend?
1 votes and 0 so far on reddit
Reddit: Flutter and Firebase Udemy course (88% off for a limited time)
https://ift.tt/2K3y89L
Submitted May 07, 2018 at 02:12AM by The_IT
via reddit https://ift.tt/2rpQSsS
https://ift.tt/2K3y89L
Submitted May 07, 2018 at 02:12AM by The_IT
via reddit https://ift.tt/2rpQSsS
Udemy
The Complete Flutter and Firebase Developer Course
Build Stunning Serverless Android & iOS Apps using Google’s great new mobile UI framework.
Reddit: Animation Tools Nima+Flutter Tutorial
https://ift.tt/2KJIL2n
Submitted May 07, 2018 at 08:59PM by miltux
via reddit https://ift.tt/2FTAUeZ
https://ift.tt/2KJIL2n
Submitted May 07, 2018 at 08:59PM by miltux
via reddit https://ift.tt/2FTAUeZ
Reddit: What’s New in Flutter Beta 3
https://ift.tt/2rqkoik
Submitted May 07, 2018 at 11:38PM by KingBaal
via reddit https://ift.tt/2K44ild
https://ift.tt/2rqkoik
Submitted May 07, 2018 at 11:38PM by KingBaal
via reddit https://ift.tt/2K44ild
Medium
What’s New in Flutter Beta 3
This week marks the release of the third beta for Flutter, our toolkit for building beautiful mobile UI for iOS and Android. In our…
Reddit: Questions about Dart and strong coupling of view and controller code
Hi everyone, I am mostly a web and desktop developer and most of my knowledge is around Go, ASP.NET, and Angular. I just started learning flutter as I think Fuchsia is a very promising platform and opens a lot of possibilities for mobile app development.However, after learning flutter and Dart for a few days, I can't help wondering if Dart is really the optimal optional for Fuchsia and flutter development, and I am questioning if Dart is just a temporary solution before Google comes up with a better language for Fuchsia and flutter.Here are my main concerns with using Dart as the main development language:Dart does not have an engaging community and is listed as the worst programming language to learn by TechRepublic. The subreddit of Dart is really quiet and I am not sure if it's worth of my effort to learn Dart if Google is going to replace it soon in the future.Sample code reads like configurations in flutter. I walked through the tutorial, looked into a few pages of the cookbook. I am astonished that views are so strongly coupled within Dart code (instead of having a separate HTML or XAML that allows you to decouple view and controller code). This reminds me of Java Swing. I used to write a lot of code in Java Swing, and I hated how verbose it was and that a lot of my code was configuring Swing components, which made my program really big and difficult to maintain (even if I used design patterns). I personally prefer .NET WPF and Angular where I can put view and controller into XAML/HTML and C#/TypeScript code and there is a clear boundary between them. Flutter (or Dart) seems to couple them again and bring everything back to the early 2000, but I believe Google may have its reason for choosing Dart and make view and controller code tightly coupled.I personally find it risky to learn immature (or in early development-stage) technologies as they can change a lot in the first 3 stable releases (Java 1.4 - 5, Angular beta to first stable release) and my time and effort will be wasted if the change is too dramatic. What do you think? Do you think my concerns are valid? Is it worth to invest time learning flutter to prepare for future mobile development? Thanks!P.S. I am no longer interested in learning Android (with Kotlin or Java), iOS (with Swift), or Ionic/ReactNative, after I learned the architecture of Fuchsia and flutter.
Submitted May 08, 2018 at 02:44AM by hybsuns
via reddit https://ift.tt/2FSTc0e
Hi everyone, I am mostly a web and desktop developer and most of my knowledge is around Go, ASP.NET, and Angular. I just started learning flutter as I think Fuchsia is a very promising platform and opens a lot of possibilities for mobile app development.However, after learning flutter and Dart for a few days, I can't help wondering if Dart is really the optimal optional for Fuchsia and flutter development, and I am questioning if Dart is just a temporary solution before Google comes up with a better language for Fuchsia and flutter.Here are my main concerns with using Dart as the main development language:Dart does not have an engaging community and is listed as the worst programming language to learn by TechRepublic. The subreddit of Dart is really quiet and I am not sure if it's worth of my effort to learn Dart if Google is going to replace it soon in the future.Sample code reads like configurations in flutter. I walked through the tutorial, looked into a few pages of the cookbook. I am astonished that views are so strongly coupled within Dart code (instead of having a separate HTML or XAML that allows you to decouple view and controller code). This reminds me of Java Swing. I used to write a lot of code in Java Swing, and I hated how verbose it was and that a lot of my code was configuring Swing components, which made my program really big and difficult to maintain (even if I used design patterns). I personally prefer .NET WPF and Angular where I can put view and controller into XAML/HTML and C#/TypeScript code and there is a clear boundary between them. Flutter (or Dart) seems to couple them again and bring everything back to the early 2000, but I believe Google may have its reason for choosing Dart and make view and controller code tightly coupled.I personally find it risky to learn immature (or in early development-stage) technologies as they can change a lot in the first 3 stable releases (Java 1.4 - 5, Angular beta to first stable release) and my time and effort will be wasted if the change is too dramatic. What do you think? Do you think my concerns are valid? Is it worth to invest time learning flutter to prepare for future mobile development? Thanks!P.S. I am no longer interested in learning Android (with Kotlin or Java), iOS (with Swift), or Ionic/ReactNative, after I learned the architecture of Fuchsia and flutter.
Submitted May 08, 2018 at 02:44AM by hybsuns
via reddit https://ift.tt/2FSTc0e
Microsoft
ASP.NET Core, an open-source web development framework | .NET
Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.
Reddit: Manually Spawning Isolates for Larger Computations in Flutter
https://www.youtube.com/watch?v=s8bwUr7hF9A
Submitted May 08, 2018 at 08:33AM by Purple_Pizzazz
via reddit https://ift.tt/2HYpEEi
https://www.youtube.com/watch?v=s8bwUr7hF9A
Submitted May 08, 2018 at 08:33AM by Purple_Pizzazz
via reddit https://ift.tt/2HYpEEi
YouTube
Manually Spawning Isolates for Larger Computations in Dart's Flutter Framework
In this tutorial, we look at how you can manually spawn and communicate with Isolates from Flutter.
Source Code: https://github.com/tensor-programming/flutter_advanced_isolates
Flutter Platform Threading: https://github.com/flutter/engine/wiki/Threading…
Source Code: https://github.com/tensor-programming/flutter_advanced_isolates
Flutter Platform Threading: https://github.com/flutter/engine/wiki/Threading…
Reddit: What's the best Udemy course ?
Hi! I want to get a course for Flutter. Someone alreay buy one of these courses and can give me a feedback ?https://www.udemy.com/flutter-dart-the-complete-flutter-app-development-course/https://www.udemy.com/flutter-development/https://www.udemy.com/flutter-zero-to-professional-cross-platform-app-iosandroid/Are they up to date ?You can also link me course from somewhere else.Thanks
Submitted May 08, 2018 at 10:16AM by Hotgeart
via reddit https://ift.tt/2wn4vOK
Hi! I want to get a course for Flutter. Someone alreay buy one of these courses and can give me a feedback ?https://www.udemy.com/flutter-dart-the-complete-flutter-app-development-course/https://www.udemy.com/flutter-development/https://www.udemy.com/flutter-zero-to-professional-cross-platform-app-iosandroid/Are they up to date ?You can also link me course from somewhere else.Thanks
Submitted May 08, 2018 at 10:16AM by Hotgeart
via reddit https://ift.tt/2wn4vOK
Udemy
Flutter & Dart - The Complete Flutter App Development Course
Build Flutter iOS and Android Apps with a Single Codebase: Learn Google's Flutter Mobile Development Framework & Dart
Reddit: Is anyone using Parse Server with flutter?
Is anyone using parse Server with flutter, any pointers on how to get started with it?
Submitted May 08, 2018 at 10:09AM by thasaleni
via reddit https://ift.tt/2jDWZ8G
Is anyone using parse Server with flutter, any pointers on how to get started with it?
Submitted May 08, 2018 at 10:09AM by thasaleni
via reddit https://ift.tt/2jDWZ8G
reddit
Is anyone using Parse Server with flutter? • r/FlutterDev
Is anyone using parse Server with flutter, any pointers on how to get started with it?
Reddit: Unit testing dart code
Just wondering if anyone has any projects with a lot of their dart code being unit tested? I see a lot of projects where the majority of the tests are where widgets are being tested but not just plain dart code without any dependencies on the Flutter framework.
Submitted May 08, 2018 at 10:42AM by MarkOSullivan
via reddit https://ift.tt/2I0VEI1
Just wondering if anyone has any projects with a lot of their dart code being unit tested? I see a lot of projects where the majority of the tests are where widgets are being tested but not just plain dart code without any dependencies on the Flutter framework.
Submitted May 08, 2018 at 10:42AM by MarkOSullivan
via reddit https://ift.tt/2I0VEI1
reddit
Unit testing dart code • r/FlutterDev
Just wondering if anyone has any projects with a lot of their dart code being unit tested? I see a lot of projects where the majority of the tests...
Reddit: Encrypted SQLite Database?
we're evaluating iOS/Android cross platform frameworks at work, and one of our hard requirements is to have an encrypted SQLite database. I've found one GitHub repo that's a fork of sqflite that claims to be encrypted, but there's no documentation at all on using it. Is this something any of you have done with Flutter?
Submitted May 08, 2018 at 03:31PM by zachtib
via reddit https://ift.tt/2KFHObD
we're evaluating iOS/Android cross platform frameworks at work, and one of our hard requirements is to have an encrypted SQLite database. I've found one GitHub repo that's a fork of sqflite that claims to be encrypted, but there's no documentation at all on using it. Is this something any of you have done with Flutter?
Submitted May 08, 2018 at 03:31PM by zachtib
via reddit https://ift.tt/2KFHObD
reddit
Encrypted SQLite Database? • r/FlutterDev
we're evaluating iOS/Android cross platform frameworks at work, and one of our hard requirements is to have an encrypted SQLite database. I've...
GGroup: Beta 3: Getting "NoSuchMethodError: The method '<' was called on null. " when building for release
Hi, Just upgrade Flutter to beta 3 and I am seeing following error when running "flutter run --release" or "flutter build apk". Running "flutter clean" before the command doesn't help. No problem running in debug mode. As the error is too vague for me, could anyone shed some light on this?
Submitted May 08, 2018 at 03:25PM by Edmund Tam
via Flutter Dev https://ift.tt/2I4HvFr
Hi, Just upgrade Flutter to beta 3 and I am seeing following error when running "flutter run --release" or "flutter build apk". Running "flutter clean" before the command doesn't help. No problem running in debug mode. As the error is too vague for me, could anyone shed some light on this?
Submitted May 08, 2018 at 03:25PM by Edmund Tam
via Flutter Dev https://ift.tt/2I4HvFr
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: Skia graphic engine internals documentation?
Looking to better understand how Skia works and looking for source on internals documentation.
Submitted May 08, 2018 at 03:58PM by bartturner
via reddit https://ift.tt/2FW3FaX
Looking to better understand how Skia works and looking for source on internals documentation.
Submitted May 08, 2018 at 03:58PM by bartturner
via reddit https://ift.tt/2FW3FaX
reddit
Skia graphic engine internals documentation? • r/FlutterDev
Looking to better understand how Skia works and looking for source on internals documentation.
Reddit: Looking for documentation on Flutter internals?
Want to learn more about the internals of Flutter. Does anyone have a good source? Thanks in advance for any help!
Submitted May 08, 2018 at 03:46PM by bartturner
via reddit https://ift.tt/2jErWd8
Want to learn more about the internals of Flutter. Does anyone have a good source? Thanks in advance for any help!
Submitted May 08, 2018 at 03:46PM by bartturner
via reddit https://ift.tt/2jErWd8
reddit
Looking for documentation on Flutter internals? • r/FlutterDev
Want to learn more about the internals of Flutter. Does anyone have a good source? Thanks in advance for any help!
Reddit: Gradient background in flutter!!
https://youtu.be/AFiQsM0gojU
Submitted May 08, 2018 at 05:38PM by chiraggsam
via reddit https://ift.tt/2IqQxjq
https://youtu.be/AFiQsM0gojU
Submitted May 08, 2018 at 05:38PM by chiraggsam
via reddit https://ift.tt/2IqQxjq
YouTube
04 - Gradient Background in Flutter
In this video, we'll see how to create a gradient of 2 or more colors in Flutter in only 2 minutes!! Do like and subscribe for more on-point videos just like this one!
Source code: https://github.com/Pro-Grammerr/Flutter-pro-grammer/blob/master/04%20-%2…
Source code: https://github.com/Pro-Grammerr/Flutter-pro-grammer/blob/master/04%20-%2…
Reddit: Google I/O'18: Discussion thread
Google I/O'18 is here! Here are some useful links:LivestreamHow to watch Flutter at Google I/O 2018Google I/O HomepageA bunch of r/FlutterDev members are watching the stream together in Discord Chat, come join us!
Submitted May 08, 2018 at 06:27PM by KingBaal
via reddit https://ift.tt/2rsSgeq
Google I/O'18 is here! Here are some useful links:LivestreamHow to watch Flutter at Google I/O 2018Google I/O HomepageA bunch of r/FlutterDev members are watching the stream together in Discord Chat, come join us!
Submitted May 08, 2018 at 06:27PM by KingBaal
via reddit https://ift.tt/2rsSgeq
YouTube
Keynote (Google I/O '18)
Learn about the latest product and platform innovations at Google in a Keynote led by Sundar Pichai.
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.
Access Google Pay Business Console to get your…
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.
Access Google Pay Business Console to get your…
GGroup: Icon
How do I remove the padding that is generated when I loop an icon in a row ?
Submitted May 08, 2018 at 09:48PM by Paulo Henrique Pereira
via Flutter Dev https://ift.tt/2HZYsor
How do I remove the padding that is generated when I loop an icon in a row ?
Submitted May 08, 2018 at 09:48PM by Paulo Henrique Pereira
via Flutter Dev https://ift.tt/2HZYsor
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.