Reddit: Writing a good Flutter plugin
https://ift.tt/2DVpXOw
Submitted October 03, 2018 at 07:15PM by Elixane
via reddit https://ift.tt/2QqBS8o
https://ift.tt/2DVpXOw
Submitted October 03, 2018 at 07:15PM by Elixane
via reddit https://ift.tt/2QqBS8o
Medium
Writing a good Flutter plugin
Plugins are essential to the Flutter ecosystem. They allow Flutter developers to interact with libraries of the platform the app is…
GGroup: Using Flutter/Dart as a iOS/Android library
Hope I can explain this properly ... We are starting to use Flutter for in-house development of full apps and are creating our packages that use OS specific plugin for proprietary hardware ... with flutter we have a lot of common code that can be separated into UI and Process logic ... What
Submitted October 03, 2018 at 07:55PM by Kermie deFrog
via Flutter Dev https://ift.tt/2zOaEmw
Hope I can explain this properly ... We are starting to use Flutter for in-house development of full apps and are creating our packages that use OS specific plugin for proprietary hardware ... with flutter we have a lot of common code that can be separated into UI and Process logic ... What
Submitted October 03, 2018 at 07:55PM by Kermie deFrog
via Flutter Dev https://ift.tt/2zOaEmw
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: What has been your guy's experience Freelancing with Flutter?
Hey r/FlutterDev, title pretty much speaks for itself but does anyone here have any experience doing freelance work with Flutter? and if so are there any major differences you've found compared to more traditional Android/iOS development (client acquisition, workflow, etc...)
Submitted October 04, 2018 at 12:50AM by InternationalBison12
via reddit https://ift.tt/2ycYhP5
Hey r/FlutterDev, title pretty much speaks for itself but does anyone here have any experience doing freelance work with Flutter? and if so are there any major differences you've found compared to more traditional Android/iOS development (client acquisition, workflow, etc...)
Submitted October 04, 2018 at 12:50AM by InternationalBison12
via reddit https://ift.tt/2ycYhP5
reddit
r/FlutterDev - What has been your guy's experience Freelancing with Flutter?
3 votes and 0 comments so far on Reddit
Reddit: How we built an awesome App with Flutter in 4 months.
https://ift.tt/2OvNNEH
Submitted October 04, 2018 at 11:28AM by Purple_Pizzazz
via reddit https://ift.tt/2Nm76LR
https://ift.tt/2OvNNEH
Submitted October 04, 2018 at 11:28AM by Purple_Pizzazz
via reddit https://ift.tt/2Nm76LR
Linkedin
How we built an awesome App with Flutter in 4 months.
It was April and we were hired to work in EntrenaPro, a mobile App for iOS and Android where Coaches and Athletes can schedule individual and public sports sessions between more than 40 activities all over Spain. Going out of a local concert I received a…
Reddit: FlutterPlayground
UUpdatd FlutterPlayground repository with #RotatedBox and #NestedList ExampleCheck out the Github repository for the more examples :https://github.com/ibhavikmakwana/FlutterPlayground
Submitted October 04, 2018 at 05:09PM by ibhavikmakwana
via reddit https://ift.tt/2NlCzhh
UUpdatd FlutterPlayground repository with #RotatedBox and #NestedList ExampleCheck out the Github repository for the more examples :https://github.com/ibhavikmakwana/FlutterPlayground
Submitted October 04, 2018 at 05:09PM by ibhavikmakwana
via reddit https://ift.tt/2NlCzhh
GitHub
GitHub - ibhavikmakwana/FlutterPlayground: Playground app for Flutter
Playground app for Flutter. Contribute to ibhavikmakwana/FlutterPlayground development by creating an account on GitHub.
#FlutterLive is coming December 4th!
Whether attending one of our live viewing parties, watching the livestream from home, or on-site with us in London, tune in and see what the future holds for Flutter.
Learn more → https://t.co/6lmy5JtUwb pic.twitter.com/jGb6nxiXg2— Flutter (@flutterio) October 4, 2018
October 04, 2018 at 06:51PM
via Twitter https://twitter.com/flutterio
Whether attending one of our live viewing parties, watching the livestream from home, or on-site with us in London, tune in and see what the future holds for Flutter.
Learn more → https://t.co/6lmy5JtUwb pic.twitter.com/jGb6nxiXg2— Flutter (@flutterio) October 4, 2018
October 04, 2018 at 06:51PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
Reddit: Add Flutter To Existing Or New Android App | Tutorial
https://youtu.be/Gw211RZGVw8
Submitted October 04, 2018 at 07:45PM by imthepk
via reddit https://ift.tt/2DWiPBh
https://youtu.be/Gw211RZGVw8
Submitted October 04, 2018 at 07:45PM by imthepk
via reddit https://ift.tt/2DWiPBh
YouTube
Add Flutter To Existing Or New Android App | Tutorial
In this video, I will explain how to add flutter to your new or existing Android application. #Android , #Flutter , #AndroidStudio
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/AddFlutter2ExistingAndroidApp…
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/AddFlutter2ExistingAndroidApp…
Reddit: Flutter Live! Dec 4th 2018
https://ift.tt/2Pcnoc7
Submitted October 04, 2018 at 08:28PM by DanTup
via reddit https://ift.tt/2y7Xjob
https://ift.tt/2Pcnoc7
Submitted October 04, 2018 at 08:28PM by DanTup
via reddit https://ift.tt/2y7Xjob
Google Developers
Flutter Live | Google Developers
Tune in to hear the latest exciting news and updates about Flutter.
Reddit: Trouble with Firebase OnValue listener in Flutter... Listener fails only in iOS release mode, but works fine in debug mode.
When I leave the app in debug mode (flutter run), my onValue listener will still be listening. I can change a value in firebase, and see log statements in my flutter console. However, when I run it in release mode, (flutter run --release, or through TestFlight, or through the app store), the listener dies when I leave the app. I am trying to understand what differences there are between the debug and release builds in iOS, and hopefully find a workaround to get the firebase database listener to continue listening even though the app is not in the foreground.
Submitted October 04, 2018 at 09:41PM by takaoandrew
via reddit https://ift.tt/2y24aPQ
When I leave the app in debug mode (flutter run), my onValue listener will still be listening. I can change a value in firebase, and see log statements in my flutter console. However, when I run it in release mode, (flutter run --release, or through TestFlight, or through the app store), the listener dies when I leave the app. I am trying to understand what differences there are between the debug and release builds in iOS, and hopefully find a workaround to get the firebase database listener to continue listening even though the app is not in the foreground.
Submitted October 04, 2018 at 09:41PM by takaoandrew
via reddit https://ift.tt/2y24aPQ
reddit
r/FlutterDev - Trouble with Firebase OnValue listener in Flutter... Listener fails only in iOS release mode, but works fine in…
1 vote and 1 comment so far on Reddit
Reddit: Flutter’s Rendering Engine: A Tutorial — Part 1 – SAUGO 360 – Medium
https://ift.tt/2xZq7iC
Submitted October 04, 2018 at 10:38PM by aalhamali
via reddit https://ift.tt/2PctNUL
https://ift.tt/2xZq7iC
Submitted October 04, 2018 at 10:38PM by aalhamali
via reddit https://ift.tt/2PctNUL
Medium
Flutter’s Rendering Engine: A Tutorial — Part 1
Overview and an example
GGroup: [Breaking Change] Deprecating WidgetTester.getSemanticsData and hasSemanticsData matcher
Howdy, In order to allow assertions about child semantics, I would like to refactor and rename WidgetTester.getSemanticsData to a method that returns the semantics node instead of the semantics data. This will allow us to create more flexible matchers for the semantics testing. This change is
Submitted October 05, 2018 at 01:07AM by Jonah Williams
via Flutter Dev https://ift.tt/2PdkDXW
Howdy, In order to allow assertions about child semantics, I would like to refactor and rename WidgetTester.getSemanticsData to a method that returns the semantics node instead of the semantics data. This will allow us to create more flexible matchers for the semantics testing. This change is
Submitted October 05, 2018 at 01:07AM by Jonah Williams
via Flutter Dev https://ift.tt/2PdkDXW
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: Porting a 75,000 line native iOS app to Flutter
https://ift.tt/2Ni0nmj
Submitted October 05, 2018 at 09:53AM by codenovel
via reddit https://ift.tt/2IFOsOm
https://ift.tt/2Ni0nmj
Submitted October 05, 2018 at 09:53AM by codenovel
via reddit https://ift.tt/2IFOsOm
Medium
Porting a 75,000 line native iOS app to Flutter
Not much has been written about porting large apps to Flutter. When I did it I was surprised at the results.
GGroup: How to enable the 'start' button when the last slide in Carousel Pro is showed?
*Hi i want to enable my Start button when the Carousel slide is finished how can i do that ? I'm using the carousel_pro package for the Carousel. My code for the moment is this* *RaisedButton( child: Text('Start', style: TextStyle(color:
Submitted October 05, 2018 at 12:02PM by Joan Kabello
via Flutter Dev https://ift.tt/2IFbPrb
*Hi i want to enable my Start button when the Carousel slide is finished how can i do that ? I'm using the carousel_pro package for the Carousel. My code for the moment is this* *RaisedButton( child: Text('Start', style: TextStyle(color:
Submitted October 05, 2018 at 12:02PM by Joan Kabello
via Flutter Dev https://ift.tt/2IFbPrb
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: Coding With Flutter Update: Course Announcement
https://www.youtube.com/watch?v=FJMEfXmRgFY
Submitted October 05, 2018 at 01:08PM by bizz84
via reddit https://ift.tt/2BUSEbP
https://www.youtube.com/watch?v=FJMEfXmRgFY
Submitted October 05, 2018 at 01:08PM by bizz84
via reddit https://ift.tt/2BUSEbP
YouTube
Flutter Update: Course Announcement
Sign up here for more videos: https://codingwithflutter.com/ I'm very happy to announce that I'm working on a full Flutter course! The main goals for this co...
Reddit: Just released a new version (v0.2.0) of flutter_inappbrowser plugin! Now you can also use Chrome Custom Tabs on Android and SFSafariViewController on iOS.
https://ift.tt/2Olh1mg
Submitted October 05, 2018 at 01:34PM by LorePi
via reddit https://ift.tt/2DYMOsp
https://ift.tt/2Olh1mg
Submitted October 05, 2018 at 01:34PM by LorePi
via reddit https://ift.tt/2DYMOsp
GitHub
pichillilorenzo/flutter_inappbrowser
Contribute to pichillilorenzo/flutter_inappbrowser development by creating an account on GitHub.
Reddit: exit code 1
Hi!I'm new to flutter; when I try to get the http package I get:Because every version of flutter_test from sdk depends on http 0.11.3+17 and dabiz depends on http ^0.12.0, flutter_test from sdk is forbidden.
So, because dabiz depends on flutter_test any from sdk, version solving failed.
pub get failed (1)
exit code 1What can I do to solve the issue?
Submitted October 05, 2018 at 04:38PM by Spetzatin31
via reddit https://ift.tt/2Npw5Og
Hi!I'm new to flutter; when I try to get the http package I get:Because every version of flutter_test from sdk depends on http 0.11.3+17 and dabiz depends on http ^0.12.0, flutter_test from sdk is forbidden.
So, because dabiz depends on flutter_test any from sdk, version solving failed.
pub get failed (1)
exit code 1What can I do to solve the issue?
Submitted October 05, 2018 at 04:38PM by Spetzatin31
via reddit https://ift.tt/2Npw5Og
reddit
r/FlutterDev - exit code 1
1 vote and 2 comments so far on Reddit
GGroup: How to create a directory on the internal storage as WhatsApp does?
1. is it possible to create a directory on the internal storage as WhatsApp does? how? 2. if I create a file in the getApplicationDocumentsDirectory() and I send an update of the app to play store and the user updates, will it delete the file?
Submitted October 05, 2018 at 05:44PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2zTyQUC
1. is it possible to create a directory on the internal storage as WhatsApp does? how? 2. if I create a file in the getApplicationDocumentsDirectory() and I send an update of the app to play store and the user updates, will it delete the file?
Submitted October 05, 2018 at 05:44PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2zTyQUC
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: Anyone with xamarin background that can say why flutter is better for xplatform apps?
I really like F# and I don't think dart brings anything new to the table. Flutter however is good idea that I like and it resonates well with how I would have built an xplatform app toolkit. Is flutter better that xamarin and why?
Submitted October 05, 2018 at 05:42PM by pure_x01
via reddit https://ift.tt/2Qtlynl
I really like F# and I don't think dart brings anything new to the table. Flutter however is good idea that I like and it resonates well with how I would have built an xplatform app toolkit. Is flutter better that xamarin and why?
Submitted October 05, 2018 at 05:42PM by pure_x01
via reddit https://ift.tt/2Qtlynl
reddit
r/FlutterDev - Anyone with xamarin background that can say why flutter is better for xplatform apps?
1 vote and 0 comments so far on Reddit
Reddit: Flutter: Login Design Challenge #2
https://youtu.be/mXUatDynYEU
Submitted October 05, 2018 at 06:04PM by RobertBrunhage
via reddit https://ift.tt/2CrWl9P
https://youtu.be/mXUatDynYEU
Submitted October 05, 2018 at 06:04PM by RobertBrunhage
via reddit https://ift.tt/2CrWl9P
YouTube
Flutter: Login Design Challenge #2
Skillshare 2 month of free premium: http://bit.ly/Skillshare-Robert Patreon: https://www.patreon.com/RobertBrunhage 1. Remove debug banner 0:35 2. Extract wi...
Reddit: Flutter — Implementing Micro-interactions — Scrollable Horizontal List View
https://ift.tt/2CsPSvf
Submitted October 05, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2OGSdZi
https://ift.tt/2CsPSvf
Submitted October 05, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2OGSdZi
Medium
Flutter — Implementing Micro-interactions — Scrollable Horizontal List View
Animating horizontal list view to make micro-interactions
If you need to know whether the app is currently running in production (as opposed to debug or profile mode), use the dart.vm.product environment flag. It can help you decide between logging, throwing or ignoring an exception. #FlutterFriday
Learn more→ https://t.co/Op8YJkmlAs pic.twitter.com/JG2g2vFNvf— Flutter (@flutterio) October 5, 2018
October 05, 2018 at 08:27PM
via Twitter https://twitter.com/flutterio
Learn more→ https://t.co/Op8YJkmlAs pic.twitter.com/JG2g2vFNvf— Flutter (@flutterio) October 5, 2018
October 05, 2018 at 08:27PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.