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

Getting SHA-1 in android studio flutter
Hi! I want to get SHA-1 in my android studio. However, key tool is not working and I can't find the signingReport under my Gradle.

April 28, 2021 at 06:15PM by Decision-Aggressive
https://ift.tt/3tZzFow
New post on /r/flutterdev subreddit:

Hello. Is there a plug-in available to enable users to write text or draw/add stickers to a video like Snapchat/TikTok? Also pause/restart a video being taken with video recorder like Snapchat?
I am having trouble finding a plug-in for this. Would anyone else have experience with this and flutter? Is it possible?

April 28, 2021 at 05:27PM by Necessary1OK
https://ift.tt/32Ycuis
New post on /r/flutterdev subreddit:

Best Flutter By Example Website
Anyone knows of a good learning flutter by example website?

April 28, 2021 at 06:54PM by Nordasync
https://ift.tt/2RaCC75
New post on /r/flutterdev subreddit:

How To Write A test Suite
I found out a really cool way to write Test suites that read like real English using extensions and other magic. That article will be up tomorrow.​What other things would like to know how to do in flutter?

April 28, 2021 at 07:15PM by fredgrott
https://ift.tt/3aMokAH
New tweet from FlutterDev:

👋 Welcome to #GoogleIO -- online & free for everyone!

Get a first look at the latest developer products and tutorials. You may also see a few familiar faces. 🤗

Don't forget to register 📺https://t.co/w0d67I9eaQ pic.twitter.com/PVLYmmz1z7— Google Developers (@googledevs) April 28, 2021

April 28, 2021 at 07:51PM
http://twitter.com/FlutterDev/status/1387464536312061959
New post on Flutter Dev Google group:

Error connecting to the service protocol
Hello, My environment: Flutter 2.0.4, Dart 2.12.2 Android SDK version 30.0.3 Android Studio 4.1.3 Ubuntu 18.04 Flutter doctor says there are no issues. I connected my Phone (Samsung) to PC. Very often (about 90%) I receive this error message in Android Studio console: Launching lib/main.dart

April 28, 2021 at 10:00PM by Steepe Hare
https://ift.tt/2QEDrVZ
New post on /r/flutterdev subreddit:

Thoughts about a library I am writing
HelloI am working on a routing library https://pub.dev/packages/wouter and would like to hear your thoughts about it :)
its a WIP and almost no DOCS but if you check the example you'll get the idea: https://pub.dev/packages/wouter/examplethe concept is coming from wouter for react https://github.com/molefrog/wouterTHANKS

April 29, 2021 at 12:04AM by Code_PLeX
https://ift.tt/3nw7HP1
New post on /r/flutterdev subreddit:

On-premise CI/CD tool for Flutter Development
I would like to ask you which CI/CD build tools you are using on-premise (no cloud).Are combinations like Jenkins and Fastlane a serious competition to Codemagic and the way to go?

April 28, 2021 at 11:15PM by Hawk30100
https://ift.tt/3u7LpFO
New post on Flutter Dev Google group:

Shared_Preferences Bug
I am facing these issue when "flutter build apk", but it's working fine in debug mode and web release! Have a look and please tell if there is any fix![image: image_2021-04-29_10-15-00.png][image: image_2021-04-29_10-15-21.png][image: image_2021-04-29_10-15-35.png]

April 29, 2021 at 07:16AM by Got Update!
https://ift.tt/3vrIQOT
New post on Flutter Dev Google group:

Regarding VS Code for Flutter
[image: Screenshot (151).png] When I updated VS Code, I am getting this issue. Due to this issue I cannot deubg my project. It always shows "No Device" but is connected as you can see, I have highlighted all the related issues. Can someone please help me out.

April 29, 2021 at 07:27AM by HIMANSHU MISHRA
https://ift.tt/3t14fNn
New post on Flutter Dev Google group:

Deploy flutter app on Android - Locally
Hi, I am looking to deploy my locally on my Android device, it is a private app so I don't want to put it on the PlayStore or AppStore. Is this possible? Do someone please have a guide? Kind Regards

April 29, 2021 at 08:25AM by Johan Scheepers
https://ift.tt/2SdWHdq
New post on /r/flutterdev subreddit:

Can't add images
Hi, how can we add images/videos to our posts here, the option seems to be always disabled.

April 29, 2021 at 09:24AM by Bright-Draw2297
https://ift.tt/3t2Paej
New post on /r/flutterdev subreddit:

Gmail Clone
Hi guys, I created the Gmail Clone using Flutter. Please check out the screenshots of the app & source code in my GitHub - https://github.com/qwertypool/Gmail-Clone . And please do star the repo if you liked it!!Any suggestions are warmly welcomed, and it is open source so feel free to contribute.

April 29, 2021 at 09:20AM by Bright-Draw2297
https://ift.tt/3gOtFer
New post on /r/flutterdev subreddit:

Flutter 2 Local Notifications (Background,Scheduled,Image)
Local notifications are the massive attractions of any flutter app. The notifications reverses the user who is leaving the app till back at it. Add these local notifications in your app and upgrade your app into an ultimate maniacNotifications covered :Background notificationsScheduled notificationsImage notiticationsMedia notificationsLink notificationsVideo : https://youtu.be/gU2Ca0assV8Please subscribe and hit the bell to get notified!

April 29, 2021 at 10:18AM by realappdev
https://ift.tt/3eDKaaO
New post on /r/flutterdev subreddit:

Did you ever published your app to Android Tv playstore?
I have app after many changes still not available in tv playstore

April 29, 2021 at 02:15PM by diyar_gulli
https://ift.tt/3eDXfRf
New post on /r/flutterdev subreddit:

Something weird on orientation change
I have an app with two pages, I have made several Widgets and depending on the orientation, it differs how they are laid out. It worked perfectly for the first page but for the second page every time I change the orientation the layout becomes weird but if I navigate to the different page and then come back to the page then the layout is sorted. What is this error? (p.s If I change orientation and hot reload then also it is sorted. Without hot reloading I need to navigate to a different page and then come back.)

April 29, 2021 at 01:07PM by potato-pututu
https://ift.tt/3dZsasf
New post on Flutter Dev Google group:

AutoComplete / Future
Hello I want to use the new AutoComplete class (https://ift.tt/3gNowDz) but it's stretching my limited knowledge of futures. I need to specify an optionsBuilder which returns an Iterable
New post on /r/flutterdev subreddit:

Flutter web app demo
My first flutter web app which is a slideshow introducing FlutterA brief Introduction to FlutterLet me know if you like it!

April 29, 2021 at 02:41PM by xaad29
https://ift.tt/3nyFabt