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

My new package curved_splash_screen
Hello everyone, I made a new package called curved_splash_screenhttps://pub.dev/packages/curved_splash_screenhttps://github.com/hosain-mohamed/curved_splash_screenIt is splash screen with curved custom bottom sheet and dots indicator within it.
You can add your custom splash screens according to it's index.
You can change any color of the items of the bottom sheet.
You can specify the text of back and skip button and their color.
All items in the bottom sheet is responsive to the screen size.Don't forget to like it. If you have any modifications let me know.Thanks & regards

March 17, 2021 at 02:27PM by Crafty-Daikon-828
https://ift.tt/3vCHl19
New post on /r/flutterdev subreddit:

What is wrong with the video and image format support in flutter?
The last time I checked which was about almost a year back the support for standard formats like MP4 and HEIC (standard image format under iOS) was terrible. I'm concerned that it still is! What bothers me even more is that the new Apple ProRAW format well probably never be supported (considering that HEIC is used for years as standard and still isn't supported).Does anybody know about improvements in this area? I mean the next big cross-platform framework should at least support the major formats like jpeg, png, webm, mp4, mov, raw and probably some more.What do you guys think?

March 17, 2021 at 02:21PM by Hard_Veur
https://ift.tt/3vBSQ96
New post on Flutter Dev Google group:

Static Analysis in Azure Pipeline for Flutter
Hello! To increase the quality of our code base, we would like to disallow checking in code with any errors, warnings, or hints as suggested in the pedantic package by Google. However, I was not able to find any tutorials setting this up for a Flutter project in Azure Pipelines. So does

March 17, 2021 at 03:48PM by Giuseppe Cianci
https://ift.tt/3eSEgEi
New post on Flutter Dev Google group:

Protect Flutter Web PWA Download Purchases
Developing my first Flutter Web App (PWA) and Flutter 2.0 is working wonderfully. I plan on selling the PWA but concerned about people being able to share the web link from FireBase with out purchase. How would I lock down the downloads to purchasers only? Thank you, Ed

March 17, 2021 at 05:03PM by Ed Ferrari
https://ift.tt/3s1tn6U
New post on Flutter Dev Google group:

CheckList not working
I am trying to make an alert that allows you check off an item that you selected and for some reason this checkboxlisttile isn't working for me. Is it because I have it in a stateful widget? How can I fix it. Thanks. class AddName extends StatefulWidget { AddName({Key key}) : super(key: key);

March 17, 2021 at 05:36PM by Mark Valeriani
https://ift.tt/3lqVSbR
New post on /r/flutterdev subreddit:

Try your banking website, then try this Flutter web app
There was a recent tweet sharing a payments webapp built in Flutter Web. I tried it and was blown away. I'd just come from using my bank accounts and the web app felt so smooth by comparison. If I didn't read that it was built with Flutter Web, I'd never have been able to tell.https://moi.codemate.devAt Codelessly, I've built a few websites in Flutter and we're building a Flutter UI builder web app in Flutter but we've always targeted mobile apps. Now, it's amazing to see how performant Flutter Web can be (albeit in Chromekit browsers) so it looks like we'll be supporting web apps too.

March 17, 2021 at 05:49PM by Codelessly
https://ift.tt/3tBktgZ
New post on Flutter Dev Google group:

Learning
Dear Team , I was starting learning flutter from 2019 but couldn't get confidence to make something out of it. That's leave in middle every project after sometime. Still feel I don't know nothing about it. So would you like to share the roadmap for learning as well as projects base. How should

March 17, 2021 at 06:10PM by Muradullah khan
https://ift.tt/3qX77tE
New post on /r/flutterdev subreddit:

Yet an other question about state management
Hello everyone! As you know there are many choices in Flutter in terms of architecture and State management
I come from web development so it's a bit hard for me to really see the pros and cons of using BLoC vs Provider vs Redux vs ....
From your experience what would you recommend and why?

March 17, 2021 at 07:54PM by beekwild
https://ift.tt/3cMf1Rk
New post on Flutter Dev Google group:

help - error after installing android SDK/Flutter
HelloThere! Someone can guide me what to do with this error message? After installing flutter/Android studio since I've reformatted my HD. I run my previous App and giving me a lot of red flag - i've resolved some but still the below message giving me hard time. Thanks, ---------------

March 18, 2021 at 12:06AM by Richard Balabarcon
https://ift.tt/38R2fzP
New post on Flutter Dev Google group:

Flutter listview builder showing nothing in release mode during search list
Hi everybody, Could you help me solve this problem of showing nothing in listview.builder after a flutter web app released as shown in the next picture, although working well in the android release. I tried to shorten city list but the problem still present ``` import 'package:admob_flutt

March 18, 2021 at 12:30AM by Gold Standard
https://ift.tt/3eSf018
New post on Flutter Dev Google group:

Convert Uint8List to Pointer
I have a dart:typed_data Uint8List from reading a gzip file and decompressing it with the archive package. I need to get a dart:ffi Pointer
New post on /r/flutterdev subreddit:

<b>Amazing New Features Of Flutter 2.0</b>
Google’s Flutter introduced a recent launch Flutter 2.0 that incorporates some amazing new features. It is one of the most awaited stable release of the platform after the release of Flutter 1.0 almost two years ago. Flutter 2.0 will now completely support for website and desktop applications, so that programmers can apply a common codebase for iOS, Android, Windows, macOS and Linux OS. The first version of UI device package focused on app builders when launched in 2017. The developers want that this compatibility, among unique advanced features, will drive more software engineers to the platform, as many seeking open-source programs are most adequately supported for mobile application development.Using Google’s own Dart programming language, <a href="https://solaceinfotech.com/blog/what-is-flutter-about-the-joy-of-flutter/">Flutter</a> is designed to help developers to build apps that experience native to every platform they run on whilst sharing as much of code as feasible to avoid repetitive efforts. Here we will see new features in Flutter 2.0 that will be helpful for Foldable and Dual-Display Devices. Flutter 2.0 New Features-1. Flutter For Desktop-You can extend flutter to support <a href="https://solaceinfotech.com/blog/best-frameworks-for-desktop-application-development/">desktop applications</a>. Flutter allows developers to give a native-like app experience on each platform that it resides. Native-like experience includes mouse dragging with accuracy, built-in context menu, text selection pivot points and so on. Now, programmers can stop keyboard events even after their initiation. Developers can also expertise in grabbing handles and easily move items in the ReorderableListView widget. Also, there is an updated scrollbar widget that provides interactiveness in desktop applications using thumb.Desktop flutter application will also show mouse hovers in page up – down tracks, and scroll bar. With this, developers can also use new ScrollabrTheme class to customize app according to requirement. Flutter release also allows seamless resizing for Windows and macOS.  If you are thinking to deploy app on OS stores, you can go through the document provided by Flutter community. Developers can get detailed information about beta channels if they want to try the beta for flutter desktop. The stable channel doesn’t provide quick bug fixes as supported in the beta version. Flutter community moves ahead in the production-quality release so you can expect support for integration with native top-level menus, native-like text editing and accessibility support.2. Web Support-Flutter’s production quality web support is one of the largest declaration in Flutter 2.0. Earlier the web’s foundation was document-centric. However the web platform has developed to provide rich platform APIs that allow extremely sophisticated apps using hardware-accelerated 2D-3D graphics, paint APIs and flexible layout.Flutter’s support for the web builds up these innovations, providing an application centered framework that reaps the benefits of all that the advanced web should give. This release focuses on 3 app scenarios: <a href="https://solaceinfotech.com/blog/progressive-web-apps-the-next-big-thing/">Progressive web apps</a>, single page apps, bringing current flutter mobile apps to the web. Mainly google focused on performance and improvements to their rendering fidelity. Google added new CanvasKit based rendered made with WebAssembly. They also added features that are specific to web such as control on address bar URLs,text autofill, PWA manifests and routing. They also included a Link Widget to ensure that the mobile app running in the browser feels like web app.3. Add To App-Developers can leverage the benefits of Flutter, by adding it to their current Android and <a href="https://solaceinfotech.com/blog/why-flutter-is-a-golden-technology-for-ios-app-development/">iOS apps</a>…
New post on /r/flutterdev subreddit:

Learning Finance made *EASY* and *FREE*, for REAL!
*LYNANCE*Learning Finance made *EASY* and *FREE*, for REAL!Through LYNANCE you can:-Learn everything about Finance.-Stay updated with financial news and events going around the globe.-Keep upgrading your financial knowledge with the help our NEW COURSES launching EVERY MONTH.What makes it cool?IT'S FREE!Download our app from play store NOW!https://play.google.com/store/apps/details?id=com.gjam.lynance

March 18, 2021 at 07:44AM by japangorr
https://ift.tt/3ltayqP