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

Apple Developer Enterprise account
I am looking forward to buying an Apple Developer Enterprise account, anyone with this account, just tell me your price pls, we need account urgently, I hope someone can provide, just say your price, I'll buy?

September 23, 2020 at 11:32AM by sammie_rhed
https://ift.tt/2RNE3pc
New post on /r/flutterdev subreddit:

A Flutter BLoC + Clean Architecture journey to release the #1st Idean Flutter app
We just released our 1st 100% Flutter app, following clean architecture + BLoC, Dependency Injection with GetIt & Injectable, Lokalise and ARB for the internationalization, and Sonar with SonarFlutter for the static analysis & code coverage reports.This article covers the things we had to tackle using multiple dart modules for the clean architecture layer, and all the other topics mentioned in this context.
https://medium.com/ideas-by-idean/a-flutter-bloc-clean-architecture-journey-to-release-the-1st-idean-flutter-app-db218021a804

September 23, 2020 at 11:31AM by etiennecadic
https://ift.tt/32UFFnF
New post on Flutter Dev Google group:

Invalid Binary iOS Apple Store
Hello guys, After two months without release any update, I got surprised today with my build getting Invalid Binary and not letting me submit the version for review at the Apple Connect. I don't know why, but apparently I'm also not receiving the usual Apple Emails informing when your binary is

September 23, 2020 at 11:36AM by Marcus Rohden
https://ift.tt/35XVCv6
New post on /r/flutterdev subreddit:

Wrote a Medium article on how to add text selection action in android devices for Flutter apps .
https://ift.tt/2G4Swu9

September 23, 2020 at 12:22PM by Psychological_Ad6500
https://ift.tt/3cvXQTO
New post on /r/flutterdev subreddit:

How to implement an image magnifier in Flutter
https://ift.tt/2G1yr8k

September 23, 2020 at 12:09PM by flutterclutter
https://ift.tt/35ZGUDP
New post on /r/flutterdev subreddit:

Taking the pain of Firebase Authentication with effortless_firebase_auth
I have created a library for taking the terrible pain of building signin signUp flows. The purpose of the library is to provide you with a complete SignIn-SignUp Flow Solution.The purpose of the library is to provide you with a complete SignIn-SignUp Flow Solution with email verification forgot password and google sign in while at the same time allowing you add other auth providers like Facebook in a really easy fashion.Let me know how you feel about it.https://awesome11activity.gitbook.io/effortless-auth/look-and-feel

September 23, 2020 at 01:03PM by chetanjain11
https://ift.tt/3hQdEBK
New post on /r/flutterdev subreddit:

How much would you charge for this app
I'm starting my first Flutter app as a freelance dev with Flutter. I have to design a simple app with only three screens, a offline map and SQLlite database (no backend). There is only a list of elements on one screen, the map on another one with markers and a contact page that send an email to the ownerI have to :Design itCode itDeploy itThe app have a custom design, no dark mode and only one language. It has to be responsive.I'm a beginner/intermediate dev in Flutter also.How much would you charge for it ? (Europe)

September 23, 2020 at 02:24PM by Kadarach
https://ift.tt/3kBLaNK
New post on /r/flutterdev subreddit:

Redux + Epics + Flutter
Hi, Flutter world. I've published a new article, please take a look and give it a clap if you like it. Also, comment on it, would love to hear your opinions. It really matters to me!#cleancodehttps://medium.com/@nihad.delic91/reduce-duplication-achieve-flexibility-means-success-for-the-flutter-app-e5e432839e61?source=friends_link&sk=6373d05e9b482123d1f5da677312c69f

September 23, 2020 at 02:59PM by d3xt3r2909
https://ift.tt/3kBPahe
New post on /r/flutterdev subreddit:

<b>Why we chose Flutter Web to build our production website instead of Tailwind or Bootstrap</b>
When building a new website for <a href="https://codelessly.com/">Codelessly</a>, we had to make the difficult choice of which platform to use. Initially, we dismissed Flutter Web as a viable option. This is the story of how we ended up choosing Flutter Web in the end.In the beginning, we considered the possibility of building our website in Flutter but quickly dismissed that idea. Our website needed to be production quality. It was going to be seen by users, not to mention investors. The website had to work and work well.Flutter Web has not been declared "production-ready" yet by Google and has quite a few usability issues. In our previous experiments building Flutter websites, we discovered the following issues:Scroll lag - long webpages don't scroll well on mobile.
Unable to scroll - scrolling is broken on some browsers.Text clipping - text rendering is incorrect.Non-native behaviors - unable to select text, no hand cursor over links.So, having ruled out Flutter Web, we turned to other frameworks.First, we tried Bootstrap. Our lead developer worked with Bootstrap for many years and was familiar with the framework. However, we quickly ran into CSS styling issues.Getting started with Bootstrap, the first thing we did was begin customizing the CSS styles and Bootstrap elements to match our design elements. We styled buttons, setup the H1, H2 text styles, and in general themeing Bootstrap. The process was very time consuming and 4 hours in, we still didn't have any layout elements. That's when we started thinking about Bootstrap's legacy problems and decided that it was taking too long and wasn't worth our time. Most of all, we realized that we weren't having fun and were getting bored. So we decided to move on to something new and give Tailwind a try.None of us had too much experience with Tailwind so it was very exciting to dive into a new framework. Very quickly though, we realized that we needed to take time to learn the framework. But because we also needed a website by the end of the day, we decided to get a head start from existing templates.We found some very beautiful templates with wonderful components that somewhat matched our design and got to work customizing them right away. The next 4 hours were an exercise in frustration. For the life of us we couldn't figure out how to free float a background image and have it frame our animated UI image on different screen sizes. We also had trouble combining elements from multiple templates together to get our desired design. To this end, we realized that trying to skip the proper setup and development process meant we couldn't create our exact design and would end up with a non-professional website.It was getting late so out of desperation, we started trying out website builders. All we wanted to do was position our page layout elements and add an input form. We must have tried over a dozen website builders but they all fell short some way or another. Most did not support background images and stacked layouts, instead forcing us to use existing layouts. The ones that did support custom layouts had one issue or another with input fields.The email input field is critically important and our input field design was very specific. We specified conditional behavior that shows a vertical layout on mobile and a horizontal layout on desktop. The input field also needed to switch to capture first name and last name after the user entered their email. From a business side, we wanted to enrich emails with a first or last name for more personalized correspondence.Trying to hack together what we wanted within the limited and very poor functionality provided by website builders was a nightmare. In short, website builders do not have good form builders.By this point, we were too exhausted to continue and decided to call it a day. The most frustrating part of…
New tweet from FlutterDev:

🖥 Introducing Flutter on Windows

Our preliminary release includes native app compilation, some early plugins, and a desktop-ready #FlutterGallery app!

💡Fun fact: Over half of all Flutter developers use Windows to write their apps!

Read more here &darr; https://t.co/3rI4XG1TPB— Flutter (@FlutterDev) September 23, 2020

September 23, 2020 at 05:05PM
http://twitter.com/FlutterDev/status/1308784671786897408
New post on /r/flutterdev subreddit:

Is flutter desktop decent or fast enough to be alternative of Windows Forms
Is flutter desktop decent or fast enough to be alternative of Windows Forms

September 23, 2020 at 05:42PM by nomnomcooki3ss
https://ift.tt/2EpvzS2
New post on /r/flutterdev subreddit:

Is flutter desktop decent or fast enough to be alternative of Windows Forms
Is flutter desktop decent or fast enough to be alternative of Windows Forms

September 23, 2020 at 05:42PM by nomnomcooki3ss
https://ift.tt/2EpvzS2
New post on Flutter Dev Google group:

Gray Screen on Nokia TA-1157 after Flutter App Launches
I have created a Flutter App to replace existing Android App, testing on a few physical devices and many virtual devices, all looks good. One of my testers is using a Nokia TA-1157 mobile phone and just after the App loads, having successfully displayed the splash screen with logo and the

September 23, 2020 at 06:57PM by AW Results
https://ift.tt/2RQQPn5
New post on Flutter Dev Google group:

FLUTTER OPEN STREET MAP
I'm trying to add text based location search and once I ENTER the location detail is not getting updated in the map .Actually where we have to give the search functionality.

September 23, 2020 at 06:58PM by sona
https://ift.tt/32XtrKE