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

Future of Dart Web App and Server and Flutter Web
I am a Flutter developer already made mobile apps. I like to make web apps and API, want know is dart being updated? Are web part is going used like flutter or not, many issues with them 1. Dart Web to render html on client side, but 3rd party Js integration is complicated not work always 2. Flutter Web, UI works but cannot get DOM or change HTML content in it 3. Server Side rendering is preferred? any examples like to make Admin Panel with Roles

April 06, 2020 at 03:14AM by theshivamlko
https://ift.tt/3aNfsbU
New post on /r/flutterdev subreddit:

COV19 Data. Flutter app
I wrote an app that parses the NYTimes Covid-19 data and displays it. I tried submitting it to Apple today but it was soundly rejected. CoronaVirus App It’s not terribly complicated but I think the information is important for people to know.

April 06, 2020 at 04:20AM by returnFutureVoid
https://ift.tt/34e6l1v
New post on /r/flutterdev subreddit:

Let me help you review your project/file/code
I want to share how I review people's code and see what ways it can improve. I am an advocate for understandable code.How I am going to do it is, to record myself reviewing code and post on my YouTube channel. This will hopefully share some common mistakes to avoid for people learning Flutter.If you are (dare and) interested, leave your project repo down below.

April 06, 2020 at 05:31AM by thehappyharis
https://ift.tt/3e0rLn8
New post on Flutter Dev Google group:

Flutter with flavors not building to iOS
Goody day, When building to android I have no issues with using the flavors. This is not the case for iOS, I receive the following error: *Finished with error: Exception: Source directory "/Users/[HOME]/[PROJECT]/build/ios/Release-iphonesimulator/Runner.app" does not exist, nothing to

April 06, 2020 at 09:46AM by Jean Engelbrecht
https://ift.tt/2JGzusN
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