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

Scored! - Simple way to keep track of anything countable
Hey all,TL:DRI published a free & ad-free Flutter app named Scored! for Android and Web. You can find the app on Google Play, the Web app here and the sources on Gitlab.Long versionYears ago (in 2016!), I published my very first Android app, Scored!, made in Java then rewritten in Kotlin.A few years later, I discovered Flutter and decided to update my app and rewrite everything in Flutter! At that point, I still had never advertised it outside of a few friends.A couple more years later (a couple months back), I decided to upgrade to Flutter 2 and rewrote everything once again (because the whole flow and design is different from the previous version).And now, I'm trying to advertise it a bit! (I'm not advertising it to make money, it's a free and ad-free app, I would just like to see other people using my app :) )The app is meant to be a simple way to keep count of anything. I mostly made it because I used to play board games a lot and a lot of those don't really have a way to keep track of the scores. Even though that was the base idea, Scored! can be used to keep track of anything countable.The first version had no history, meaning you'd lose everything once you closed the app. For the v2, I wanted to have an easy way to access my previous games, which was then added to the app as the main screen.Additional info for the devsI'm using HiveDB for the history part, I thought I'd use SQLite, but I decided to try something I didn't know (and don't use at work)I'm also using Provider to handle the language and dark mode togglesI'm deploying on web using Gitlab CI and on the PlayStore using FastlaneThe app has been tested on macOS and would probably also work on windows, linux and iOS, even though the design is made using Material Design widgets. But I don't build those version. (Because I don't have an Apple developer license, nor a windows/linux computer to build on)Everything is on the Gitlab repositoryIf you have any question, suggestions, remarks,... I'll be checking this thread and reply to everyone 👍Thanks for reading, and thanks a lot to anyone who tries Scored!!

August 07, 2021 at 01:20AM by TotemaT
https://ift.tt/3AhXmv5
New post on /r/flutterdev subreddit:

Performance issues fix in android emulator
For those of you people experiencing lag in their emulators due to a low end computer or laptop.There are are two solutions for this.Run flutter in desktop support in windows,macos or linuxRun flutter via chrome in web.

August 07, 2021 at 04:29AM by mishrakavy
https://ift.tt/3AoF23z
New post on /r/flutterdev subreddit:

Published my first flutter app to playstore
Hey, I just published my first open-sourced flutter app on the play store. Vocabhub is a vocabulary app built with flutter for students preparing for GRE this app contains 700+ most commonly used words. This app is available on the web too. The app is open-sourced on Github you guys are welcome to try and share your feedback.Playstore:https://play.google.com/store/apps/details?id=com.vocabhub.appweb app: https://vocabhub.web.app/#/Github repo: https://github.com/maheshmnj/vocabhub

August 07, 2021 at 08:00AM by maheshmnj
https://ift.tt/37q7A03
New post on /r/flutterdev subreddit:

Banking app ui in build in flutter
https://youtube.com/shorts/ZTtx8tRxrvg?feature=share

August 07, 2021 at 02:44PM by base77
https://ift.tt/3juCIkF
New post on /r/flutterdev subreddit:

🔥Flutter Game - Jardinains (Pong)🤖 - Stage 1
A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game in Flutter. 🕹More features, performance enhancements are on the way🎯:👉Github: https://github.com/retroportalstudio/flutter_jardinains👉Play Here: https://flutter-jardinains.web.app/#/Consider Starring the repo if you find this useful 😁

August 07, 2021 at 04:46PM by Paras_Jain_09
https://ift.tt/2VxVQX0
New post on /r/flutterdev subreddit:

cutout_text_effect | Flutter Package
https://ift.tt/369HYUx

August 07, 2021 at 04:44PM by Hosterlkr
https://ift.tt/3AlcPdT
New post on /r/flutterdev subreddit:

Anyone used any SQL DB or hybrid SQL/NO-SQL database solution that is managed similar to Firebase?
I pure NO-SQL like DB isn't really practical for my usage, and I'm need of preferably a hybrid solution SQL & NO-SQL, but just a SQL solution would work as well.Anyone used anything that is conveniently hosted and managed similar to Firebase for Flutter?I suppose I can use Firebase and then add a SQL DB as well. So far I haven't found any good solution that is well supported and certainly nothing close to Firebase in Flutter support.Please share your experience and what options you may have come across! 😀

August 07, 2021 at 06:06PM by Gears6
https://ift.tt/3iwVwk6
New post on /r/flutterdev subreddit:

User-role based app architecture
Hello!First of all, let me clarify the title as it might not be clear enough. I'll start with an example:I want to develop a Flutter app that will be used by two types of customers, customer X, and customer Y. The app should have a basic authentication flow, a list, and the possibility to add items to that list.I don't know what app architecture I should use in order to avoid duplicate code. As an example, the login screen it's the same for both customer types (X and Y), but for customer X I should make a request to an endpoint from API X, while for customer Y I should make a request to an endpoint from API Y. In this case, the UI could be extracted in a widget and reused, but what about the business code?Moreover, let's take the list, for customer X it should display an extra label, while for customer Y it shouldn't. I guess this kind of requirement will require a conditional if in my UI code.I want my app to allow me to easily add a new customer type and also easily add UI elements or features to a screen.It's splitting the UI into small chunks a good idea?Let me know if you have any questions and pardon my English.​LE: Also any related architecture tutorials/articles from files structure to widgets are appreciated. 🙂

August 07, 2021 at 05:26PM by grrigore
https://ift.tt/3CqTwSo
New post on /r/flutterdev subreddit:

Passing data between classes / screens
Hello guys,What are some of the best practices when passing data between classes or pages in Flutter? Is creating a global variable / class not a good approach? Should InheritedWidget be used instead?Wondering if anyone can share some thoughts on this.Thanks!

August 07, 2021 at 06:20PM by noobygopher
https://ift.tt/3AltxK9
New post on /r/flutterdev subreddit:

List of Flutter Courses for Beginners
I get asked about Flutter learning resources from time to time.I summarized my experience with the courses in this article. The list is for complete beginners that want an introduction to Flutter.I have about 500 hours of experience with the courses on the list in these roles:I took the course as a student student to learn enough about Flutter to manage people building in-house applications at the company I work atcoach for my own childsupervisor for paid interns who needed to first learn Flutter, then build mobile apps to test HTTP APIs for my companyHere are the high-level observations on how to decide where to invest your time:look for a large number of existing students and a rating over 4.5 out of 5 starsthere are many courses in this level for under USD $15the courses are largely the same content, so to decide on the best match for you:look at the sample videos to see if the instructor's style matches your learning style.
Look at the syllabus to see where the focus is compared to your existing knowledgethere are many free resources available as well. however, as the time investment is considerable, paying $10 or $15 is a better investment for my circumstanceThe official documentation and Flutter tutorials are excellent. You'll use those even without going through a full course anyway, but I personally like the structure of a course to guide meHere's my specific quick assessmentsAngela Yu - The Complete 2021 Flutter Development Bootcamp with Dart is the best if:you are a young female as the instructor can be a role modelyou are new to programmingyou want more emphasis on design, including some information on typography and coloryou coming from some type of Python or web development background without too much experience with declarative/reactive programmingthere is not as much content on state management in Angela's course. However, if you are new to reactive programming, you're realistically not going to build a super complex Flutter app with complex state anywayFlutter and Dart - The Complete Guide by Maximillan Schwarzmuller is best if:you have some programming experience and want to get deeper with some of the conceptsyou like building a large application to learn "what is possible" with Flutter and then go back to specific techniques when you need to implement them in your own appThe Complete Dart Language Guide for Beginners and Beyond by Andrea Bizzotto is best if:you want to learn Dart and how it is different from a language you already knownote that this is my favorite course and comes with a free eBook on Dartyou prefer to separate learning about language-specific features from GUI components by building command line apps (this is my case)with command line apps, you can more easily isolate practice with things like mixins, extensions, streams, async*often with a full Flutter GUI, it takes so long to set up the GUI that the main point of something like constructor initializer list is dilutedNotes on time completion estimates:most of the notes are based on 30 minutes a day, 5 days a week. This assumes that you are working on some other job or studying something else and Flutter education is a side hobbyIn the real-world with interns, they actually only spent a few days with the Angela Yu free course and then started to program mobile apps immediately. I do not actually know how they did this, but it seemed to work.They likely just got the base screen and HTTP connection up, then started to build buttons and commands as needed on the actual app they were buildingLook forward to feedback on the best way to learn Flutter/Dart. have a great weekend.thank you.

August 07, 2021 at 08:24PM by cloudster314
https://ift.tt/3yJQ2It
New post on /r/flutterdev subreddit:

What can be achived on Kotlin but not on Flutter ?
Whenever I interview with someone, 6 out of 10 people ask for kotlin along side Flutter. What are the examples of need for this ?

August 08, 2021 at 08:34AM by bradruck
https://ift.tt/3fGi4ge
New post on /r/flutterdev subreddit:

FlutterForce — Week 132
https://ift.tt/2X72vYG

August 08, 2021 at 11:46AM by flutterist
https://ift.tt/3lELBed
New post on /r/flutterdev subreddit:

Flutter Animation Zone
Published my first flutter app to playstore Hey, I just published my first open-sourced flutter app on the play store. Flutter Animation Zone is a animation app built with flutter for developer. Playstore Link: https://play.google.com/store/apps/details?id=com.flutter.animation_zone

August 08, 2021 at 01:44PM by maherbanhusen530
https://ift.tt/3jCHMDp