New post on /r/flutterdev subreddit:
Why UI lags in the Flutter gallery app? Really Unexpected
I looked at Flutter Gallery app today and unexpectedly UI really lagged (compared to native). Especially switching between tabs.I have been rewriting our app from native android to Flutter for about 1 month now and my UI always does not feel like Android. What I mean by "feel" is things like tab, chips clicks or scrolling in GridView with images and loading bars. I have previously used ReactNative and even though it had some minor issues, at least the feel was equal to native development.I don't know if it is just me, but I have tested on my own daily phones: iPhone X and Xioami miA2. I have not tested on any emulators, but all native apps feel native in those phones, expect Flutter ones... I am looking for some hints or perhaps I am true, that Flutter does not feel native at all.
December 26, 2019 at 07:35PM by wellbranding
https://ift.tt/2MxqtnA
Why UI lags in the Flutter gallery app? Really Unexpected
I looked at Flutter Gallery app today and unexpectedly UI really lagged (compared to native). Especially switching between tabs.I have been rewriting our app from native android to Flutter for about 1 month now and my UI always does not feel like Android. What I mean by "feel" is things like tab, chips clicks or scrolling in GridView with images and loading bars. I have previously used ReactNative and even though it had some minor issues, at least the feel was equal to native development.I don't know if it is just me, but I have tested on my own daily phones: iPhone X and Xioami miA2. I have not tested on any emulators, but all native apps feel native in those phones, expect Flutter ones... I am looking for some hints or perhaps I am true, that Flutter does not feel native at all.
December 26, 2019 at 07:35PM by wellbranding
https://ift.tt/2MxqtnA
reddit
Why UI lags in the Flutter gallery app? Really Unexpected
I looked at Flutter Gallery app today and unexpectedly UI really lagged (compared to native). Especially switching between tabs. I have been...
New post on Flutter Dev Google group:
[Breaking Change Proposal] Make CupertinoThemeData.brightness nullable
Hi all, I'd like to make CupertinoThemeData.brightness nullable. Currently it returns Brightness.light even when set to null. This is going to be a breaking change because it breaks an existing widget test. You can find the design doc for this breaking change here: https://ift.tt/1eWmIPy
December 26, 2019 at 11:08PM by WY H
https://ift.tt/2t0Anr3
[Breaking Change Proposal] Make CupertinoThemeData.brightness nullable
Hi all, I'd like to make CupertinoThemeData.brightness nullable. Currently it returns Brightness.light even when set to null. This is going to be a breaking change because it breaks an existing widget test. You can find the design doc for this breaking change here: https://ift.tt/1eWmIPy
December 26, 2019 at 11:08PM by WY H
https://ift.tt/2t0Anr3
New post on Flutter Dev Google group:
Invoke print dialog from flutter_web project?
I'm developing an application that generates some one-time use codes that need to be printed out. If this were an Angular application, I could just include a window.print() link on an element in the template. Is there some equivalent way to invoke the browser's print dialog from a flutter_web
December 26, 2019 at 11:09PM by Stephen Beitzel
https://ift.tt/2t1kRLI
Invoke print dialog from flutter_web project?
I'm developing an application that generates some one-time use codes that need to be printed out. If this were an Angular application, I could just include a window.print() link on an element in the template. Is there some equivalent way to invoke the browser's print dialog from a flutter_web
December 26, 2019 at 11:09PM by Stephen Beitzel
https://ift.tt/2t1kRLI
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 MobX Tutorial – Transparent & Reactive State Management?
https://youtu.be/8j7W91ZJuV0
December 26, 2019 at 11:36PM by MRresoMC
https://ift.tt/2SrHIdW
Flutter MobX Tutorial – Transparent & Reactive State Management?
https://youtu.be/8j7W91ZJuV0
December 26, 2019 at 11:36PM by MRresoMC
https://ift.tt/2SrHIdW
YouTube
Flutter MobX Tutorial – Transparent & Reactive State Management?
📗 Learn from the written tutorial & get the starter project 👇👇
https://resocoder.com/flutter-mobx
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Not a day goes…
https://resocoder.com/flutter-mobx
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Not a day goes…
New post on /r/flutterdev subreddit:
Selecting colors, building themes and making a (coherent) Material dark theme has always been hard. My newest Flutter app should help!
https://ift.tt/2MqZ0nJ
December 27, 2019 at 12:28AM by bernaferrari
https://ift.tt/2PXx4tG
Selecting colors, building themes and making a (coherent) Material dark theme has always been hard. My newest Flutter app should help!
https://ift.tt/2MqZ0nJ
December 27, 2019 at 12:28AM by bernaferrari
https://ift.tt/2PXx4tG
GitHub
bernaferrari/color-studio
It is too hard to build coherent and accessible themes with the right colors. This should help. - bernaferrari/color-studio
New post on /r/flutterdev subreddit:
Best solution for storing data?
I'm making an app based around foods/ingredients and i find myself with 2 options:A. Use Firebase non-relational storageB. Use flutter for the front-end but for the back-end use Aquaduct framework made for dart to establish a connection with postgreSQL.Which do you would be the best alternative considering speed? Or what could be your reasons to choose one over the other?
December 27, 2019 at 12:21AM by Bata_1
https://ift.tt/2PXx64M
Best solution for storing data?
I'm making an app based around foods/ingredients and i find myself with 2 options:A. Use Firebase non-relational storageB. Use flutter for the front-end but for the back-end use Aquaduct framework made for dart to establish a connection with postgreSQL.Which do you would be the best alternative considering speed? Or what could be your reasons to choose one over the other?
December 27, 2019 at 12:21AM by Bata_1
https://ift.tt/2PXx64M
reddit
Best solution for storing data?
I'm making an app based around foods/ingredients and i find myself with 2 options: **A.** Use Firebase non-relational storage **B.** Use flutter...
New post on /r/flutterdev subreddit:
How to connect my app to to firebase without admin-sdk(google-config.json)
When reading firebase online documentation they always says that it is not recommended to leave our google-service.json file in our client app , A bad user can access to all our backend firebase project because he has all the infos or admins details of connection. So i wanted to know how to solve this problem and how bad bad it is? if we put our app in production with this google-service.json(admin-sdk)
December 27, 2019 at 04:24AM by TechCoDeFacil
https://ift.tt/2SEU8iT
How to connect my app to to firebase without admin-sdk(google-config.json)
When reading firebase online documentation they always says that it is not recommended to leave our google-service.json file in our client app , A bad user can access to all our backend firebase project because he has all the infos or admins details of connection. So i wanted to know how to solve this problem and how bad bad it is? if we put our app in production with this google-service.json(admin-sdk)
December 27, 2019 at 04:24AM by TechCoDeFacil
https://ift.tt/2SEU8iT
reddit
How to connect my app to to firebase without...
When reading firebase online documentation they always says that it is not recommended to leave our google-service.json file in our client app , A...
New post on /r/flutterdev subreddit:
Flutter download video only first time from url save it locally and then play from the saved file.
Using video_player
December 27, 2019 at 11:02AM by Jksandesh
https://ift.tt/363cDB4
Flutter download video only first time from url save it locally and then play from the saved file.
Using video_player
December 27, 2019 at 11:02AM by Jksandesh
https://ift.tt/363cDB4
reddit
Flutter download video only first time from url save it locally...
Using video_player
New post on Flutter Dev Google group:
Theme change by using Iconbutton in Flutter
I have been searching for the way to implement the dynamic theme change facility in *Flutter app*. most of the videos have the ways by implementing *light to dark* theme by using switches but what i need is as follows let us consider : the initial state is a *Theme.light* and when I press the
December 27, 2019 at 12:40PM by Praveen Kumar Selvaraj
https://ift.tt/2QhEg2E
Theme change by using Iconbutton in Flutter
I have been searching for the way to implement the dynamic theme change facility in *Flutter app*. most of the videos have the ways by implementing *light to dark* theme by using switches but what i need is as follows let us consider : the initial state is a *Theme.light* and when I press the
December 27, 2019 at 12:40PM by Praveen Kumar Selvaraj
https://ift.tt/2QhEg2E
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:
Can we make snap chat filters in flutter and if yes How?
Hey Reddit,I have been looking at this problem for a long time and i stumbled upon arcore and the arkit but the only problem with that will be that i will have to write code differently for android and ios and even differently if i wanted to put it else where so is there any ways i can make augmented faces in flutter.any ways thanks.
December 27, 2019 at 12:47PM by ACESYT
https://ift.tt/2PZiG48
Can we make snap chat filters in flutter and if yes How?
Hey Reddit,I have been looking at this problem for a long time and i stumbled upon arcore and the arkit but the only problem with that will be that i will have to write code differently for android and ios and even differently if i wanted to put it else where so is there any ways i can make augmented faces in flutter.any ways thanks.
December 27, 2019 at 12:47PM by ACESYT
https://ift.tt/2PZiG48
reddit
Can we make snap chat filters in flutter and if yes How?
Hey Reddit, I have been looking at this problem for a long time and i stumbled upon arcore and the arkit but the only problem with that will be...
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Abstract Factory design pattern and its implementation in Dart and Flutter
https://ift.tt/2soZYKj
December 27, 2019 at 01:15PM by mkobuolys
https://ift.tt/2rvOqV5
Flutter Design Patterns: An overview of the Abstract Factory design pattern and its implementation in Dart and Flutter
https://ift.tt/2soZYKj
December 27, 2019 at 01:15PM by mkobuolys
https://ift.tt/2rvOqV5
Medium
Flutter Design Patterns: 11 — Abstract Factory
An overview of the Abstract Factory design pattern and its implementation in Dart and Flutter
New post on Flutter Dev Google group:
Should I enable web?
Hi There Sorry for this maybe silly question. I'm starting with the flutter and I'm planing to create multi platform application with web included. I've done a little research and as far as I could see the web is more or less still under development. I don't know if it is safe to create a project
December 27, 2019 at 04:36PM by Peter Chovan
https://ift.tt/2F082E5
Should I enable web?
Hi There Sorry for this maybe silly question. I'm starting with the flutter and I'm planing to create multi platform application with web included. I've done a little research and as far as I could see the web is more or less still under development. I don't know if it is safe to create a project
December 27, 2019 at 04:36PM by Peter Chovan
https://ift.tt/2F082E5
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:
This week I tried to make a shop page UI...I’ve played around with stacks and I think the result looks pretty cool...
https://youtu.be/x6ignHe4WeY
December 27, 2019 at 05:46PM by levelupdigital
https://ift.tt/39h5lvz
This week I tried to make a shop page UI...I’ve played around with stacks and I think the result looks pretty cool...
https://youtu.be/x6ignHe4WeY
December 27, 2019 at 05:46PM by levelupdigital
https://ift.tt/39h5lvz
YouTube
Flutter Store App Page UI Concept | Speed Code
Speed Code of two UI concepts for a store app page for shoes, well one shoe. Made with flutter.
I am still learning flutter so if there is something I can do better, please let me know.
Thank you for watching, if you liked it please leave a like and subscribe…
I am still learning flutter so if there is something I can do better, please let me know.
Thank you for watching, if you liked it please leave a like and subscribe…
New post on /r/flutterdev subreddit:
Is it me or do Flutter apps have a specific "look"?
I feel like I can look at an app and say, "Ok, this app was done in Flutter". I know by convention we use material design, but the do the same in Android, right? What is it? It's the look of the widgets and the way the animations look.
December 27, 2019 at 09:17PM by _thinkdigital
https://ift.tt/2QtcBw5
Is it me or do Flutter apps have a specific "look"?
I feel like I can look at an app and say, "Ok, this app was done in Flutter". I know by convention we use material design, but the do the same in Android, right? What is it? It's the look of the widgets and the way the animations look.
December 27, 2019 at 09:17PM by _thinkdigital
https://ift.tt/2QtcBw5
reddit
Is it me or do Flutter apps have a specific "look"?
I feel like I can look at an app and say, "Ok, this app was done in Flutter". I know by convention we use material design, but the do the same in...
New post on /r/flutterdev subreddit:
Dictionary App in Flutter using StreamBuilder
https://www.youtube.com/watch?v=ZjFzDZ4KV-s
December 27, 2019 at 10:29PM by Elixane
https://ift.tt/37iN8wa
Dictionary App in Flutter using StreamBuilder
https://www.youtube.com/watch?v=ZjFzDZ4KV-s
December 27, 2019 at 10:29PM by Elixane
https://ift.tt/37iN8wa
YouTube
Dictionary App in Flutter using StreamBuilder
in this video, we will try to create a a dictionary app in Flutter and learn how to use StreamController, Stream and Stremambuilder in Flutter. The end result will be a simple dictionary app that I like to call as Flictionary.
The code for the project is…
The code for the project is…
New post on /r/flutterdev subreddit:
Why do programmers prefer dark mode?
Because light attracts bugs.
December 27, 2019 at 11:39PM by UrAvgDeveloper
https://ift.tt/2st8AQ1
Why do programmers prefer dark mode?
Because light attracts bugs.
December 27, 2019 at 11:39PM by UrAvgDeveloper
https://ift.tt/2st8AQ1
reddit
Why do programmers prefer dark mode?
Because light attracts bugs.
New post on Flutter Dev Google group:
How can I get a flutter internship to work remotely
I'm an emerging enthusiastic flutter developer looking for an platform to improve my skill. Been learning flutter recently and written some apps in practice. I currently live in Nigeria and I'm open to suggestions. I'm open to doing the internship remotely.
December 28, 2019 at 12:26AM by Abada Samuel
https://ift.tt/2ZviQ6p
How can I get a flutter internship to work remotely
I'm an emerging enthusiastic flutter developer looking for an platform to improve my skill. Been learning flutter recently and written some apps in practice. I currently live in Nigeria and I'm open to suggestions. I'm open to doing the internship remotely.
December 28, 2019 at 12:26AM by Abada Samuel
https://ift.tt/2ZviQ6p
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:
Color by number / coloring book in Flutter?
Is Flutter the right tool to make a color by number / coloring book app? Is it even possible? I've been googling and through docs, but I can't seem to find an answer.
December 28, 2019 at 01:05AM by usmiechniety_syzyf
https://ift.tt/2QsXPoL
Color by number / coloring book in Flutter?
Is Flutter the right tool to make a color by number / coloring book app? Is it even possible? I've been googling and through docs, but I can't seem to find an answer.
December 28, 2019 at 01:05AM by usmiechniety_syzyf
https://ift.tt/2QsXPoL
reddit
Color by number / coloring book in Flutter?
Is Flutter the right tool to make a color by number / coloring book app? Is it even possible? I've been googling and through docs, but I can't...
New post on Flutter Dev Google group:
Flutter EasyLoading - A clean and lightweight Loading widget for Flutter App, easy to use without context.
GitHub:https://ift.tt/2sqgeuB Pub: https://ift.tt/2QpYCab Hope this package can help you. [image: gif01.gif] [image: gif02.gif] [image: gif03.gif]
December 28, 2019 at 02:49AM by huang jianke
https://ift.tt/2t5KOJY
Flutter EasyLoading - A clean and lightweight Loading widget for Flutter App, easy to use without context.
GitHub:https://ift.tt/2sqgeuB Pub: https://ift.tt/2QpYCab Hope this package can help you. [image: gif01.gif] [image: gif02.gif] [image: gif03.gif]
December 28, 2019 at 02:49AM by huang jianke
https://ift.tt/2t5KOJY
GitHub
GitHub - nslog11/flutter_easyloading: ✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support…
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web - GitHub - nslog11/flutter_easyloading: ✨A clean and lightweight loading/toast wi...
New post on /r/flutterdev subreddit:
Flutter widget kit FLUI v0.8 release 👏
GitHub: https://github.com/Rannie/flui Site: https://www.flui.xin/en/Support Dark Mode Support RTLWidget testsNew widget FLCountStepper
December 28, 2019 at 08:26AM by hanran-liu
https://ift.tt/2Sy6t89
Flutter widget kit FLUI v0.8 release 👏
GitHub: https://github.com/Rannie/flui Site: https://www.flui.xin/en/Support Dark Mode Support RTLWidget testsNew widget FLCountStepper
December 28, 2019 at 08:26AM by hanran-liu
https://ift.tt/2Sy6t89
GitHub
GitHub - Rannie/flui: A powerful UI framework for Google Flutter.
A powerful UI framework for Google Flutter. Contribute to Rannie/flui development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Firebase Cheat Sheet! 🔥
https://ift.tt/2F0XZOY
December 28, 2019 at 07:57AM by abhay994
https://ift.tt/2ZtBtHU
Flutter Firebase Cheat Sheet! 🔥
https://ift.tt/2F0XZOY
December 28, 2019 at 07:57AM by abhay994
https://ift.tt/2ZtBtHU
CodeSearchOnline
Flutter Firebase Cheat Sheet 🔥 » CodeSearchOnline Flutter Firebase Cheat Sheet 🔥
Authentication, posting data and retrieving data from cloudfirestore, Uploading an image on firebase and Push notification.