Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Custom Shape/Container/Card
Hello, Everyone. I tried to make the parent container and the book shape child using CustomPainter but it didn't seem to look exactly like in the picture. Then I couldn't figure out how to add the price banner on the top right corner. Please help me. Thanks in advance. [image: customshape.png

January 28, 2021 at 02:36PM by resha...@gmail.com
https://ift.tt/3prJGsd
New post on /r/flutterdev subreddit:

IOS Jank
We are between deciding between native apps or flutter.What can we do currently to avoid Jank at all?Can transition animations be avoided to not have jank at all?

January 28, 2021 at 02:51PM by RLfashionConsultant
https://ift.tt/36kJ8gB
New post on /r/flutterdev subreddit:

Flutter is the only option!!!
Flutter is the only option!!!That was the question that arises in your mind before starting your career as a flutter developer.There are many other options that allow us to create apps that are in one language and can work on Android and iOS devices. For, ex. Ionic, React Native, and others. Each has its own unique importance, pros, and cons. What you use and what your client demands are also important. The differences shown below are my own opinion. Here I am not promoting any language.So, let’s get started a lot to know a lot to discuss.Flutter works with Dart and Flutter Framework which I have already explained in the previous blog post (Flutter, entire app is widget tree!!!)(Flutter, Why extremely in trending!!!), check it out in which I have discussed how flutter works and What are the advantage when you choose flutter, the main advantage to work with Flutter is developed by GOOGLE.Read more: Click here

January 28, 2021 at 05:06PM by Programmingwithme
https://ift.tt/2KZFW2o
New post on /r/flutterdev subreddit:

Published another video on Widget Testing (w/ Mockito) https://youtu.be/LLLdPr7zZ1M
Hey there fellow Flutter enthusiasts 👋2nd post now here in this subreddit, let alone during my lifetime as a Redditor!While on that note of 2nd increment-wise😏, I'm proud to mention that I just published the 2nd sub-part of my multi-part Flutter Dev series where this time, I explain how to test user interactions/events (e.g. tap, drag, and etc.) against mocked out, data bind-ed widgets! As always, feedback is more than welcome. Check it out here: https://youtu.be/LLLdPr7zZ1MThe previous part (which only covered assertions of how the widget/UI gets rendered) can be found here: https://youtu.be/XgvLigoYfl8Until next time ✌️Best,
Dave

January 28, 2021 at 05:28PM by notDaveNOTDavid
https://ift.tt/3r6gyHL
New tweet from FlutterDev:

🌟 Ever wanted your shadow to be pink?

A powerful and customizable widget, PhysicalModel allows you to add shadow effects to your app and customize its color and shape.

Watch for more 📺 → https://t.co/eyo1l7p1yK pic.twitter.com/Y5TiQhclZb— Flutter (@FlutterDev) January 28, 2021

January 28, 2021 at 07:29PM
http://twitter.com/FlutterDev/status/1354859234563944450
New post on Flutter Dev Google group:

Bad State :Document Snapshot error
Greeting to all, Can anyone help me to fix this problem? Whenever I run my emulator or hard device and open my chat in my app it shows me this error. I know this error occurs due to an update in flutter fire and I was searched a lot but don't find a proper solution. Please tell me what should

January 28, 2021 at 08:39PM by Karan Tripathi
https://ift.tt/3clWPzw
New post on /r/flutterdev subreddit:

Suggestion
Hello peopleI want to learn flutter, I'm complete new into this need your suggestions. kindly suggest me some quality of resources from which I can make strong grip on flutter.

January 28, 2021 at 08:36PM by Enough-Hunt8868
https://ift.tt/3iXRUpy
New post on /r/flutterdev subreddit:

How to tell what changes are in beta channel?
I see fixes that get merged into master but I can't figure out when they make it to beta. I see the beta releases here: https://flutter.dev/docs/development/tools/sdk/releases?tab=macos, but how do I see what fixes were rolled up into this and what havent made it yet?Example I have multiline text in a web app that does not highlight and I want to know when these fixes land in beta: https://github.com/flutter/flutter/issues/33523. (I see there is an experimental flag I can flip but I'm not even sure if that part has landed in beta or not and just testing it doesnt seem to show a difference).Anyone know how to figure that out?

January 28, 2021 at 07:57PM by dantheman252
https://ift.tt/3iWBBJZ
New post on /r/flutterdev subreddit:

Is Flutter Web production ready? Need to choose a framework
I am starting a startup and need to pick technologies. I have some web and native mobile dev experience but most of my background is in C++, GLSL, and Python.The product I am building needs to support mobile and web. I've read lots of ugly things about Flutter for web like the lack of SEO and it not feeling like a native website. My biggest focus is to get an MVP done and am concerned with Flutter's maturity that I may hit a bug that could take a week or longer to fix.Solely based on Flutter web's current status, ideally, the web aspect of this product would be built with React or Vue. However, I don't have time at the moment to learn and program two ways of life - flutter for mobile and something else for web. All of this could be solved with React and react-native but so far I have not been overly impressed with it.​Questions:What are your success and failure stories with Flutter and Flutter for web?Do you have examples of production projects besides what is available in Flutter's demo gallery?What has been your experience with short deadlines to complete a Flutter project on time, has anything with the framework unexpectedly come up for you?If you've made the jump from react to flutter, what has your experience been?​PS. Sorry for the newbie questions. In my previous programming life I could choose the correct technology for the situation, but the web and mobile world is fairly new to me, and am dazzled by the number of options.

January 28, 2021 at 11:16PM by teigsy
https://ift.tt/2YuYURn
New post on /r/flutterdev subreddit:

Create Flip Card with AnimatedSwitcher Widget
https://ift.tt/39CRSiM

January 29, 2021 at 04:55AM by tledrag
https://ift.tt/3ckqmcN
New post on Flutter Dev Google group:

How to identify exact child that first matches a hitTest given an offset?
I am wondering what is the equivalent of the web API DocumentOrShadowRoot.elementFromPoint() < https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/elementFromPoint> in flutter. Specifically, I wonder how I could identify the leaf element/widget instance in a widget hierarchy,

January 29, 2021 at 07:09AM by Vlad Nicula
https://ift.tt/3ptbkoN
New post on Flutter Dev Google group:

unable to add ads in app with firebase_admob
greetings! I am using *firebase_admob to add ads in app and I also added app id in manifest.xml file but when I restart app i got this error as following-* *Launching lib\main.dart on AOSP on IA Emulator in debug mode...* *Running Gradle task 'assembleDebug'...* *Plugin project :firebase_core_web

January 29, 2021 at 10:51AM by Raman Plaha
https://ift.tt/3puB0BC
New post on Flutter Dev Google group:

Designing image for Flutter app
Hi Guys, I'm new to Flutter. Please what's the best way to handle the design of images for Flutter app. For example, if I need a background image in my app, do I design it with a specific size and when used on the app it will fit in all device sizes or are there rules and guides in designing

January 29, 2021 at 12:58PM by Adebowale
https://ift.tt/3j9sFRD
New post on Flutter Dev Google group:

Designing image for Flutter app
Hi Guys, I'm new to Flutter. Please what's the best way to handle the design of images for Flutter app. For example, if I need a background image in my app, do I design it with a specific size and when used on the app it will fit in all device sizes or are there rules and guides in designing

January 29, 2021 at 12:58PM by Adebowale
https://ift.tt/3agGKIG
New post on /r/flutterdev subreddit:

Ethereum wallet demo I've been working on
https://ift.tt/3t9mnpq

January 29, 2021 at 12:56PM by SILNTMUSIC
https://ift.tt/39tIAa5
New post on /r/flutterdev subreddit:

MVU vs MVVM
So I’m trying to start a new flutter project in my company and I have already managed one in mvvm, so I have experience there. However, one of my teammates suggested to use mvu. What do you guys think?

January 29, 2021 at 01:48PM by Neahme85
https://ift.tt/2Ytc6q9