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

Flutter Production Boilerplate - Let's have a discussion!
I have been working on a Flutter project which I can use as a template for my future projects. I tried to incorporate a few best practices into the repository, which can be found here: GitHub RepositorySome of the practices I included are:Using BLOC & Cubit for state management.Using Pedantic for stricter linting rules.Using Hive for platform independent storage that also works for web.Project structure, const constructors, extracted widgets and many more...Since I am still relatively new to developing production applications with Flutter I wanted to collect some feedback and start a discussion about which practices make sense and which do not. Maybe I have missed some things, maybe some things must be built differently.I am looking forward to some feedback. Have a nice day!

June 19, 2021 at 02:54PM by Pharrax
https://ift.tt/3vHGeMH
New post on /r/flutterdev subreddit:

Is it possible to show NFT Artworks in Flutter like this React Plugin?
Hey people, I had to take a break from flutter development some months ago while finishing uni and now I got my time back. I want to some kind of app displaying NFT artworks and found a React package so it got me checking react native etc. but tbh I still really enjoy flutter and don't want to drop it. So my question is there is a react plugin that displays random NFTs and was curious if it would be possible to do this in flutter? Also if you are willing to help we can discuss that too in private.This is the react plugin: https://nfte.app/

June 19, 2021 at 02:16PM by erdincciftci
https://ift.tt/3iPMP4Q
New post on /r/flutterdev subreddit:

Drop down your Github repos if you think you have projects that are interesting and need stars.
It can be any project as long as you think you did a great job and need more stars on it for the recruiters to see. I think this will help a lot of people who are looking for some inspiration as well as people in need of reach

June 19, 2021 at 03:36PM by The-Latecomer
https://ift.tt/3iPPiME
New post on /r/flutterdev subreddit:

Why BLOC patten is better than provider and why bloc is important? what is the difference between bloc or provider and advantage or disadvantage?
just a year ago I first time to hear about flutter and I love its and build some application over its not production-based app its more like projects and in all the app I user provider for my state management and I love its also its give really clean code with streamflow.​and I also tried to implement a bloc pattern in my last application but Carry a heavy code base and lots of boilers plate code and the one more thing which I don't like about bloc is we can't get data from API in a single widget but on the other side provider make that process so much easy​One more this I also want to tell about maybe I was wrong so that why I also share my both repo one is a provider and another is a bloc​provider : https://github.com/Prashant4900/open_stream_mobilebloc : https://github.com/Prashant4900/battle_line_bloc

June 19, 2021 at 07:19PM by Prashant_4200
https://ift.tt/3zBJ0pL
New post on /r/flutterdev subreddit:

Code Fields 🔢
Hi! I recently publish code_fields package 🔢 It helps to easily build code fields with customization options. It can be useful for OTP and other verification methods. Any feedback would be great! 🤩⚡️ Main features:Automatically focuses the next field on typing, and focuses the previous field on deletation.Default cursor support.Form validation and default error message.GitHub: https://github.com/federicodesia/code_fieldsPub: https://pub.dev/packages/code_fields

June 19, 2021 at 08:22PM by federicodesia
https://ift.tt/3cRX3xI
New post on /r/flutterdev subreddit:

Code Fields 🔢
Hi! I recently publish code_fields package 🔢 It helps to easily build code fields with customization options. It can be useful for OTP and other verification methods. Any feedback would be great! 🤩⚡️ Main features:Automatically focuses the next field on typing, and focuses the previous field on deletation.Default cursor support.Form validation and default error message.GitHub: https://github.com/federicodesia/code_fieldsPub: https://pub.dev/packages/code_fields

June 19, 2021 at 08:20PM by federicodesia
https://ift.tt/3cWhhq7
New post on /r/flutterdev subreddit:

Custom Timer
Hi! I recently publish custom_timer package It helps to easily build a highly customizable timer builder. Any feedback would be great! 🤩⚡️ Main features:Timer controller (start, pause and reset).Custom duration, interval and actions.GitHub: https://github.com/federicodesia/custom_timerPub: https://pub.dev/packages/custom_timer

June 19, 2021 at 08:18PM by federicodesia
https://ift.tt/2Ua1SMi
New post on Flutter Dev Google group:

HELP! Fatal error: 'Flutter/Flutter.h' file not found #import
Hello! My app was working well until I came across the following issue: "Fatal error: 'Flutter/Flutter.h' file not found #import
New post on /r/flutterdev subreddit:

HELP! Fatal error: 'Flutter/Flutter.h' file not found #import <Flutter/Flutter.h> - iOS
Hello! My app was working well until I came across the following issue: "Fatal error: 'Flutter/Flutter.h' file not found #import <Flutter/Flutter.h>" :Launching lib/main.dart on iPhone 12 Pro Max in debug mode...lib/main.dart:1Xcode build done.                                            8.1sFailed to build iOS appError output from Xcode build:    ** BUILD FAILED **Xcode's output:    In file included from /Users/XnameX/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/ios/Classes/FLTPathProviderPlugin.m:5:    /Users/XnameX/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/ios/Classes/FLTPathProviderPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found    #import <Flutter/Flutter.h>            ^~~~~~~~~~~~~~~~~~~    1 error generated.    note: Using new build system    note: Building targets in parallel    note: Planning build    note: Analyzing workspace    note: Constructing build description    note: Build preparation complete    note: Removed stale file '/Users/XnameX/Library/Developer/Xcode/DerivedData/Runner-cfjslqyzzdpnoyeoygvffcmbgtpq/Build/Products/Debug-iphonesimulator/sqflite/sqflite.framework'Could not build the application for the simulator.Error launching application on iPhone 12 Pro Max.Exited (sigterm)What can I do to resolve this? Thanks a lot in advance!

June 20, 2021 at 02:01AM by Alvaro-99
https://ift.tt/3iSeiTx
New post on /r/flutterdev subreddit:

A Progress Bar Indicator
My app needs a progress bar like this to control my audio volume, but i did not find any package on pub.dev, so I made one.progress_indicator

June 20, 2021 at 04:15AM by NiceGuy-n2
https://ift.tt/3iT76q8
New post on /r/flutterdev subreddit:

Using Cubit for Managing States in Flutter
https://ift.tt/3xAOZtm

June 20, 2021 at 10:22AM by codingXXX
https://ift.tt/3vJFruH
New post on /r/flutterdev subreddit:

FlutterForce — Week 126
https://ift.tt/3xymg8n

June 20, 2021 at 11:36AM by flutterist
https://ift.tt/2SQchfP