Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Bottom Bar - An Optimized Bottom Navigation Bar with Beautiful Animations
This package is inspired by bottom_navy_bar and has many improvements over it:BottomBarItem's width is dynamic and not fixed (Bottom_bar vs bottom_navy_bar)Dark Mode SupportMore optimized (BottomBarItem vs BottomNavyBarItem)Allows inserting keys for each BottomBarItem for widget testing

June 20, 2021 at 02:07PM by quantumizeCode
https://ift.tt/3zOVISr
New post on /r/flutterdev subreddit:

Roadmap for beginners
Is there any roadmap picture for the beginners / new enthusiasts in Flutter development?I mean such maps like these for other frameworks/languages here.Maybe someone with a big experience mind about creating a new one?

June 20, 2021 at 01:46PM by iKamikadze
https://ift.tt/2SEP3cN
New post on /r/flutterdev subreddit:

Health kit and Google fit integration
I am looking for the health kit and Google fit integration on flutter and found only two packages "health" and "fit_kit". Does anyone have any idea about any other package?I want to pull only sleep, mediation and exercise data.

June 20, 2021 at 05:13PM by chitrank2050
https://ift.tt/3wIEeEZ
New post on /r/flutterdev subreddit:

Flutter 4 Fun - UI Challenge 5
Check out our new blog post in Flutter 4 Fun:UI Challenge 5 – Parallax Effect By Marcus Engstrup DreslerYou can subscribe to our Blog's notification or Twitter account to get notified of a new post.

June 20, 2021 at 09:00PM by imaN_NeoFighT
https://ift.tt/3xAzWjk