Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

I've created a little plugin that allows to add an asset-based localization system in just a few lines of code !
https://ift.tt/33dss69

November 22, 2019 at 10:00PM by Skyost
https://ift.tt/2XENyZT
New post on /r/flutterdev subreddit:

Help improve Flutter! Take our Q4 survey.
Hello from the Flutter team :)Please take a moment to tell us what you think by filling out this quarter’s survey here: https://google.qualtrics.com/jfe/form/SV_5BhR2R8DZIEE6dn?Source=Reddit(We cover different topics every quarter, and you can find what we learned in the lat survey (Q3) from this Medium article.)On behalf of the Flutter team, thank you!

November 22, 2019 at 10:33PM by janim27
https://ift.tt/2OcKRvO
New post on /r/flutterdev subreddit:

Android phone unrecognized when connected to Chromebook through cable (Flutter on ChromeOS)
Hi, I've just installed Flutter on a Chromebook, together with Android Studio and VSCode (and all the plugins). All good so far, I've created that new project to test if / how it runs but unfortunately no android phone is recognized.Mentions:- I've tried on 2 phones, both with Developer Options ON and USB Debugging ON. The phone is cable-connected to laptop- I run flutter doctor and all is green, with one exception: no devices available.​Any suggestions?Many thanks!

November 23, 2019 at 01:40AM by marsze
https://ift.tt/2rnoXN5
New post on /r/flutterdev subreddit:

Shared Expenses - a group expense tracking app built with flutter + cloud firestore
I have been developing this app to help roommates keep track of shared household expenses. Basically, individual users can connect to a shared group and submit a record of any bills they pay or payments they make to other users. It also allows you to adjust individual responsibilities for those bills according to category and/or date.For example, if someone moves out on a particular date, you can specify that and the bills that overlap are divided appropriately.It is currently in open beta if anyone would like to try it out. If you do try it out, I'd really appreciate any feedback or ideas for how it could look or work better.Developed using Flutter, Cloud Firestore, and Dart for the website :)Here is a demo of setting up a group:https://youtu.be/ADoew9FcUdEThe website:https://sharedexpenses.appThe opt-in URL for the beta:https://play.google.com/apps/testing/com.braketrack.shared_expensesAnd the code if anyone wants to check it out:https://github.com/kskotheim/shared_expenseshttps://github.com/kskotheim/shared_expenses_website

November 23, 2019 at 03:54AM by definitely_robots
https://ift.tt/2QHxlSo
New post on /r/flutterdev subreddit:

Flutter Plugin - Sound with Frequency Control
Hi,I am writing an app that plays a (wav) audio file which I have to dynamically adjust the pitch. I already spent lot of time looking for different audio player but I still can't find one.Can someone help me find the right plugin?Kenn

November 23, 2019 at 08:27AM by quickenn
https://ift.tt/2Ofj4e1
New post on Flutter Dev Google group:

Android phone unrecognized when connected to Chromebook through cable (Flutter on ChromeOS)
Hi, I've just installed Flutter on a Chromebook, together with Android Studio and VSCode (and all the plugins). All good so far, I've created that new project to test if / how it runs but unfortunately no android phone is recognized. Mentions: - I've tried on 2 phones, both with Developer

November 23, 2019 at 10:00AM by Marius Pruna
https://ift.tt/2OAQtPq
New post on /r/flutterdev subreddit:

How to achieve a GridView with a shift between the tiles and a fixed height ?
Like this : https://imgur.com/a/neJMXsD

November 23, 2019 at 11:10AM by Kadarach
https://ift.tt/2XE2UxX
New post on /r/flutterdev subreddit:

DevonFw Flutter Guide: Bridging the gap between the absolute Flutter basics and clean, structured Flutter Development
https://ift.tt/2Oc38Jm

November 23, 2019 at 02:07PM by feustchen
https://ift.tt/2DaEUcs
New post on /r/flutterdev subreddit:

New state management library from dart up 2019 (Russia)
Osam: https://pub.dev/packages/osam Also, cool isolate management tool - worker_manager: https://pub.dev/packages/worker_manager

November 23, 2019 at 04:48PM by renesanse
https://ift.tt/35stwo7
New post on /r/flutterdev subreddit:

Exploring Flutter camera plugin
https://ift.tt/37tAFXc

November 23, 2019 at 05:52PM by divyanshub024
https://ift.tt/2KPhEVz
👍1
New post on /r/flutterdev subreddit:

is flutter Organisation in GSoc for 2020 will offer projects?
GSOC 2020​Is Flutter going to participate in GSOC 2020?

November 23, 2019 at 08:25PM by Adil_Rehman
https://ift.tt/2rlrFme
New post on /r/flutterdev subreddit:

Database options for client-side and server-side on the same application.
First time that I post here and on all reddit overall,I need to do an application on flutter for my capstone project and I need to have a client-side database (like SQLite) and a server-side database.My question is: What options I have to do this types of databases on the app?Can I use for example SQLite (or other option) and another option for the server-side on the same project without conflict?If so, which options seem more reasonable with this requirements?What is the best approach to this part?Also sorry if the question seems very basic and english is not my first language.

November 23, 2019 at 10:59PM by toshstyle
https://ift.tt/2rjEKNb
New post on Flutter Dev Google group:

How to specify format for Icons used in an app
Hello all. I need to add Icons that match the material design icons: leading: const Icon(Icons.zoom_out_map), To do this I must specify the format(s) so the graphics artist can make the correct media. How do I do this? -------- So far: Looking at https://ift.tt/1wPZ9QT

November 24, 2019 at 12:35AM by hoek
https://ift.tt/34iLkBW
New post on Flutter Dev Google group:

About single page website/portfolio using flutter
how can I give action on web navigation for a single page web/portfolio??? I develop a full website but .i can't able to give action on my website. https://consoleit.io/#/ ...is the link. can u help me ??? check my website. I am totally unable to give action on navigation.

November 24, 2019 at 02:07AM by tanveer ammir
https://ift.tt/2QOACPN
New post on /r/flutterdev subreddit:

Set up pre commit through version control?
Hello!I know there's are packages in node.js like Husky that enable one to have a pre-commit hook.I can set up a pre-commit hook on my personal computer, but I'd like to have one via version control so that everyone will have their commits checked.I'd prefer a method that isn't just telling people in the README.md to set it up via a script or whateverAny ideas on how to do this? Or is this not possible in flutter?

November 24, 2019 at 07:54AM by Dgameman1
https://ift.tt/2OhsOEB