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

How to implement expandable images like in the Twitter app
Hi, I'm looking for a way to implement expandable images like in the twitter app. Usually no matter the size of the image, twitter shows it in a fixed size box in the tweet, then when you click on the image you see the full size image. What's the best way to implement this feature?Example: https://ibb.co/k3c358NThanks!

December 20, 2019 at 11:30AM by ju_98u
https://ift.tt/2PEkVK7
New post on Flutter Dev Google group:

API data handling in flutter
Hi to all flutter developers, The problem I am facing is with handling the data received through an API call, I am able to receive the required data but i want to modify the received data as per my application requirement. - Format of json data received through API: - { heading1 : {

December 20, 2019 at 11:49AM by Austin Lewis
https://ift.tt/34H7woS
New post on /r/flutterdev subreddit:

Flutter In App Rating Prompt Tutorial
https://youtu.be/gOiaSwp984s

December 20, 2019 at 12:42PM by Marcus-Ng
https://ift.tt/2ZaCIMg
New post on /r/flutterdev subreddit:

Flutter UI Design | Food Delivery App | Full App Design | Part 1
Let me know in the comments what you enjoyed about the design.

December 20, 2019 at 01:36PM by vilhd
https://ift.tt/2s7FWDR
New post on /r/flutterdev subreddit:

Dart declaration-site variance
https://ift.tt/2PHiAhp

December 20, 2019 at 06:02PM by EngineerScientist
https://ift.tt/2MeZ4a0
New post on Flutter Dev Google group:

Non-Profit Flutter App
I am wondering if we could get a group together to do some work for a non-profit? We are currently working with them as a customer to pull their backend out of legacy php based EC2 infrastructure and on to serverless cloud infrastructure. I was thinking it would be a great example of how to have

December 20, 2019 at 07:51PM by Alex Patterson
https://ift.tt/2Z9R9A1
New post on /r/flutterdev subreddit:

List of Widgets with Multiple Entries Functionality
Hiim trying to get my head around implementing something like the belowhttps://imgur.com/a/tEf7ecMIm thinking of creating a List of Widgets with each widget in the List having the + symbol and having the ability to add/remove multiple items under that categoryhow would one store this if you need to tally up the total for all categories in the list of widgets,i was thinking of creating a Master List and storing key value pairs but then this will be hard to keep track when you need to remove items,one thing im also taking into consideration is draft entry, so a user will be able to save what they have currently entered and i will need to populate all the current data back into the relevant entred categories​anytips on how i should approach on building this soloution, any help will be greatly appreicated.

December 21, 2019 at 07:17AM by mrvtec69
https://ift.tt/2Zbc99z
New post on /r/flutterdev subreddit:

Don't Update! If your Project is in progress!
Hello there,Just wanted to let you guys know about an issue that I faced today. I updated flutter version v1.12 and my project was in progress, after the update I start getting and error which goes something like:​Improper use of flag: <Directory of Your app>​Just wanted to let you know that If your project/app is in progress complete it first then update flutter version, I don't know the reason why this happens. But In case you have upgraded by mistake simply switch back to lower version.Commands for downgrading, run them in terminal:flutter version (this will list down all versions of flutter till now v1.12)flutter version v1.9.1 (this will downgrade to v1.9.1 you can choose whatever you want)​Thanks <3#happyfluttering

December 21, 2019 at 09:57AM by m_hamzashakeel
https://ift.tt/36XLKyF
New post on /r/flutterdev subreddit:

How Much Does it Cost to Develop Flutter App?
The cost of developing an app majorly depends on the type of application you wish to build. This framework allows flutter app developers to create an outstanding mobile application with cross browsing functionality.BR Softech have listed specific points which can help you understand the cost of flutter app development.​Flutter is the driving force behind the success of mobile app development. It has changed the landscape of application development, offering cross-browser functionality. It has the exceptional capability to enhance productivity and effectiveness and enable developers to increase efficiency.​#flutterapp #Flutterdev #mobileapp #flutterappdevelopment #Flutter #brsoftech

December 21, 2019 at 09:40AM by brjitendra
https://ift.tt/2Q7eVsj
New post on /r/flutterdev subreddit:

APK size with v1.12 is three times bigger compared to v1.6
As the title says. I started building my app with Flutter 1.6 and my release APK size was about 8mb. Then, when I upgraded to 1.8 without changing any code, it became around 15mb. And now, with 1.12, it's suddenly almost 30mb. What's going on? Am I doing something wrong or it's totally expected? Searching for similar problems only suggests that it's normal, although it's really suspicious.

December 21, 2019 at 11:42AM by benjaminabel
https://ift.tt/2PKyB6w
New post on /r/flutterdev subreddit:

How are we building a business using Flutter and Firebase?
https://ift.tt/2LpL78J

December 21, 2019 at 04:13PM by thecoffeehog
https://ift.tt/2MeRyMg
New post on /r/flutterdev subreddit:

skia docs for drawVertices, drawAtlas, etc
If you are wondering what are the docs for some of the 'dart:ui' functions, like https://api.flutter.dev/flutter/dart-ui/Canvas/drawAtlas.html, https://api.flutter.dev/flutter/dart-ui/Canvas/drawVertices.html and others, you may find looking at Skia's docs - https://skia.org/user/api/SkCanvas_Reference#SkCanvas_drawVerticesand you can even play/experiment in the browser - https://fiddle.skia.org/c/@Canvas_drawVertices(above was the "POP-OUT", next to the Run button)

December 21, 2019 at 07:21PM by malkia
https://ift.tt/34MqSci