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

flutter is truly amazing
bit of a background about myself. i'm a developer and i mainly work on backend systems and don't really have much experience with app development, save for one project in college. I remember that android project was just so annoying to do. we created the layout with xml and then styled it with css and then added the logic.but i just started using flutter, and by God, it is amazing. like I actually want to write the app. i've just been playing around with it and it's so powerful and so easy to use, i absolutely love it.

August 14, 2021 at 04:37AM by nadeemon
https://ift.tt/3CKszsN
New post on /r/flutterdev subreddit:

Flutter with large javascript library/components
Hi flutter looks exciting, my target app is an editor heavily focus on editing features: e.g, markdown, latex, code, or even spreadsheet. In javascript world, there are libraries e.g, markedownIt, mathjax, codemirror, Handsontable etc to handle these use cases.What are the options with Dart/Flutter ? from my research with limited experience, we can- Use Webview to wrap up these applications.- Find Dart implementations to support these formats: we seems to have some markdown/latex Dart packages, but not as mature/complete as Js.- Find native implementations to support these formats, and integrate with Flutter through platform channels: again, availability and qualities of libraries are limited.For my use case, do you consider Flutter a good option, is flutter a viable/good option for apps similar as notion ? What would be your choice in this case.

August 14, 2021 at 08:46AM by csc221
https://ift.tt/3CLBxGm
New post on /r/flutterdev subreddit:

Fixing error
Can't find a solution to this error.. earlier it asked to install jdk so I did it and added to the path but now I can't view my app on avd Using Android Studio and VS Codeproblem

August 14, 2021 at 11:59AM by imRajAryan09
https://ift.tt/3xMfM5p
New post on /r/flutterdev subreddit:

track driver location
dears, I am working on a flutter app where I have two types of user going to register in the app, like Uber or any taxi app there are users and drivers, now in user app I want to display a map and show a live tracking of the driver my question is how I going to make the user app get the stream of driver locationmy first thought was to make driver app grape its location then send them to my back-end then in the user app make a function where I am going to call API to get the location data every second for example, please it this the right scenario to perform this functionality or there is better way doing that..thanks in advance

August 14, 2021 at 01:39PM by kikiCoder
https://ift.tt/3siTTK8
New post on /r/flutterdev subreddit:

(Learning Resource) Ultimate Guide to Flutter - A helpful and comprehensive guide to learning Flutter with explanations, screenshots, tips, resources, and examples for Dart, Flutter, Firebase, State Management and more
Ultimate Guide to Flutter (GitHub)In my journey of learning Flutter, I found that many of the learning resources and tutorials were created by Flutter developers who had been coding for years already, who failed to explain the basic concepts of Flutter before diving into cryptic pieces of code. Also, due to how new Flutter is, I found that there was a relative lack of freely available and good quality learning materials, in comparison to more established frameworks or languages like Python. My journey to learning Flutter was a strange mix of YouTube tutorials, documentation, random articles and looking at other people's code.This GitHub guide is a complete guide to learning Flutter that starts from the very basics and later delves into more advanced topics, with very intuitive and easy-to-understand explanations. It goes through the basics of Dart (the language used for the Flutter framework), the basics of the Flutter framework, Firebase (as a viable back-end for Flutter apps), State Management (with Provider), and good practices.The guide includes detailed explanations, resources, tips, and code examples along with screenshots to show what certain code snippets do on Flutter apps. Finally, the guide ends off with a challenge project - recreating a UI design from Dribbble.I genuinely hope this guide can help you if you are stuck or just starting on your journey to learning Flutter. Maybe it can make your journey less confusing than it has to be, like mine was. Be patient, be persistent, and you will get there.Note: Since this is an open source project on GitHub, any contributions or feedback is welcome.Good luck!Table of ContentsIntroductionGetting StartedLearning DartLearning Flutter UILearning FirebaseConnecting Firebase with FlutterState ManagementBest PracticesChallenge ProjectHelpful Resources

August 14, 2021 at 02:48PM by dev5906
https://ift.tt/3AIsc05
New post on /r/flutterdev subreddit:

New one! Learn how to persist data on Firebase emulators 🙌
https://ift.tt/3xJS75x

August 14, 2021 at 02:10PM by mukhtharcm
https://ift.tt/37Fs0lZ
New post on /r/flutterdev subreddit:

Cross-platform Flutter + Kotlin (KMM) Setup
I came to Flutter from a native android development background and let's forget about Kotlin KMM vs Flutter, and since kotlin allows to write a very powerful typesafe, threadsafe, multiplatform codebase, and Flutter has an amazing UI toolkit, I know this is kinda complicated, can we combine the power of this two languages?My point is that some complex UI or a feature that a very platform-dependent to be re-implemented for each platform, e.g. instead of writing models that power native code feature in a lot of languages like Swift, JS, and kotlin(JVM) on Android, but on a Flutter project using Kotlin (KMM) to do such thing!Is it possible (I think yes)? How to setup these two to work together?
I only saw an article that supports my Idea.#Kotlin #Flutter #Multiplatform

August 14, 2021 at 02:06PM by Local-Dot9553
https://ift.tt/3z0kgqN
New post on /r/flutterdev subreddit:

Does data from pubspec.yaml get compiled with a Flutter app?
I'm basically looking to access private repo packages using personal access tokens, and I'm wondering whether this info might be visible to someone decompiling the app.I can of course change the tokens after the app release but I'm wondering whether that could be avoided.Also, any additional articles / info on Flutter app security would be greatly appreciated!

August 14, 2021 at 03:18PM by No_Appearance4886
https://ift.tt/3yS4xd6
New post on /r/flutterdev subreddit:

How do I create a stream in my server to feed the flutter front end?
I have been creating web servers in Go.....and also built one chat app in Flutter using Firebase.....with firebase package I get all necessary streams,snapshots that I can use in streambuilder.....how can I create streams in Go to feed it to flutter frontend? Sorry if this topic doesn't make sense and I don't know much about gprc,websockets.....but if I have to create a stream that can be used in Flutter how do I make it in Golang?

August 14, 2021 at 04:13PM by milanpoudel
https://ift.tt/3Az4Fia
New post on /r/flutterdev subreddit:

What is the status of building a PWA with Flutter ? is it enough to replace react as a frontend manager?
What is the status of building a PWA with Flutter ? is it enough to replace react as a frontend manager?

August 14, 2021 at 05:25PM by anish_g
https://ift.tt/2VVsIJb
New post on /r/flutterdev subreddit:

Stable still listed as 2.2.1 on releases.
Although Flutter 2.2.3 has been stable for a while the releases listing at:https://storage.googleapis.com/flutter_infra/releases/releases_macos.json.... still has stable as 2.2.1 thus buggering-up my latest versions scraper.

August 14, 2021 at 08:06PM by lordmyd
https://ift.tt/3yMQxRL