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

How are you developing BLE applications with Flutter?
Is there anything out there to act as a peripheral that you can connect with and stream fake characteristic data to speed up BLE app prototyping? I'm just getting started and it seems like I'm spending half of my time trying to get an Arduino-like system wired exactly how I want it.

September 25, 2020 at 03:22PM by zciwor
https://ift.tt/3cxplwk
New post on /r/flutterdev subreddit:

Which http plugin would you guys recommend for a medium-large flutter project with php backend?
Dio or properly something else?

September 25, 2020 at 04:09PM by Hard_Veur
https://ift.tt/2RVdoH4
New post on /r/flutterdev subreddit:

MDC Weekly Blend — Edition #7 with awesome Flutter articles about Handling Web gestures in Flutter, Image Classification using Tensorflow in Flutter apps, Android Text Selection for Flutter, Widget magnifier, Flutter Video Series, and a lot more.
https://ift.tt/330KXxF

September 25, 2020 at 05:54PM by iranjith4
https://ift.tt/3hXIjgw
New tweet from FlutterDev:

📚 There are 280 pages on https://t.co/0agusS9mre

Follow #FlutterDocs to find some of our favorite pages help get you started.

💡Check out this cookbook that teaches you how to implement Hero animations between pages.

Read more → https://t.co/7qIY7PlDMB pic.twitter.com/8GJ44fyrrJ— Flutter (@FlutterDev) September 25, 2020

September 25, 2020 at 06:10PM
http://twitter.com/FlutterDev/status/1309525645848973312
New post on /r/flutterdev subreddit:

Should i choose Flutter or RN for my first app?
I'm new to the mobile dev world, and i've been looking at the Flutter docs and i love the UI it has.I'm also making an app on react native and i already made some prototypes of a few screens, but i wouldnt mind starting over from scratch with flutter.My question is, this being my first app, will i get more help along the way through docs or the community by working with React Native or with Flutter?The reason why i started developing the app on RN is because i also wanted to learn React too, so it was a win win for me.Should i change to Flutter just because i think it has a "neater" UI?

September 25, 2020 at 07:57PM by icanbackitup
https://ift.tt/3j4CKhK
New post on /r/flutterdev subreddit:

Easiest way to install flutter
A buddy of mine told me that he loves flutter, but the hardest part about it is figuring out how to get it installed. So I hacked away at the official release api and made it dirt simple:https://webinstall.dev/flutter/In short, to install:bash curl -sS https://webinstall.dev/flutter | bashAnd to update:bash webi flutter@stableThat downloads the official build from the release API, puts it into the standard location of ~/.local/opt/flutter and updates PATH for bash, zsh, and fish.Common questions answered here: https://webinstall.dev/faq/HTH

September 25, 2020 at 07:29PM by coolaj86
https://ift.tt/2FR0Jmh
New post on /r/flutterdev subreddit:

Best way to store list of custom objects in Cloud Firestone?
In my project, every user can create multiple "Cards" (and every card has a title and a subtitle), so I have "4 levels of data": cards in general>user doc>this particular card>data (title and subtitle)Now, I founded online that I can do it in 2 ways (tell me if there is a third one): 1) Creating a document for each card created by the user, and putting it in a collection nested in a document with the user id, nested in a big "cards" collection 2) Creating a document for each user (inside the big "cards" collection) and in it's data a map for each cardWhich method would you suggest? And why?

September 25, 2020 at 08:11PM by Elodran
https://ift.tt/2FR8rwJ
New post on /r/flutterdev subreddit:

Blogspace - minimalistic blogging app in Flutter
Hello,I just want to share with you my new minimalistic blogging mobile app.
It was made using Flutter and currently is available just for Android.
But if there will be interest in this app I can easily port it to iOS also.It is called Blogspace and you can found it here:
https://play.google.com/store/apps/details?id=com.blogspaceIf you have any ideas, comments, or suggestions for improvements feel free to contact me
I would like to hear what do you think about this app :D

September 25, 2020 at 08:40PM by mislav_
https://ift.tt/2S1lMEW
New post on /r/flutterdev subreddit:

Flutter firebase realtime database in web
I went ahead and made an unofficial firebase database for flutter web apps. I know a lot of people want this, so if you'd like, try it out. I'd love feedback! https://pub.dev/packages/firebase_db_web_unofficial

September 25, 2020 at 10:17PM by PluralGooseLover
https://ift.tt/330RhFC
New post on /r/flutterdev subreddit:

Whats the workflow? Noob Questions incoming!
Hi guys, I have an app Id like to develop and make, get an MVP out on the market to gauge interest. Its nothing too complicated, its basically a customisable time logging app, with limited social networking future possibilities.I have NO coding or programming experience. I have experience in PS and Illustrator.Would the workflow be to first do all the design in Adobe XD, and then use Flutter? Ill have to learn Dart of course, but from what I've gathered, its relatively straight forward. I have the Udemy courses Udemy - Flutter & Dart Development For Building iOS and Android andUdemy - Dart and Flutter: The Complete Developer’s GuideThe plan is to learn something myself, ( because I don't have money to pay a developer) get an MVP out to a few select potential customers for feedback, and then have something to show potential inventors. Then hire a professional team to build it.I can dedicate 24 hours a day to this basically, and I'm very motivated and excited. Im not interested in becoming a professional programmer, there are others that have years more experience than me for that. I simply want to be able to have something show people to get the general idea of what my app will be like to people. Plus id like to be able to communicate somewhat with a possible future team, so that I'm not completely clueless!Id like to have something rudimentary to show some features on an actual phone (android for now, but IOs later) up and running by december, to show some people. This is what im thinking my plan of action is:First I have a scholarship application to do, (12th oct) they want a 90 second vid showing my general idea. I thought Id use XD to animate this, using a voiceover to explain what going on. This would give me a clickable PC version of a phone screen, correct?That will get me started. I will then learn to use dart and flutter, to make something very rudimentary to some some potential users/clients/friends on 5 dec. After their feedback, make an MVP and get it out to a select few people and get their feedback, and so on.what do you guys think? Any input would be super appreciated!

September 25, 2020 at 11:17PM by Timoat
https://ift.tt/3i1b5Nf
New post on /r/flutterdev subreddit:

Google AdMob is latest internal Google app to be powered by Flutter
It seems that Google is betting hard on Flutter https://imgur.com/a/jHOmTKx

September 26, 2020 at 12:11AM by yiss92
https://ift.tt/3jhUZR3
New tweet from FlutterDev:

Dive into @timsneath's Win32 package project!

A package that wraps some of the most common Win32 API calls using FFI to make them accessible to Dart code without requiring C compiler or Windows SDK.

Win32 package → https://t.co/Qc3BpSYv1r
Read more → https://t.co/sVyKxG2Wmz pic.twitter.com/IeAhVOgms0— Flutter (@FlutterDev) September 26, 2020

September 26, 2020 at 02:13AM
http://twitter.com/FlutterDev/status/1309647170438492160
New post on /r/flutterdev subreddit:

Considering using Flutter as a SDK with AWS Amplfy. What could go wrong?
I'm working on an app and haven't decided on my SDK. Flutter seems to be popular and has good attributes.My backend exist within AWS and I'm wanting to use Amplify as the development framework. Does anyone know the progress of AWS making Amplify compatible with Flutter? I know there is a preview but it only has a few options. I know APIs are next on there list but I wonder when we should expect it.Also, what other type of issues could we run into in the future. It does worry my that Google and Amazon compete..

September 26, 2020 at 04:12AM by Revolutionary-Cry-38
https://ift.tt/3j5Jdc7
New post on /r/flutterdev subreddit:

In your opinion, what Flutter Apps have the best-designed UX?
I would like to download some apps from the app store and learn from their UX.

September 26, 2020 at 06:12AM by 11010001101001
https://ift.tt/33VaTu0
New post on /r/flutterdev subreddit:

Flutter Widgets ( Stack & Positioned ) The Whole Picture
Learn in details about flutter wigets. Read my article on medium.Flutter Widgets ( Stack & Positioned )

September 26, 2020 at 07:51AM by sulli110
https://ift.tt/369za20
New post on /r/flutterdev subreddit:

Optimal Mac laptop for Flutter development
Currently I have 2015 MacBook Pro, 2.8GHz i7, 16GB RAM (1600MHz), SSD, but it's about to die. I need another one. I want to work comfortably, but for reasonable price.My use case - medium utility app, 20 screens, iOS, Android, unit tests and a lot of Driver tests (about 15 min execution), fastlane to deploy. screenshot automation, Postgresql and node js backend. My MacRunning simultaneously emulator and simulator maxes the fans out, so does the UI tests on emulator. It takes time to recover performance after this process. Deployment (clean build release and upload to both stores) takes about 15 min.Must be: USB-C Brand new - can be recent model or unboxed from previous generation, however I'm worried about previous generation butterfly keyboard, they had a lot of issues.Current MacBook Airs processors range from 1.1GHz i3 to 1.2GHz i7 (Turbo Boost 3.8GHz) and RAM 8-16GB.Current MacBook Pro 13" processors range from 1.4 GHz it to 2.3Ghz i7 (Turbo Boost 4.1GHz) and RAM 8-32GB.Appreciate feedback

September 26, 2020 at 09:21AM by marcus-jaco
https://ift.tt/3j4SLnH
New post on /r/flutterdev subreddit:

Twitter like button with Dash
What if you see the Dash when you liked Flutter tweets?https://github.com/arslannmrv/button_interaction

September 26, 2020 at 12:14PM by arslannmrv
https://ift.tt/3kPMMUu
New post on /r/flutterdev subreddit:

Maximum limit of cache size in flutter
Hi,I am using cached_network_image to load images in my app. I noticed that the app cache size gets too big (+300 Megabytes) after running the app for a while.Is there a maximum limit on the cache size that app uses in flutter?Is there a way to force some limit on the cache size?

September 26, 2020 at 01:26PM by Atef_S
https://ift.tt/3j4qA8s
New post on Flutter Dev Google group:

Tab scroll with list
How to get this view dynamically. Mean length of each tab different from each other. https://ift.tt/2HnCqg5

September 26, 2020 at 01:34PM by john786
https://ift.tt/3375tNr
New post on /r/flutterdev subreddit:

Hide video link from link cheaters and SSL listener apps
I saw some video streaming player apps the links of it's videos cannot be captured by third party apps, can we do this in flutter? I tested my flutter live tv channels streaming app i figured that the links can be captured by cheaters.

September 26, 2020 at 02:24PM by diyar_gulli
https://ift.tt/2GgoYtF