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

How much data can you realistically store using a SQLite DB
I published a golf scorecard "EasyScore", written in Flutter. Is currently available in the app store and playstore. I want to save hole statistics e.g. strokes, penalty strokes, putt, etc. locally on the phone using SQLite. This is a pet project (free) so don't want to store in a cloud DB (yet). A couple questions.Given that there are 18 holes in round and a golfer can easily play 3 rounds a week. How realistic is it to save that much data in a SQLite DB on the mobile phone? I will probably limit how much history they can store and use a rolling average technique. I am curious if anyone has used SQLite to store local data and provide me some realistic guidelines on capacity and performance? I am very familiar with indexing and RDBM techniques.I truly appreciate any feedback on this topic.

November 11, 2019 at 12:37AM by ByteRocket
https://ift.tt/2NCYqV3
New post on Flutter Dev Google group:

Twitter login exception flutter
I am working on flutter project and I tried with Twitter login using flutter_twitter
New post on /r/flutterdev subreddit:

Does flutter have any comprehensive charting libraries?
See title. Does flutter have customizable chart libraries or is that not a thing?

November 11, 2019 at 09:08AM by notacooleagle
https://ift.tt/36Ssrru
New post on Flutter Dev Google group:

Flutter Engine license
Hi Flutter Dev, Flutter engine license is under BSD3-Clause as per the github page, But it contains GPL licence files under https://ift.tt/33Cnz7M, Our IP team reviewed flutter framework and engine repos. Engine repo having GPL files, so they

November 11, 2019 at 11:03AM by satya attili
https://ift.tt/2K99tTC
New post on /r/flutterdev subreddit:

(Beginner) I'm trying to achieve a progress bar for my pomodoro app
I have a working pomodoro app that I created for learning Flutter.I'm trying to achieve a time progress bar displayed under the time elapsed (in a form of text).I've created a getter in the stateful widget that give me the pourcentage of time elapsed (Duration _start) with the total timer choose (either 25min,5min or 30min) in seconds.
 double get pourcentage { int total; if(repos) if(tours.remainder(4) == 0) total = 1800; else total = 300; if(!repos) total = 1500; return (_start.inSeconds/total); } 
Then I have a container (the progress) inside a container (the whole bar).I've tried to give the progress container the pourcentage as a width but that doesn't work.I've tried also to use SetState in the getter but nothing changes.Any help would be nice !

November 11, 2019 at 04:04PM by Kadarach
https://ift.tt/2NAlyU2
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 12
https://ift.tt/2CuLNVA

November 11, 2019 at 05:31PM by vensign
https://ift.tt/32AvO2W
New post on Flutter Dev Google group:

1 browser and 1 emulator pbr
hello, EMULATOR I have a slight problem when running app in the emulator, it starts with this message error, the app takes time to show on the device then It works ... 11/11/2019 20:16 Emulator: emulator: ERROR: VkCommonOperations.cpp:496: Failed to create Vulkan instance. *What can be

November 11, 2019 at 09:28PM by Bened
https://ift.tt/2rrWBRU
New post on /r/flutterdev subreddit:

12 Useful libraries to support development using flutter
https://ift.tt/32Ceb2v

November 11, 2019 at 10:02PM by Elixane
https://ift.tt/2O0zOEC
New post on /r/flutterdev subreddit:

Slidy 1.2, the CLI to structure and generate templates for your project adds support to flutter_bloc and mobx.
https://ift.tt/2xdPhsG

November 11, 2019 at 06:17PM by irvine5k
https://ift.tt/2XehWud
New post on /r/flutterdev subreddit:

What Chat SDK to use with Flutter?
I've used Quickblox and PubNub on other platforms before.Has anyone made a chat app with Flutter? If so, do you have any recommendations for a chat service?

November 11, 2019 at 09:38PM by Dazza5000
https://ift.tt/2QbT44z
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M41.1 Release
We updated the Flutter plugin for IntelliJ that allows it to be used with Android Studio beta 3.

November 12, 2019 at 01:02AM by Steve Messick
https://ift.tt/32BQPKx
New post on /r/flutterdev subreddit:

Flutter || Build a vertical list of heterogeneous elements with horizontal list of homogeneous elements
https://ift.tt/36UcPDN

November 12, 2019 at 12:56AM by Elixane
https://ift.tt/33FEOov
New post on /r/flutterdev subreddit:

How to get started in flutter
I have no idea what flutter is and how to get started in it except for it being an SDK and uses dart as language can anyone help me on how i get started on this it will be really helpful.

November 12, 2019 at 07:02AM by ajmalAJ
https://ift.tt/2NY2jmg