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

JSON vs DATABASE (SQLite)
I'm starting to create an app to help soccer coaches. Now I want to start saving the data of players, games played, training... but my question is if it would be more efficient to store the data in a local json file or in a SQLite database.

April 06, 2020 at 10:51AM by t19d
https://ift.tt/3aMISa1
New post on /r/flutterdev subreddit:

Made a simple Flutter animation that spins through a list of fixed size widgets.
https://ift.tt/2JOof1j

April 06, 2020 at 03:21PM by AddWittyNameHere
https://ift.tt/2XeRWAS
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter Week 33 - Articles, tutorials, tools, videos and much more
https://ift.tt/3aQtvgQ

April 06, 2020 at 03:51PM by vensign
https://ift.tt/2whzOeq
New post on /r/flutterdev subreddit:

controllable background audio!
does anyone know of a way on how to have an audio in app that can be controller from background like the notification panel? i tried audio_service but it didn't worked out properly, so is there any other way?

April 06, 2020 at 03:47PM by Hiwa_47
https://ift.tt/2RfzV1r
New post on /r/flutterdev subreddit:

Flutter Web - Admob/Adsense Support
Hey Reddit Com, is there any possible way to integrate ad Services like Admob oder Adsense to Flutter Web ?
Some months have passed.. having a way to refinance projects could be major breaker

April 06, 2020 at 04:00PM by MLichtenberg
https://ift.tt/34e0Ks4
New post on Flutter Dev Google group:

how to get list data from soap webservice
I added the file of output which i getting from my soap webservice I dont understand how to get data from sap webservice

April 06, 2020 at 05:55PM by Ambika chamoli
https://ift.tt/2JGplfx
New post on /r/flutterdev subreddit:

docker image cirrusci/flutter:latest ... still using v1.12.13+hotfix.8
hi,ocker image cirrusci/flutter:latest ... still using v1.12.13+hotfix.8and not hotfix9

April 06, 2020 at 06:32PM by Kotaibaw
https://ift.tt/2Xi6jEn
New post on /r/flutterdev subreddit:

Can I create a package using other packages?
Hey! I’m quite new to Flutter.I used someone’s carousel widget package and someone else’s sparkline graph package to make this really neat carousel graph with some extra features on top of what each package provides. I was thinking about making it into a public package.Is that a good idea or can it frowned upon because I used other packages?

April 06, 2020 at 07:24PM by cajuhbr
https://ift.tt/2yCaH6R
New post on /r/flutterdev subreddit:

(Beginner) I'm trying to make a responsive login page without the keyboard hiding the formfield
I'm trying to build a login page which is responsive accross different smartphones.The page consists of: Scaffold => Center => Column => (Logo,formfield,send button)The column main axis alignment is set to center.I'm currently trying to expand the remaining space between the logo and the formfield.The method I've choose is Expanded(child:SizedBox())​This is working fine, but now the keyboard is hiding the formfield when the user is writing.The solution I've seen online is to wrap everything in a SingleChildScrollView, but this doesn't work with the Expanded widgetWhat should I do ?​I'm using logical pixels for sizing everything (text,sizedbox,container ..).I don't know if I should use MediaQuery.size.width * factor (or height), since I've seen some people using this method.

April 06, 2020 at 07:48PM by Kadarach
https://ift.tt/2ULnFry
New post on /r/flutterdev subreddit:

Performance
Apologies if this has been posted before, but I'm really struggling getting the flutter environment set up.My machine is Win 7, 8GB (3.4ghz) RAM, and plenty disk space. There are other things running on the box, but it's not struggling.Setup is Android Studio, Flutter, VS Code - all latest versions at the time of writing.Environment setup and working at basics, bit I can't even spin up the sample apps. Everything just seems to hang and when I look in task manager AS is chewing away at 0.8GB, Java 0.5GB, Dart 0.3GB. Are these normal numbers? It just seema to be kicking the shot out of the machine and getting nowhere.Anybody else had similar trials?

April 06, 2020 at 07:36PM by H0twax
https://ift.tt/39TGugN
New tweet from FlutterDev:

🙅‍♀️Prevent users from interacting with buttons!

Sudden UI changes could result in the user clicking something on accident. Use IgnorePointer to disable interactive elements in a subtree to prevent accidental interactions.

For more #WidgetoftheWeek → https://t.co/9vHbRBFml1 pic.twitter.com/dSice0T7Cc— Flutter (@FlutterDev) April 6, 2020

April 06, 2020 at 08:17PM
http://twitter.com/FlutterDev/status/1247226974176567297
New post on Flutter Dev Google group:

Uploading an image larger than 1mb
When I upload an image larger than 1mb this message appears: Alloc concurrent mark sweep GC freed 3 (72B) AllocSpace objects, 0 (0B) LOS objects, 39% free, 2MB / 3MB, and App Crash, and after an application crash and close.

April 06, 2020 at 08:53PM by Zau Bunga Maiano
https://ift.tt/39MbwqD
New post on /r/flutterdev subreddit:

Hello! Does anyone have a working example of using the bloc pattern with hive db?
I am currently building a mobile app with flutter and wanted to use hive as a local database and for state management use the bloc pattern. Any good working/code examples of how to use bloc with hive db? Thanks in advance!

April 06, 2020 at 09:34PM by thekookysurfer
https://ift.tt/3bQb8sy
New post on /r/flutterdev subreddit:

media_break_points: Conditionally set values based on screen width
![Example Dreakpoints](https://imgur.com/a/OXx8SZ5)Set values depending on screen width breakpoints , using the same breakpoints as bootstrap xs, sm,md,lg,xl etc to know which values to set.https://pub.dev/packages/media_break_pointsvery useful when you want to support multiple form factors and want to reduce the amount of manual screen size checking using MediaQuery

April 06, 2020 at 11:23PM by saxykeyz
https://ift.tt/3aPIWGj