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

Realtime Object Detector with YOLOv3
Hi friends, I have made a Flutter app that uses the YOLOv3 model to detect objects and shows the video stream in realtime. The inference library I choose is Paddle Lite, and it's a high performance multi-platform deep learning inference engine.As you inferred, Paddle Lite is a part of PaddlePaddle, the third most used deep learning framework made by a China company named BAIDU.I really hope that my source code could help you, it's a nice example for writing custom platform-specific code, as Paddle Lite provided Java library. If you also enjoy PaddlePaddle, I would be very pleased to hear that!Code: https://github.com/KernelErr/realtime-object-detector/ (If you could give me a star, I will appreciate it!!!)PaddlePaddle Document: https://www.paddlepaddle.org.cn/documentation/docs/en/install/index_en.html

December 14, 2020 at 01:47PM by KernelErr
https://ift.tt/2WfTQzr
New post on /r/flutterdev subreddit:

Want to work on a real app with others?
Hi guys.I’m a university student and for the past few months, I have been working on a backend which uses the Spotify API to create communal playlist as well as other social features around the idea of sharing music. Recently I’ve started work on the app but would love to bring in some other people to help work on it so I can focus more on the backend development.I’m looking for other independent students with intermediate to advanced experience in flutter and want to improve their skills by working in a team environment. Ideally, you will have some free time over the Christmas break to work on this project.I’m looking for 2 - 3 people to work with on the app so if you are interested, and want to find out more, please drop me a dm.Cheers.

December 14, 2020 at 01:27PM by Maxxammus
https://ift.tt/3a7hlCL
New post on /r/flutterdev subreddit:

Can i start flutter without knowledge of java?
Hi all,i want start learning flutter to develop mobile application,i read a loot of topics make me feel cool with flutter,but i dont have any experience with java,iam python developer,my question is can i start mobile application dev with a flutter, without need to java?

December 14, 2020 at 01:26PM by AmeurChaabi
https://ift.tt/2KnsHI2
New post on /r/flutterdev subreddit:

What is the best localization package in flutter?
Hi,I'm starting a new app today and it will have support for different languages.It seems flutter support for localization is not as good as native one. With native android we can use the built in editor and switching languages is effortless.Is there anything like this for flutter? What is the best/simple/easy package I could use for internationalization in flutter?Cheers!

December 14, 2020 at 01:24PM by wacomlover
https://ift.tt/2KlGLSn
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 68! - Tutorials, videos, packages, and much more!
https://ift.tt/3oQ8BVL

December 14, 2020 at 04:33PM by vensign
https://ift.tt/2Wax8sx
New post on Flutter Dev Google group:

custom paint is not rendering in defaulttabcontroller widget
Before: There were no tabs. So every custom paint was rendering well. After: I added tabs for further functionality. Now custom paint is not rendering in one of these tabs. But if I swap tabs, It shows updated paint. How can sync the render if I switch the tab or stay on the same tab? Need Help!

December 14, 2020 at 06:32PM by Tamzid Ahmed
https://ift.tt/3nkxfNV
New post on /r/flutterdev subreddit:

Create "profile" widget, suggestions?
Hello everyone!I need to create an animated "page" where the user can see his profile and other users profiles, so I don't know which is the widget that best suits my needs.These are my "page" requirements :- The "page" has a profile picture, description...And other fields.- I want to insert animations and watch some profiles in a row ( I don't know if watch them in the same time or 1 at time, I have to reflect on this but I think both).- This page is also for iOS so I need of a design that suits Cupertino's standards. Since "Card" comes from "material design" I don't know if it's good for a future iOS release. (At least 2 widgets, 1 for Cupertino and the other for Android but I think that "Card" suits this need).I called it "page" but this will be a Class. I need to insert them in a List, I guess, because I need to watch an object at time (or more than 1 at time).There are a lots of considerations on this and I never did it before, how do you think I can move on, any suggestion?

December 14, 2020 at 07:41PM by _seeking_answers
https://ift.tt/37ih3r5
New tweet from FlutterDev:

Learn how to build high quality apps easier and faster!
@FlutterDev engineers on the @ebaytech team, Larry McKenzie and Corey Sprague, share how they create apps for buying and selling vehicles.

🎧 Listen to #AppsGamesInsights podcast for more → https://t.co/zgpjtLnyXI pic.twitter.com/O2lFdV28VI— Google Play Apps & Games (@GooglePlayDev) December 14, 2020

December 14, 2020 at 09:12PM
http://twitter.com/FlutterDev/status/1338577600374059008
New post on /r/flutterdev subreddit:

Flutter not working
please I need helpDoctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 1.20.4, on Microsoft Windows [Version 10.0.19042.685], locale en-GB) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android license status unknown. Try re-installing or updating your Android SDK Manager. See https://developer.android.com/studio/#downloads or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions. [!] Android Studio (not installed) [√] VS Code, 64-bit edition (version 1.51.1) [!] Connected device ! No devices available ! Doctor found issues in 3 categories.

December 14, 2020 at 10:49PM by Scottlexium
https://ift.tt/3qVHFpx
New post on /r/flutterdev subreddit:

Who owns a Flutter app's IP
I've been developing a Flutter app for the past 11 months, in total it uses about 50 different packages/plugins too. I know the Flutter comes with a license and all the packages have licenses too but I'm not sure how IP of the app, or particular parts of the app, works in practise.I think (although please correct me if I'm wrong) that I can say I don't own the IP for a `Row`, `Column` or `ListTile` widget but do own the IP for the `Dashboard` widget itself. Even though it uses many `Row`s or `Column`s, the way they are used together (and with other packages) has been created by me. Could that then be extrapolated out to say the company I work for own the IP to the app and how it functions?For example, is it similar to Microsoft Office Word? A Word user doesn't own the IP for Word but they would own the IP for the document they create on it?

December 15, 2020 at 12:10AM by MoshiMoshi5
https://ift.tt/34clkdG
New post on /r/flutterdev subreddit:

Flutter Update on Scrollbar Widget
https://ift.tt/3gM1Hhs

December 15, 2020 at 03:33AM by thehappyharis
https://ift.tt/3884y0a
New post on /r/flutterdev subreddit:

Search bar with clear text icon ! Hope you like it
https://ift.tt/3gLQqhe

December 15, 2020 at 06:48AM by rishabh9012
https://ift.tt/3qXngQZ
New post on Flutter Dev Google group:

Re: Error: The argument type 'int' can't be assigned to the parameter type 'double'. percent: _batteryLevel, ^
Hello, You can use Pastebin to display your code in a way that it can be read easily. It will help to make debugging easier. Thanks, Pembe. On Sun, Dec 13, 2020 at 3:47 PM bella panti
New post on Flutter Dev Google group:

Windows Desktop Support Roadmap
Hello, When will windows desktop support will be officially released? Does it handle touch events for windows devices? Regards, Vasil

December 15, 2020 at 10:31AM by Vasil Sabev
https://ift.tt/37lswWN
New post on /r/flutterdev subreddit:

Introduction to app screen in Flutter
Please see this image https://ibb.co/sFsq8WRBasically during first launch you show the user what is where.What's the best way to develop it in Flutter? Is there a plugin that can assist creating this?If not how would you develop it.Create and overlay on existing screen or create the tutorial widget which is stack - first child is the original screen and the second one is the overlay.Additionally, I know how to display black half transparent rounded rectangle on the screen. But I have no idea how to dim everything except the rounded rectangle.Appreciate

December 15, 2020 at 10:19AM by marcus-jaco
https://ift.tt/34aDBI3