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

Ashlar Code Editor - made with Flutter
Announcement: Ashlar Code - an editor made with Flutter. Compatible with most Visual Studio Code textmate-based syntax or language grammars and themes.Please support the Android app. It has basic GIT integration with SFTP coming next.https://play.google.com/store/apps/details?id=com.munchyapps.ashlarFree versions are available. Opensource variants of the app are also available:https://github.com/icedman/ashlar-code/Some nice features:Minimap - which make a lot of sense in mobile devices.Multi-Cursor editingUses Flutter API - with heavy Native::FFI. Uses no webkit, no electron, or cordova.Can open sqlite3.c (200K lines of code)

January 25, 2022 at 11:34AM by 1cedm4n
https://ift.tt/3IENwrt
New post on /r/flutterdev subreddit:

Flutter Challenges: Challenge 04
https://ift.tt/3AvvwwI

January 25, 2022 at 02:04PM by __RGgt__
https://ift.tt/3Atcfw1
New post on /r/flutterdev subreddit:

How to use Flutter feature flags to release a feature without risk [with open source tools]
https://ift.tt/3qV1yPv

January 25, 2022 at 02:52PM by dabeeeenster
https://ift.tt/3nWlG1K
New post on /r/flutterdev subreddit:

What you wish you have known when you staretd learning flutter/started working with flutter?
I am curious for advice from experienced developers.

January 25, 2022 at 09:54PM by veenliege
https://ift.tt/3rTimpi
New post on /r/flutterdev subreddit:

best flutter course to do with my girlfriend?
Hello everyone, do you have any course that you recommend (free or paid)? to complete with my girlfriend, before the pandemic I finished angela yu's course and since I haven't used flutter for a long time, I have no problem starting over (from 0) since the important thing here is for my girlfriend to learn something new ( since she comes from pure university study of computer science and wants to take her first online course), she would prefer a fairly new course that is not outdated. maybe with flutter 2.5 . Btw don't suggest me the amazing flutter documentation since it's not fun to do it with my girlfriend.

January 25, 2022 at 11:06PM by EmmaNoodle98
https://ift.tt/3tYxGni
New post on /r/flutterdev subreddit:

Newbie's first project: doctor appointment app
Hi guys,​After quick learning flutter about a month, I wanted to kick-off something. So googled a bit and found a perfect design in dribbble to practice my skills.​I am really impressed with Flutter's learning curve, performance. AND the final boss, beautiful freebie animations 😄Now I should deep dive to business part. data-fetching, state managing, form managing.​https://github.com/devhyunjae/doctor-appointment-app​This is link what I have done. Always welcome for issues and ideas and etc.Thanks guys!

January 26, 2022 at 04:18AM by gigas02
https://ift.tt/3KIU61I
New post on /r/flutterdev subreddit:

Writing logic before starting the UI
My background is data science so I have no real experience in making mobile apps. For novelty's sake I wanted to learn Flutter and Dart. I haven't done a lot in Flutter yet but Dart is really a blast, it reminds me of C++ and Java without the stuff I dislike in both languages, took me virtually no time to pick it up.In the past I made a simple desktop application with Java and Swing. I wrote all logic in advance and then retrofit the swing based UI on it, this was a seamless process.I'm doing the same with Dart, I've written say 70 % of the business logic of my application and my original plan was to simply build the UI and call methods from the widgets. All the logic has unit tests so I'm at least able to verify that it's working as intended.Does this workflow apply to Flutter though? Stuff like bloc would probably require a significant revamp of my code. I'm also not keen on having my logic tightly coupled with my UI, handling interaction between objects is/will be done irrespective of Flutter.Would it make more sense to halt progress, delve deeper into Flutter and make my business logic 'Flutter compliant' or is this a non-issue?

January 26, 2022 at 06:37AM by Aggressive_Ad_3178
https://ift.tt/3AuQgEU
New post on /r/flutterdev subreddit:

Anyone have a nice tutorial on how to create login/signup form with google,apple,twitter 3rd party authentication on Firebase?
Flutter login/signup page with 3rd party authentication on firebase

January 26, 2022 at 08:36AM by HappyAd9504
https://ift.tt/3u1foSC