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

SMS verification in Flutter WITHOUT Firebase
Has anyone implemented a way to verify a mobile number without authenticating with Firebase? I am creating an app with a colleague and we are not using Firebase for anything but error handling.
We need to verify the mobile number when a user registers, but it looks like it is quite hard without Firebase. We are using Socket.io for authentication at the moment.

February 04, 2020 at 02:28PM by Actaeon92
https://ift.tt/2vRRtch
New post on Flutter Dev Google group:

Build error
hey guys am getting this error when i run my flutter app "Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application." plese help me

February 04, 2020 at 03:15PM by abenezer china
https://ift.tt/31rJPAJ
New post on /r/flutterdev subreddit:

Finding a co-founder who's a coder!
I am finding a co-founder for my app idea!

February 04, 2020 at 03:56PM by aditoid
https://ift.tt/2RWsRay
New post on /r/flutterdev subreddit:

How do I contribute to the Flutter plugins project
The local_auth package only uses biometric authentication – face, fingerprint. I needed access to pin, pattern, or passcode authentication for a device that does not have biometric authentication setup. So I started writing a plugin and thought I should try to contribute to the existing plugin package. I've wanted to contribute for a while, and this seemed like a good project to figure out the process. I created an issue, then created a pull request, but it seems to exist in a sea of other issues and PRs.Does anyone have experience contributing to the Flutter repositories on GitHub?How do I get people to review or merge code?

February 04, 2020 at 04:27PM by yourfriendken
https://ift.tt/2u746Q9
New post on /r/flutterdev subreddit:

flutter_layout_grid: Flexible grid-based layouts
Hi Flutter people,I needed a traditional layout grid widget for the product I’m building, and I thought I’d share the package I wrote: flutter_layout_grid.It’s based on the much beloved CSS grid layout, and supports:flexible, content-based, and fixed rows/columns sizesspanning grid items over multiple tracks (including overlapping regions)RTL supportautomatic grid cell placementand more coming soon! (named grid areas, automatic tracks, API improvements)It isn’t sliver based, nor will it be (not my use case), so not appropriate for long lists of things. And it is still early days, so if you use it, you might find bugs. But it’s been useful for my work, and might be for yours as well. Here’s the link: https://github.com/madewithfelt/flutter_layout_grid

February 04, 2020 at 05:02PM by devvie
https://ift.tt/3bcuIzS
New tweet from FlutterDev:

💙#AskFlutter
Q&A at #FlutterInteract
Engineering Lead for @materialdesign, Will Larche!

How has @materialdesign changed since desktop support has been added? How do things get added to Material, and what's the process?

Watch here → https://t.co/E2jupUDlzN pic.twitter.com/HQkcJKlNs7— Flutter (@FlutterDev) February 4, 2020

February 04, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1224731913782464512
New post on Flutter Dev Google group:

create or open a new totally empty app
hello, I would like to know if it is possible to create or open a new empty app without the pre-ready demo in it. The reason is that I have the feeling that some information about the demo app persist in the cache and pollute new code. Please tell me if it is possible and how, Thank you

February 04, 2020 at 06:09PM by Bened
https://ift.tt/37YToK6
New post on /r/flutterdev subreddit:

Can anyone tell me why I have to bother myself with DI packages when Provider already have Provider & ProxyProvider?
The title said it all. I'm curious why ppl creating so many DI packages, and why I have to get my hands dirty on them.Maybe I get it right or wrong? Please enlighten me, I appreciate it.

February 04, 2020 at 07:24PM by JoeJoe_Nguyen
https://ift.tt/2Opkt1q
New post on /r/flutterdev subreddit:

Considering using Flutter for a Web App
Hello,I'm a full stack dev and I usually do my UI in React but I'm interested in Flutter as it seems like I might be able to develop a web app alongside native app counterparts.As I understand it, I would need some fine tuning to get to that point but I also haven't seen any concrete evidence that it is possible. I'm seeing warning signs that it isn't production grade but I'm not concerned about that since it would be a personal project.Could anyone advise me from a high level that I could develop a web app and native apps side by side using Flutter in it's current state?Regards

February 04, 2020 at 08:59PM by damian557
https://ift.tt/2Siaa07
New post on Flutter Dev Google group:

Considering using Flutter for a Web App
Hello, I'm a full stack dev and I usually do my UI in React but I'm interested in Flutter as it seems like I might be able to develop a web app alongside native app counterparts. As I understand it, I would need some fine tuning to get to that point but I also haven't seen any concrete

February 04, 2020 at 09:17PM by damian557
https://ift.tt/2RXdKO6
New post on Flutter Dev Google group:

What’s the proper way to upgrade Flutter SDK
When I execute: flutter upgrade I always got error message of some modifications not being checked in or stashed. What should I do to get update done? Thanks, -- Thanks! Yu (Aaron) J'ecrite, donc je pense. Je pense, donc je suis.

February 04, 2020 at 09:21PM by Yu Shen
https://ift.tt/36YlGDl
New post on /r/flutterdev subreddit:

Is camera data or business logic layer in Bloc architecture?
Hi Everyone!I am try learn Bloc architecture with this: https://bloclibrary.dev/#/architectureI am try implement camera plugin with this architecture but I am not sure which layer camera is. Is it go in data layer? So when I call cameras = await availableCameras(); I do this in business logic or data layer? Is this same for CameraController controller = CameraController(cameras[0], ResolutionPreset.medium); ?​Thanks for help!​If anyone have repo which initialize camera with this architecture I want see how you do!

February 04, 2020 at 11:04PM by Flutter_Dev
https://ift.tt/2UnxNH8
New post on /r/flutterdev subreddit:

Weekly Questions Thread - February 04, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

February 04, 2020 at 11:32PM by AutoModerator
https://ift.tt/31qpJqE
New post on /r/flutterdev subreddit:

Job interview
Hi, and thanks for any advice in advance :)I'm a programmer, having coded for many platforms, including some classic video games, native apps, ionic and, naturally, Flutter.I've always been a freelancer and for a while things were good. But my country is in a serious economic crisis since 2015 and freelancing is becoming less and less an option. So...Tomorrow I have a job interview to a Flutter dev position. I'm well capable of the task at hand (the job itself) but I've neeeever been to a job interview in the last decade. So I was wondering:Do you guys have some tips about what you'd consider important to say or any specific knowledge that interviewers are currently looking for when hiring flutter developers?Thanks tons!

February 05, 2020 at 12:26AM by zaraned
https://ift.tt/382VUyQ
New post on /r/flutterdev subreddit:

I have an identity crisis
Just joking, don't take it seriously.So anyway, I've been using DartAngular for over a year now and have a production application (go as backend).Today I got into pub.dev just to see if there's a new package for GraphQL that is compatible with DartAngular. To my surprise, there were no more Web tags on packages, only Dart Native / Flutter.
It was not the end of the world since I already wrote my own package for GraphQL including subscriptions (very much fun)I've also been eager for the final release of Flutter for Web but I don't feel it's going to happen very soon. From the beginning of the project the plan was using DartAngular till Flutter web is production-ready and move my code into Flutter. I have most of my logic in a separate project including BLOC states so doing that change is not that hard.The bottom line now that my project is live very soon stage 2 of development is coming in and I don't know if I should keep investing in DartAngular. I'm not worried it's going to disappear since google uses it heavily in their Adwords department (most of their money-making machine) but I feel I'm going to get behind technology-wise if I stay with DartAngular.Anyway, wanted to ask you guys what are you using for Web Front-End Development? I'm not a fan of typescript since I learned Dart it's the last thing in the world I would like to use. Maybe Kotlin, Swift or just hold the fort till Flutter for Web is productive? What do you guys recommend?

February 05, 2020 at 02:58AM by Kwaig
https://ift.tt/2vJr1kK