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

How to make an app that is accessible from the web as well as phones with the data user created in their account
Hey, I want to create an app that is accessible from browsers as well as phones. With data syncing, for example, I can make a mail as a draft in the browser and it will be shown and editable in the mobile app too. Something like that
thanks

December 08, 2021 at 09:26AM by Warlockaditya
https://ift.tt/3rM7yuE
New post on /r/flutterdev subreddit:

I created a curated list of companies using Flutter!
Hey everyone, I had some spare time some time ago and decided to create a curated list of companies using flutter, it may be useful for people who are looking for jobs!LINKYou can create an issue or just send me a message here if you want to add your company there.I hope this is useful for someone. :)

December 08, 2021 at 12:42PM by postal_card
https://ift.tt/3DAocQp
New post on /r/flutterdev subreddit:

How to Build a Simple CRUD Application Using Flutter & Strapi
https://ift.tt/3rMgQa1

December 08, 2021 at 03:46PM by ShadaWehbe
https://ift.tt/3DEy77o
New post on /r/flutterdev subreddit:

I built a more object oriented Redux Action / Reducer System
I built this package:
https://pub.dev/packages/redux_enhancementMy intention is to make working with Redux more accessible and object oriented.
Please leave constructive feedback :) (and a thumbs up, if you think its good)

December 08, 2021 at 05:11PM by Inf0rm4tix
https://ift.tt/3EwFVtf
New post on /r/flutterdev subreddit:

Need some advice on a school project we are struggling with- a flutter mobile app to replace access badges.
We have about a month to develop a rudimentary system that should demonstrate a replacement for employee/customer access badges. (For example, gym members usually use magnetic chip cards to gain access to the premises. We want to replace that with an app.)The system is basically:Arduino (representing the "gate" with a green/red bulb )<<Server>>Flutter app(handles user ID)So the gym member opens up the app, sign in to their account, Id with fingerprints, then they can scan a barcode that's tied to a gate. The server receives their request and answers with granted/denied which is sent to the Arduino as a binary signal (and a Green/red light is lit).What we are having trouble with is working with a backend that could communicate with both the flutter app and the Arduino, and also pass signals between them. We've tried to connect Arduino to AWS IoT and it kinda works, but we're not sure how to communicate with it through amplify_flutter. Is this something that would be more suited to Firebase?Also, any general advice would be greatly appreciated, as we are getting really nervous about how little we've achieved so far and how little time we have left to work on it.

December 08, 2021 at 07:42PM by generalamitt
https://ift.tt/3DzO8LV
New post on /r/flutterdev subreddit:

How do companies rank listings on their site and what's an effecient way of doing it in flutter.
I have an app idea that I would like to develop on flutter, though my question isn't flutter related I thought it'll be interesting to understand from flutter point of view too. I am just in the early stages of gathering information at the moment.In one part of the app, people can advertise themselves/jobs to be seen by potential customers. I will be providing the standard filters such as distance, reviews, price, etc. But I am not too sure what metrics are used and wondering if anyone can shed some insight or point somewhere.Thanks.

December 08, 2021 at 09:32PM by No-Cap2916
https://ift.tt/3DGJlIt
New post on /r/flutterdev subreddit:

Announcing Flutter 2.8
https://ift.tt/3rN8HCd

December 08, 2021 at 09:29PM by Baul
https://ift.tt/3pELkbp
New tweet from FlutterDev:

A. Deep Links is the correct answer! 🥳— Flutter (@FlutterDev) Dec 8, 2021

December 08, 2021 at 09:34PM
https://twitter.com/FlutterDev/status/1468680453955604489
New tweet from FlutterDev:

👀 When you're waiting for the release that you promised this morning... https://t.co/E4Px1m0wIQ— Flutter (@FlutterDev) Dec 9, 2021

December 09, 2021 at 01:20AM
https://twitter.com/FlutterDev/status/1468737207724769280
New tweet from FlutterDev:

👋💙 Hello and welcome to Flutter 2.8! 🚗 Performance improvements 🔥 New @Firebase features 🖥 Desktop status Tooling updates 👀 And MORE! Read the blog by @csells 👉 https://t.co/QDhRck0DJv https://t.co/FdEuZIqjxa— Flutter (@FlutterDev) Dec 9, 2021

December 09, 2021 at 02:02AM
https://twitter.com/FlutterDev/status/1468747974792540163
New post on /r/flutterdev subreddit:

Flutter vs Xamarin/React Native
Hi flutter enthusiasts. I want to develop a small cross platform app. I don't have high performance requirements for my project, but I want the UI to feel snappy and modern. I wanted advice in general about which cross-platform framework is better for my requirements, and for Flutter what are the biggest criticisms that you have with the framework.

December 09, 2021 at 03:54AM by ishan305
https://ift.tt/3oBHOzi
New post on /r/flutterdev subreddit:

What do you all think about future of flutter/dart. Not the Future in flutter/dart
For years I was into web development and one reason I hated in app development is that you have to refresh it to see the changes and they aren't so fast. But now this AOT/JIT compilation capacity have made flutter super cool and I feel it as good as web dev + performance added. I feel dart as a evolved, carefully designed language and it can be a major language at some point. What you all think?

December 09, 2021 at 07:28AM by mil10akash
https://ift.tt/3rTohwe
New post on /r/flutterdev subreddit:

Introducing a Flutter Charting Library: Graphic
About a year ago, we published a Flutter charting library: Graphic, aiming to help Flutter app developers in data visualization. It evolves a lot in the past year and has these features now:A Grammar of Graphics: Graphic derives from Leland Wilkinson's book The Grammar of Graphics, and tries to balance between theoretical beauty and practicability. It inherits most concepts, like the graphic algebra.Declarative and Reactive: As is encouraged in Flutter, the chart widget of Graphic is declarative and reactive. The grammar of data visualization is implemented by a declarative specification and the chart will reevaluate automatically on widget update.Interactive: With the signal and selection mechanism, the chart is highly interactive. It is easy to pop a tooltip or scale the coordinate.Customizable: With the shape and figure classes, it's easy to custom your own element, tooltip, annotation, etc.Dataflow Graph and Operators: Graphic has a internal structure of a dataflow graph and operators. That is how the reactive reevaluation and interaction is implemented.Here is the documentation and Example App, and a introducing artical.If you need charts in your Flutter app, welcome to have a look and try!

December 09, 2021 at 09:06AM by entronad
https://ift.tt/3oChbKq