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

Displaying SnackBars in Flutter
https://ift.tt/3h2rPpI

September 05, 2021 at 09:08AM by VandadNahavandipoor
https://ift.tt/3BHg6ov
New post on /r/flutterdev subreddit:

Is it possible to use WebSockets to push media into a Flutter App?
My Flutter Application uses media (Images / Videos), is it possible to delete / modify / add new media to the device through a local server using WebSocket and socket.io?

September 05, 2021 at 09:38AM by iEmerald
https://ift.tt/38HTCHG
New post on /r/flutterdev subreddit:

FlutterForce — Week 136
https://ift.tt/2WVOHQY

September 05, 2021 at 01:31PM by flutterist
https://ift.tt/3jMl8tL
New post on /r/flutterdev subreddit:

Can i block websites with flutter packages?(ios and android)
Hi there, I am fresh with programming.I want to make a parental control app to control their children activity on smartphones. For example if parents do not want to accessing on google, they will choose google.com and restrict them. I've learned dart basics, flutter basics but i cant find a package to block websites on smartphone iOS and android. Thanks for reading :)

September 05, 2021 at 04:05PM by Muccolotto
https://ift.tt/3n4vSFL
New post on /r/flutterdev subreddit:

The second part of 'How To Architect A Production-Level App In Flutter: Phone Number Authentication' is ready. In this part, I covered the Application and Presentation layers.
https://ift.tt/3yMITGn

September 06, 2021 at 03:58AM by erkansahnn
https://ift.tt/3thHiqU
New post on /r/flutterdev subreddit:

Where in the world are you developing with Flutter from?
I'll go first: Virginia, USA

September 06, 2021 at 04:06AM by 31Carlton7
https://ift.tt/2VjcHNb
New post on /r/flutterdev subreddit:

Statefull Vs Stateless Widget, Know The Basic Difference Between Two
What Is Statefull Vs Stateless Widget In Flutter? Here are all details of Statefull Vs. Stateless widget when Pursuing Flutter App Development Stateful Vs Stateless Widget, Know The Basic Difference Between Two (kodytechnolab.com)

September 06, 2021 at 08:07AM by tapas_raval6303
https://ift.tt/2YpLOYV
New post on /r/flutterdev subreddit:

Notifications (maybe local) for flutter
Hey,I've been trying out a few different ways of sending notifications but haven't been completely satisfied with any of them. The feature I want to have in my app is to send notifications X days before an event occurs. Any tips or suggestions? What do you guys use? Maybe your own server for sending notifications?Also what happens when a user changes his device? How do you transfer his notifications?Thanks in advance!

September 06, 2021 at 02:53PM by StulcyOnReddit
https://ift.tt/3E1o4Ll
New post on /r/flutterdev subreddit:

Flutter Croissants 🥐 #01
https://ift.tt/3tiNoas

September 06, 2021 at 02:13PM by g123k
https://ift.tt/3BRaMPD
New post on /r/flutterdev subreddit:

Simplify test new features in Flutter app with debug_friend
When we are working on a large product, development is carried out in teams. We divide the work into sprints, weeks, functions and periods. Recently, I began to notice such a situation. The first developer deals with the UI part of the new functionality. The second developer writes the logic for this.In general, everything is fine in this example. Everyone goes about their business and does not touch their friend. But sometimes the developer dealing with the UI part does not have time to do something by the right time. A logic guy can write unit tests for his code. But he will not be able to call this logic from the application without any crutches.I came up with a solution to this problem. Now the developer will be able to call new features from the auxiliary menu. I called this menu DebugFriend.The menu presented in this package now has 4 screens:
- Device Info
- App data
- Debug actions
- Custom actionsMore information about each of them:
Device Info
On this screen, you can view information about the device on which your application is running.App data
On this screen, you can view and manage all the cache data of your application (stored in the root directory of your application )Debug actions
This screen allows you to interact with the Flutter Inspector features directly from the application. In addition, there are several more custom actions. An example is exiting the application.Custom actions
A list of features of your application. You can test them right here. This is a reference to the problem that I described above.QuickstartIf you have read up to this point, then it’s time to find out how to use this package in your code. First of all, install this package in your applicationWrap your MaterialApp’s home or builder widget in a DebugFriendView.
Like in exampleBy default, you will not see the debug menu and the debug button in the release build. But if you suddenly want to change this, change the value of the enabled boolean field to the one you want. For more information about the package, see the github documentation.In the end, I would like to say that I already use this package on several of my work projects. I will support and develop it in the near future. If it’s not difficult for you, put star on Github and participate in the development, if you want. 

September 06, 2021 at 02:12PM by frezycode
https://ift.tt/2Yqx3Ff
New post on /r/flutterdev subreddit:

Simple Flutter app (daily wisdom from Game of Thrones) looking for adoption
Hi, I just wanted to share the source code of an app I made last summer in case anyone wants to take on the project.Last summer I decided to start learning Flutter and play a bit with it. After following some tutorials, I made my first simple app: it's a sort of calendar, where for every day you get a random quote from the A Song of Ice and Fire books. You can also insert your name or nickname, which will change the seed for the random number generator, thus providing some kind of personalization; there are also nine themes available, based on some popular houses. The app should be ready for publishing, at least for Android, but then life got in the way and I abandoned the project. Now I've changed computer and I'm not going to reinstall the Android SDK and all of that because I don't plan to code Flutter apps in the near future. However, I thought it would be a pity to completely abandon the project, because I still really like the idea, so if anyone wants to mess with it and maybe publish it here's the link to the complete app folder (plus a couple screenshots): https://drive.google.com/drive/folders/1tjSJgeAX6oAd0sKEFHoBbyiZePzKv8un?usp=sharingIf you decide to do something with this project we can keep in touch :)

September 06, 2021 at 03:40PM by JMarty97
https://ift.tt/2WYs6TS
New post on /r/flutterdev subreddit:

Mobile native widget with flutter
I started my first mobile app with flutter, and I'm asking to myself if I can implement a native widget to shows some information without opening the app.I didn't found nothing around the web (maybe I'm wrong) and for this reason, I want to talk with the community if there is any possibility to add this feature to my app.Thanks.

September 06, 2021 at 03:25PM by crazyjoker96
https://ift.tt/3jNYH7C
New post on /r/flutterdev subreddit:

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

September 06, 2021 at 03:24PM by vensign
https://ift.tt/38KRcYA