New post on /r/flutterdev subreddit:
Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.
January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.
January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
reddit
r/FlutterDev - Android Studio IDE support flutter coding and platform(using Android) at same time
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Typed firestore for flutter
http://bit.ly/2F79EwY
January 04, 2019 at 11:48AM by kdy1997
http://bit.ly/2F55iax
Typed firestore for flutter
http://bit.ly/2F79EwY
January 04, 2019 at 11:48AM by kdy1997
http://bit.ly/2F55iax
Dart Packages
typed_firestore | Flutter Package
typed_firestore Flutter and Dart package - Typed firebase.storage for flutter
New post on /r/flutterdev subreddit:
Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB
January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB
January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
Codesfor
Flutter splash screen example - Codesfor
Splash screen is an important part of all mobile applications. Most of the app will show a logo in the splash screen for few seconds.
New post on /r/flutterdev subreddit:
Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR
January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS
Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR
January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS
Dart Packages
superellipse_shape | Flutter Package
superellipse_shape Flutter and Dart package - A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.
New post on /r/flutterdev subreddit:
chopper | Chopper is an http client generator using source_gen and inspired from retrofit
http://bit.ly/2VsajyS
January 04, 2019 at 11:50AM by davide9192
http://bit.ly/2F9mvyA
chopper | Chopper is an http client generator using source_gen and inspired from retrofit
http://bit.ly/2VsajyS
January 04, 2019 at 11:50AM by davide9192
http://bit.ly/2F9mvyA
Dart Packages
chopper | Dart Package
chopper Dart package - Chopper is an http client generator using source_gen and inspired from retrofit
New post on /r/flutterdev subreddit:
Flutter architecture consideration.
Hello, guys! I'm learning flutter in korean and have to develop my final university project by this fancy language.Therefore, I found some architecture technique like BLOC, scopeded model, Redux etc.I'm practicing BLOC, but it is too difficult to me. My question is that do I have to use firm architecture to my application like BLOC?If it is too difficult, is there an any recommendation except this? THX
January 04, 2019 at 01:54PM by beginner_developer
http://bit.ly/2AuVuCF
Flutter architecture consideration.
Hello, guys! I'm learning flutter in korean and have to develop my final university project by this fancy language.Therefore, I found some architecture technique like BLOC, scopeded model, Redux etc.I'm practicing BLOC, but it is too difficult to me. My question is that do I have to use firm architecture to my application like BLOC?If it is too difficult, is there an any recommendation except this? THX
January 04, 2019 at 01:54PM by beginner_developer
http://bit.ly/2AuVuCF
reddit
r/FlutterDev - Flutter architecture consideration.
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter app run with Android Studio, not with VS Code
I've been playing with Flutter for a bit, mostly in Android Studio. What I have compiles and runs just fine.I decided to give VS Code a try and when I run it there, the identical code gives me a BoxConstraints forces an infinite width.I am using a TextField within a Row, but I'm also using that within Expanded and it all runs fine under Android Studio. I like VS Code a lot, but am wondering if I missed something in the VS Code setup or if there are other such issues using VS Code (I'm guessing operator error at this point).
January 04, 2019 at 02:57PM by mraviator9
http://bit.ly/2QoVmdd
Flutter app run with Android Studio, not with VS Code
I've been playing with Flutter for a bit, mostly in Android Studio. What I have compiles and runs just fine.I decided to give VS Code a try and when I run it there, the identical code gives me a BoxConstraints forces an infinite width.I am using a TextField within a Row, but I'm also using that within Expanded and it all runs fine under Android Studio. I like VS Code a lot, but am wondering if I missed something in the VS Code setup or if there are other such issues using VS Code (I'm guessing operator error at this point).
January 04, 2019 at 02:57PM by mraviator9
http://bit.ly/2QoVmdd
reddit
r/FlutterDev - Flutter app run with Android Studio, not with VS Code
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Noob question: How heavy is the android studio?
Going to learn Google's Flutter and Dart. I know I need Android Studio. Can anyone suggest if I can use Surface GO (8GB RAM, intel Pentium, SSD) or I should use remote access to my PC (Intel 7th gen i5, GTX 1060, 8GB RAM (can add another 8 if needed), SSD) from Surface Go?Surface was purchased for school only, but now my brother needs help to build an app, so I'd love to contribute in my spare time. Ideally, I wanna use Surface GO, but I can upgrade PC with extra RAM.
January 04, 2019 at 03:22PM by Mykoster
http://bit.ly/2QlT3aQ
Noob question: How heavy is the android studio?
Going to learn Google's Flutter and Dart. I know I need Android Studio. Can anyone suggest if I can use Surface GO (8GB RAM, intel Pentium, SSD) or I should use remote access to my PC (Intel 7th gen i5, GTX 1060, 8GB RAM (can add another 8 if needed), SSD) from Surface Go?Surface was purchased for school only, but now my brother needs help to build an app, so I'd love to contribute in my spare time. Ideally, I wanna use Surface GO, but I can upgrade PC with extra RAM.
January 04, 2019 at 03:22PM by Mykoster
http://bit.ly/2QlT3aQ
reddit
r/FlutterDev - Noob question: How heavy is the android studio?
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
a state and data flow package leverage bloc and redux - bloc_redux
http://bit.ly/2Atmxyo
January 04, 2019 at 04:36PM by lzyy
http://bit.ly/2SE9EZi
a state and data flow package leverage bloc and redux - bloc_redux
http://bit.ly/2Atmxyo
January 04, 2019 at 04:36PM by lzyy
http://bit.ly/2SE9EZi
GitHub
lzyy/bloc_redux
bloc meets redux in flutter world. Contribute to lzyy/bloc_redux development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter: Bloc Pattern Episode 4 | Cleaning Up
https://youtu.be/7Tp4TeGoSf0
January 04, 2019 at 05:01PM by RobertBrunhage
http://bit.ly/2F5OKPH
Flutter: Bloc Pattern Episode 4 | Cleaning Up
https://youtu.be/7Tp4TeGoSf0
January 04, 2019 at 05:01PM by RobertBrunhage
http://bit.ly/2F5OKPH
YouTube
Flutter: BLoC Pattern Episode 4 | Cleaning Up
Skillshare 2 month of free premium: http://bit.ly/Skillshare-Robert Patreon: https://www.patreon.com/RobertBrunhage Github: https://github.com/RobertBrunhage...
New tweet from flutterio:
Pst. Pst. We have a secret for you...👂
Don't fear the garbage collector! @mjohnsullivan explains how Dart's garbage collector helps Flutter's fast performance (especially during hot reload.)
Read post here 👇 https://t.co/oRgpluNSkI— Flutter (@flutterio) January 4, 2019
January 04, 2019 at 08:22PM
http://twitter.com/flutterio/status/1081269634383466497
Pst. Pst. We have a secret for you...👂
Don't fear the garbage collector! @mjohnsullivan explains how Dart's garbage collector helps Flutter's fast performance (especially during hot reload.)
Read post here 👇 https://t.co/oRgpluNSkI— Flutter (@flutterio) January 4, 2019
January 04, 2019 at 08:22PM
http://twitter.com/flutterio/status/1081269634383466497
Twitter
Matt Sullivan (@mjohnsullivan) | Twitter
The latest Tweets from Matt Sullivan (@mjohnsullivan). Developer relations for @FlutterDev by day. Often by night too. Mountain View, CA
New post on /r/flutterdev subreddit:
Hi, I need some help on issues at the one Chat App that I created
Flutter and FireStore based Chat Apphttps://github.com/aashutoshrathi/1Chat
January 04, 2019 at 09:56PM by aashutoshr
http://bit.ly/2TtGeNn
Hi, I need some help on issues at the one Chat App that I created
Flutter and FireStore based Chat Apphttps://github.com/aashutoshrathi/1Chat
January 04, 2019 at 09:56PM by aashutoshr
http://bit.ly/2TtGeNn
GitHub
aashutoshrathi/1Chat
Flutter and FireStore based Chat App. Contribute to aashutoshrathi/1Chat development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter: Don’t Fear the Garbage Collector
http://bit.ly/2sa43yr
January 04, 2019 at 10:31PM by Purple_Pizzazz
http://bit.ly/2BZyKL8
Flutter: Don’t Fear the Garbage Collector
http://bit.ly/2sa43yr
January 04, 2019 at 10:31PM by Purple_Pizzazz
http://bit.ly/2BZyKL8
Medium
Flutter: Don’t Fear the Garbage Collector
Flutter uses Dart as a development language and as a runtime. Dart’s runtime is ever-present, both in debug and release modes, but there…
New post on /r/flutterdev subreddit:
Hummingbird vs AngularDart
http://bit.ly/2VwEnsY
January 05, 2019 at 01:31AM by Elixane
http://bit.ly/2TtvnDf
Hummingbird vs AngularDart
http://bit.ly/2VwEnsY
January 05, 2019 at 01:31AM by Elixane
http://bit.ly/2TtvnDf
Medium
Hummingbird vs Angular Dart
Understanding whether Angular Dart is still relevant now that Hummingbird has been announced.
New post on Flutter Dev Google group:
Did you already use Flutter in productivity App? for company ? Please could you share a link.
Hi I'm Rajil and interested to dive in Dart. Did you already code a Flutter in productivity App ? Please would you share a link ? If you don't mind tell me if Flutter is ready and give me some ressources where to learn Dart programming. Kindly, Best Regards.
January 05, 2019 at 03:17AM by Rajil Saj
http://bit.ly/2FbjKwI
Did you already use Flutter in productivity App? for company ? Please could you share a link.
Hi I'm Rajil and interested to dive in Dart. Did you already code a Flutter in productivity App ? Please would you share a link ? If you don't mind tell me if Flutter is ready and give me some ressources where to learn Dart programming. Kindly, Best Regards.
January 05, 2019 at 03:17AM by Rajil Saj
http://bit.ly/2FbjKwI
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:
Flutter Tutorial - Flutter DataTable
https://www.youtube.com/attribution_link?a=rqswLk1l9ag&u=%2Fwatch%3Fv%3D0S-95xTxsAg%26feature%3Dshare
January 05, 2019 at 07:02AM by whatsupcoders
http://bit.ly/2SBuf0f
Flutter Tutorial - Flutter DataTable
https://www.youtube.com/attribution_link?a=rqswLk1l9ag&u=%2Fwatch%3Fv%3D0S-95xTxsAg%26feature%3Dshare
January 05, 2019 at 07:02AM by whatsupcoders
http://bit.ly/2SBuf0f
YouTube
Flutter Tutorial - Flutter DataTable
Flutter Tutorial - Flutter DataTable
In this video, you will learn how to use the Flutter DataTable and I have also included a demo Price Plan page.
Complete Code can be found here - https://github.com/whatsupcoders/Flutter-Tables
FOLLOW ME HERE:
Facebook:…
In this video, you will learn how to use the Flutter DataTable and I have also included a demo Price Plan page.
Complete Code can be found here - https://github.com/whatsupcoders/Flutter-Tables
FOLLOW ME HERE:
Facebook:…
New post on Flutter Dev Google group:
Can I make Flutter App in Design View?
*Hi Guys!* I need to get designed Flutter App like in Android Studio, res>Layouts>Design/Text Drag and Drop Elements other than Flutter Outline. Could you please help with that? Regards, Team DB
January 05, 2019 at 10:30AM by Digital Buddha
http://bit.ly/2RcdJHA
Can I make Flutter App in Design View?
*Hi Guys!* I need to get designed Flutter App like in Android Studio, res>Layouts>Design/Text Drag and Drop Elements other than Flutter Outline. Could you please help with that? Regards, Team DB
January 05, 2019 at 10:30AM by Digital Buddha
http://bit.ly/2RcdJHA
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:
how to encrypt and decrypt files(not strings)
I am working on application where i need to decode the encrypted video files and play them on the application
January 05, 2019 at 10:36AM by Deepak kosuri
http://bit.ly/2GYyrWw
how to encrypt and decrypt files(not strings)
I am working on application where i need to decode the encrypted video files and play them on the application
January 05, 2019 at 10:36AM by Deepak kosuri
http://bit.ly/2GYyrWw
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:
Architecture Flutter App the Bloc_Redux Way
http://bit.ly/2scDF6Y
January 05, 2019 at 01:12PM by lzyy
http://bit.ly/2Qs58LA
Architecture Flutter App the Bloc_Redux Way
http://bit.ly/2scDF6Y
January 05, 2019 at 01:12PM by lzyy
http://bit.ly/2Qs58LA
Medium
Architecture Flutter App the Bloc_Redux Way
here’s the github link: https://github.com/lzyy/bloc_redux
New post on /r/flutterdev subreddit:
Live-Reload in Flutter (Real-time and interactive code changes)
https://twitter.com/norbertkozsir/status/1081553827822821377
January 05, 2019 at 03:26PM by norbert515
http://bit.ly/2TsUciA
Live-Reload in Flutter (Real-time and interactive code changes)
https://twitter.com/norbertkozsir/status/1081553827822821377
January 05, 2019 at 03:26PM by norbert515
http://bit.ly/2TsUciA
Twitter
Norbert Kozsir
Is it possible the be faster than flutters Hot-Reload? My latest experiment proves that the answer is YES, it is! I call it "Live-Reload" and it allows for interactive code changes. Code at https://t.co/rr2zLM8LXM @flutterio @nlycskn @timsneath https://t.co/leSeNzMWIb
New post on /r/flutterdev subreddit:
How to implement webview inside a container in Flutter app?
I'm building an app for internal use with a questions page shown below. The Questions will be in latex because of mathematical equations and I need to parse them. But I'm unable to find any MathJax Parser for flutter. So I thought of embedding webview for each question in this ListView but to my surprise, there is no Embedded Webview package available. I need to pass html(which would handle Mathjax parsing) to the WebViewWidgetSolution. Could you guys please help me with this issue for both iOS and Android?https://i.stack.imgur.com/iQBOz.png
January 05, 2019 at 03:35PM by amsmu
http://bit.ly/2FeX9zH
How to implement webview inside a container in Flutter app?
I'm building an app for internal use with a questions page shown below. The Questions will be in latex because of mathematical equations and I need to parse them. But I'm unable to find any MathJax Parser for flutter. So I thought of embedding webview for each question in this ListView but to my surprise, there is no Embedded Webview package available. I need to pass html(which would handle Mathjax parsing) to the WebViewWidgetSolution. Could you guys please help me with this issue for both iOS and Android?https://i.stack.imgur.com/iQBOz.png
January 05, 2019 at 03:35PM by amsmu
http://bit.ly/2FeX9zH