Reddit: Building a new app should I use flutter or do native ios and android
Hi all!Very excited to learn about Flutter.I want to build an app that needs to be available on both iOS and Android.I am an iOS developer, and would need to access to common shared libraries, which I generally install use pod files.Is there a similar thing for Flutter as well? How does that even work for Android? (i.e the framework is only for iOS, how would that same framework also just work for Android?).I am also curious if you folks recommend that I just build two separate apps, given that it would need maintenance. I am not using material design, and will have a designer give me assets.With that said, what kind of assets do I need for Flutter?
Submitted January 28, 2018 at 05:43AM by makingbread
via reddit http://ift.tt/2njzfZf
Hi all!Very excited to learn about Flutter.I want to build an app that needs to be available on both iOS and Android.I am an iOS developer, and would need to access to common shared libraries, which I generally install use pod files.Is there a similar thing for Flutter as well? How does that even work for Android? (i.e the framework is only for iOS, how would that same framework also just work for Android?).I am also curious if you folks recommend that I just build two separate apps, given that it would need maintenance. I am not using material design, and will have a designer give me assets.With that said, what kind of assets do I need for Flutter?
Submitted January 28, 2018 at 05:43AM by makingbread
via reddit http://ift.tt/2njzfZf
reddit
Building a new app should I use flutter or do... • r/FlutterDev
Hi all! Very excited to learn about Flutter. I want to build an app that needs to be available on both iOS and Android. I am an iOS developer,...
Reddit: Implementing adaptive master-detail layouts in Flutter
http://ift.tt/2rGFdsg
Submitted January 28, 2018 at 08:55PM by roughike
via reddit http://ift.tt/2GqS6u0
http://ift.tt/2rGFdsg
Submitted January 28, 2018 at 08:55PM by roughike
via reddit http://ift.tt/2GqS6u0
flutter.rocks
Implementing adaptive master-detail layouts in Flutter
A guide on how to convert existing mobile apps to adapt their layouts for tablet devices.
GGroup: Flutter: Future/async methods-how to pass updated variables before render Widget build(BuildContext)
I use the follow Firebase strucure to create a Private Chat: /// messages -> fromUserEncoded -> toUserEncoded -> text My authentication and access to Firebase are ok. /// * /// Future _ensureLoggedIn() async { /// GoogleSignInAccount user = googleSignIn.currentUser; /// if(user == null)
Submitted January 28, 2018 at 11:24PM by Colque Paxi
via Flutter Dev http://ift.tt/2rMv2mc
I use the follow Firebase strucure to create a Private Chat: /// messages -> fromUserEncoded -> toUserEncoded -> text My authentication and access to Firebase are ok. /// * /// Future _ensureLoggedIn() async { /// GoogleSignInAccount user = googleSignIn.currentUser; /// if(user == null)
Submitted January 28, 2018 at 11:24PM by Colque Paxi
via Flutter Dev http://ift.tt/2rMv2mc
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's up Flutter? January 2018
http://ift.tt/2rT0G1B
Submitted January 29, 2018 at 09:35AM by Triskeon
via reddit http://ift.tt/2GpRox0
http://ift.tt/2rT0G1B
Submitted January 29, 2018 at 09:35AM by Triskeon
via reddit http://ift.tt/2GpRox0
Triskell's wanderings
What's up Flutter? January 2018
Forewords This news report on Flutter is just a gathering of links and information about what happened this January. You may find lots of links on Twitter, Reddit, and newsletters, my first sources of information. This is just a way for me to stay up-to-date…
Reddit: Is there any in-depth Flutter video course or book or some such?
I've seen a few youtube videos but most are pretty basic.Here's what I'd like to see:An app w/ multiple screens w/ navigation.Data retrieved from network, persisted from disk, etc.Build quality: dart/flutter lint-ing/static analysis, continuous integration, unit tests / ui testsExample of integrating extras: push notifications, analytics, in-app-purchases or ads, crash reporting, beta testing, etc.I'm not familiar with Dart or Flutter so I'm just not sure about how to evaluate whether to use it for my project. But right now the only alternative is to build it in native Android (which I do know), then write the separate iOS app (which I know nothing of), or use React-Native which I haven't taken too very well.Nonetheless the other technologies all have books, Udemy/Udacity/etc. courses. What is there for Flutter?
Submitted January 29, 2018 at 11:26AM by TranslucentPond
via reddit http://ift.tt/2DHiaPS
I've seen a few youtube videos but most are pretty basic.Here's what I'd like to see:An app w/ multiple screens w/ navigation.Data retrieved from network, persisted from disk, etc.Build quality: dart/flutter lint-ing/static analysis, continuous integration, unit tests / ui testsExample of integrating extras: push notifications, analytics, in-app-purchases or ads, crash reporting, beta testing, etc.I'm not familiar with Dart or Flutter so I'm just not sure about how to evaluate whether to use it for my project. But right now the only alternative is to build it in native Android (which I do know), then write the separate iOS app (which I know nothing of), or use React-Native which I haven't taken too very well.Nonetheless the other technologies all have books, Udemy/Udacity/etc. courses. What is there for Flutter?
Submitted January 29, 2018 at 11:26AM by TranslucentPond
via reddit http://ift.tt/2DHiaPS
reddit
Is there any in-depth Flutter video course or book... • r/FlutterDev
I've seen a few youtube videos but most are pretty basic. Here's what I'd like to see: * An app w/ multiple screens w/ navigation. * Data...
Reddit: Leaflet map for Flutter
http://ift.tt/2Gpfd86
Submitted January 29, 2018 at 12:25PM by Sol_Ido
via reddit http://ift.tt/2rMMV4a
http://ift.tt/2Gpfd86
Submitted January 29, 2018 at 12:25PM by Sol_Ido
via reddit http://ift.tt/2rMMV4a
GitHub
johnpryan/leaflet_flutter
Contribute to leaflet_flutter development by creating an account on GitHub.
GGroup: flutter debug tools (debug_paint, etc) not showing up in Android Studio...
I'm using Android Studio for flutter development and noticed that View/Tool Windows/Flutter is missing (options for Debug_Paint, etc). Am wondering if this functionality only available in Intellij itself or should I be seeing it in Android Studio as well? Everything else with Flutter in Android
Submitted January 29, 2018 at 09:22PM by Dave Ripp
via Flutter Dev http://ift.tt/2DL5mYP
I'm using Android Studio for flutter development and noticed that View/Tool Windows/Flutter is missing (options for Debug_Paint, etc). Am wondering if this functionality only available in Intellij itself or should I be seeing it in Android Studio as well? Everything else with Flutter in Android
Submitted January 29, 2018 at 09:22PM by Dave Ripp
via Flutter Dev http://ift.tt/2DL5mYP
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: Serialize/Desrialize objects like java APIs?
In Java , serialization : ... ObjectOutputStream oos = null; try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); oos = new ObjectOutputStream(bos); oos.writeObject(obj); result = bos.toString("ISO-8859-1"); result = URLEncoder.encode(result, "UTF-8"); } catch
Submitted January 30, 2018 at 04:32AM by Qikai Yang
via Flutter Dev http://ift.tt/2Elv3QE
In Java , serialization : ... ObjectOutputStream oos = null; try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); oos = new ObjectOutputStream(bos); oos.writeObject(obj); result = bos.toString("ISO-8859-1"); result = URLEncoder.encode(result, "UTF-8"); } catch
Submitted January 30, 2018 at 04:32AM by Qikai Yang
via Flutter Dev http://ift.tt/2Elv3QE
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: Re: Animate absolute Positioned Containers inside a Stack
You could use an AnimatedPositioned instead of a Positioned, and just set _x and _y to whatever end values you want, and AnimatedPositioned will animate them to those values. On Wed, Jan 24, 2018 at 2:40 PM Taco Perquin wrote: > Hello, > > I'm trying to animate a
Submitted January 30, 2018 at 06:39AM by Ian Hickson
via Flutter Dev http://ift.tt/2Gt20eH
You could use an AnimatedPositioned instead of a Positioned, and just set _x and _y to whatever end values you want, and AnimatedPositioned will animate them to those values. On Wed, Jan 24, 2018 at 2:40 PM Taco Perquin wrote: > Hello, > > I'm trying to animate a
Submitted January 30, 2018 at 06:39AM by Ian Hickson
via Flutter Dev http://ift.tt/2Gt20eH
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: Flutter with Dart 2
http://ift.tt/2rR3Kel
Submitted January 30, 2018 at 08:13AM by KingBaal
via reddit http://ift.tt/2Gtcsmi
http://ift.tt/2rR3Kel
Submitted January 30, 2018 at 08:13AM by KingBaal
via reddit http://ift.tt/2Gtcsmi
Flutter Institute
Flutter with Dart 2
Dart 2 is in pre-release, and you can now test your flutter apps against it. It's pretty simple. Simply add the --preview-dart-2 flag as follows: flutter run --preview-dart-2 (The --strong argument can also be quite useful) Also, make sure to run a flutter…
Reddit: Plugin that integrates the stripe plugin for iOS and Android: credit/debit card validation + add support
http://ift.tt/2rQ6aKg
Submitted January 30, 2018 at 03:35PM by boni2k
via reddit http://ift.tt/2nu5EMO
http://ift.tt/2rQ6aKg
Submitted January 30, 2018 at 03:35PM by boni2k
via reddit http://ift.tt/2nu5EMO
Dart Packages
stripe_payment | Flutter Package
stripe_payment 0.0.4 Flutter and Dart package - A flutter plugin to integrate the stripe plugin for iOS and Android. Currently only adding a credit card as source is implemented.
GGroup: How to enable Flutter with Dart 2 when using Intellij IDEA and Flutter plugin 21.2.3?
Reading this article, it seems easy to turn on Dart 2 support. http://ift.tt/2rR3Kel I am not sure how to do that when using the Idea plugin though. Is there a way to add one or more extra params for *flutter run*, e.g. flutter run --preview-dart-2
Submitted January 30, 2018 at 04:07PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2DNIBU9
Reading this article, it seems easy to turn on Dart 2 support. http://ift.tt/2rR3Kel I am not sure how to do that when using the Idea plugin though. Is there a way to add one or more extra params for *flutter run*, e.g. flutter run --preview-dart-2
Submitted January 30, 2018 at 04:07PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2DNIBU9
Flutter Institute
Flutter with Dart 2
Dart 2 is in pre-release, and you can now test your flutter apps against it. It's pretty simple. Simply add the --preview-dart-2 flag as follows: flutter run --preview-dart-2 (The --strong argument can also be quite useful) Also, make sure to run a flutter…
GGroup: [Breaking Change] Copy/Cut/Paste
Hello, to enable copy, cut, and paste via accessibility affordances (e.g. TalkBack) I plan to introduce some breaking changes in http://ift.tt/2FvoJVU. Most of these changes are internal to the Flutter framework and unless you are working directly with some lower-level
Submitted January 30, 2018 at 07:04PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2DXQCZH
Hello, to enable copy, cut, and paste via accessibility affordances (e.g. TalkBack) I plan to introduce some breaking changes in http://ift.tt/2FvoJVU. Most of these changes are internal to the Flutter framework and unless you are working directly with some lower-level
Submitted January 30, 2018 at 07:04PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2DXQCZH
GitHub
a11y on Android: copy/cut/paste by goderbauer · Pull Request #14343 · flutter/flutter
With a little refactor and unification of how availability of copy/cut/paste is determined across platforms.
Minor remaining issue: #14331.
Fixes #13501.
Minor remaining issue: #14331.
Fixes #13501.
GGroup: Replacing ScrollMetrics.cloneMetrics with ScrollMetrics.copyWith
For consistency with the rest of the framework, I'm considering replacing the cloneMetrics method with a copyWith method, and removing the "clone" constructors. This should affect very few apps, if any, since these objects are a pretty low-level part of the scrolling infrastructure. Please
Submitted January 31, 2018 at 02:45AM by Ian Hickson
via Flutter Dev http://ift.tt/2FvLZ6s
For consistency with the rest of the framework, I'm considering replacing the cloneMetrics method with a copyWith method, and removing the "clone" constructors. This should affect very few apps, if any, since these objects are a pretty low-level part of the scrolling infrastructure. Please
Submitted January 31, 2018 at 02:45AM by Ian Hickson
via Flutter Dev http://ift.tt/2FvLZ6s
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: Missing debugProvided() in Flutter Project
Hello Flutter-Dev Team, I’m currently programming a small app with flutter. Since a few days I’m stuck with the same problem as in the following article: http://ift.tt/2Erj2t3
Submitted January 31, 2018 at 05:41AM by Oxana Doroshkevich
via Flutter Dev http://ift.tt/2DOIOGs
Hello Flutter-Dev Team, I’m currently programming a small app with flutter. Since a few days I’m stuck with the same problem as in the following article: http://ift.tt/2Erj2t3
Submitted January 31, 2018 at 05:41AM by Oxana Doroshkevich
via Flutter Dev http://ift.tt/2DOIOGs
Reddit: Simple Flutter-Coveralls setup
http://ift.tt/2rP6yc8
Submitted January 31, 2018 at 08:40AM by Marcinus
via reddit http://ift.tt/2GxaX6M
http://ift.tt/2rP6yc8
Submitted January 31, 2018 at 08:40AM by Marcinus
via reddit http://ift.tt/2GxaX6M
Szałko-Blog
Integrating Flutter with Coveralls | Szałko-Blog
This post shortly presents snippet on how to integrate Flutter app with Coveralls, which will give you feedback on test coverage in your app. Let's get to it!
Reddit: How to show a Firebase AdMob banner ad in Flutter
http://ift.tt/2FwJ7pK
Submitted January 31, 2018 at 02:56PM by KingBaal
via reddit http://ift.tt/2DZVWMi
http://ift.tt/2FwJ7pK
Submitted January 31, 2018 at 02:56PM by KingBaal
via reddit http://ift.tt/2DZVWMi
Musings of an Android App Software Developer
How to show a Firebase AdMob banner ad in Flutter - Musings of an Android App Software Developer
Love them or hate them, ads are a common way for indie app developers to make money from their apps. So, how can you display a banner ad in your Flutter app? If you search Flutter packages for “ad”, there are currently two relevant results, both for AdMob.…
Reddit: contacts_service: A Flutter plugin to access and manage the device's contacts.
http://ift.tt/2ErmYKc
Submitted January 31, 2018 at 09:41PM by Purple_Pizzazz
via reddit http://ift.tt/2DPNImG
http://ift.tt/2ErmYKc
Submitted January 31, 2018 at 09:41PM by Purple_Pizzazz
via reddit http://ift.tt/2DPNImG
GitHub
clovisnicolas/flutter_contacts
flutter_contacts - A flutter plugin to manage device contacts
Reddit: RTL support
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The thing is we are developing for both English and Arabic interface.
Submitted February 01, 2018 at 03:31AM by nirataro
via reddit http://ift.tt/2GxA21r
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The thing is we are developing for both English and Arabic interface.
Submitted February 01, 2018 at 03:31AM by nirataro
via reddit http://ift.tt/2GxA21r
reddit
RTL support • r/FlutterDev
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The...
Reddit: Unofficial conference app for DroidKaigi 2018 Tokyo (built with Flutter).
http://ift.tt/2GClw8G
Submitted February 01, 2018 at 08:56AM by Purple_Pizzazz
via reddit http://ift.tt/2EtNm6n
http://ift.tt/2GClw8G
Submitted February 01, 2018 at 08:56AM by Purple_Pizzazz
via reddit http://ift.tt/2EtNm6n
GitHub
konifar/droidkaigi2018-flutter
droidkaigi2018-flutter - The unofficial conference app for DroidKaigi 2018 Tokyo