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

Proposal mixin API to connect Objects inside GetIt with the UI. (This time as Gist because it wasn't readable in my last post on mobile)
https://ift.tt/32OEAxu

September 21, 2020 at 02:43PM by escamoteur
https://ift.tt/33KR20x
New post on /r/flutterdev subreddit:

I made ,y first application, it's in Flutter and it's for you: Reddit
Hi guys! I made my first application: for framework I choosed our favorite UI framework, Flutter, and for the theme I choosed our favorite platform: Reddit.The main idea is to explore the content through games, thus getting to know new subreddites, interesting posts etc.So far, there are 2 game modes: In the first you have to decide the subreddit of a post, and in the another one you have to guess which post received more upvotes. I still have a lot of ideas, but if you might have a suggestion I would love to hear them.I really enjoyed the development, for sure this isn't my last Flutter app, and I really hope you enjoy it. It's ofc free and without ads.Here is the play link if I aroused your interest: https://play.google.com/store/apps/details?id=com.andy.reddit_quiz​All in all I really hope you like it, and let me know how can I make it better, cheers <3

September 21, 2020 at 02:35PM by IS11588031db6be2
https://ift.tt/2HlqQC7
New post on /r/flutterdev subreddit:

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

September 21, 2020 at 03:33PM by vensign
https://ift.tt/3kBElvP
New post on Flutter Dev Google group:

type 'categoryParamiters' is not a subtype of type 'categoryDetails'
I am building an ecommerce mobile app, I have 3 pages categoryDetails, ProductInfo and CartView. i made a checkup validation when the user try to add an added product before to cart to prevent him to add it again , by checking if the clicked product is already exist in the cartview list. BUT

September 21, 2020 at 04:19PM by Hassan Abdelrazek
https://ift.tt/3iPZYrV
New post on Flutter Dev Google group:

How to avoid reCaptcha verification with firebase phone auth in flutter
Hello Guys, I created a flutter ios application and using Firebase phone authentication in that. While doing sign-in i'm getting a OTP once reCaptcha verification is completed. But for reCaptcha its opening a webview, which annoys the UI flow. Do we have any option to disable or hide reCaptcha

September 21, 2020 at 04:55PM by iriyaj...@gmail.com
https://ift.tt/3hJJY9q
New post on /r/flutterdev subreddit:

Prism Wallpapers made with Flutter
Hey everyone, I recently developed this wallpaper app called Prism and wanted to share it out with everyone. It offers exclusive wallpapers, and setups, with features like unlimited downloading and favorites. It also includes walls from WallHaven and Pexels too. With features like upload wallpapers and setups, search wallpapers, edit wallpapers, find walls by color, wallpaper color variants, and exclusive collections. It also has a premium upgrade option to get more exclusive stuff and support us. The app can be found on Google Play Store. It is also open-source, made with Flutter, and can be found on GitHub.FeaturesHigh-Quality Wallpapers from WallHaven and PexelsOver 700+ exclusive wallpapers, making it the best selection everCommunity wallpapers uploaded by users all around the worldHomescreen setups - Unique and exclusive setups designed with the perfect combination of wallpapers, icon pack, and widgetsExclusive collections updated daily with premium wallpapersEach wallpaper comes with 5 color variantsDark Mode supportedOptional Sign-inEach wallpaper has a unique link, makes sharing them easierLow Internet usage due to minimal loading and persistent data using Provider/ CacheNetworkImageSave Liked Images for later (works even after uninstalling the app)Download any wallpaper to the Gallery by watching a quick video adSecure data and favorites storage on Google FirebaseSearch for Wallpapers by keywordCheck how the wallpaper will look with fake clock and app iconsSearch for Wallpapers by colorFind wallpapers with a similar colorSet any wallpaper on the home screen, lock screen or bothFind wallpapers by category (Curated, Abstract, Nature, Landscape, Art, 4K, Sports, Architecture, Marvel, Neon, etc.)Extensive settings menu with various optionsToast/Snackbar supported buttonsMinimal design with smooth transitions and animationsClear Cache, Downloads, and Favourites with one-tapOptimized storage using minimal packagesApplication size under 14 MBAdaptive UI (changes color based on wallpaper)

September 21, 2020 at 04:59PM by CodeNameAkshay
https://ift.tt/2RNgZa0
New post on /r/flutterdev subreddit:

Desktop Reddit client?
Would you be interested in an open source desktop reddit client made with Flutter? Personally I'm not satisfied of the performance of the web version of Reddit and I haven't seen any competition in the desktop space. Would you use a native client if the experience will be better?

September 21, 2020 at 05:44PM by roscaalex19
https://ift.tt/3mDmGWl
New post on /r/flutterdev subreddit:

Complete Guides to Flutter(#App54)
Hey, Everyone!​#54ApplicationI'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App, Tensorflow Lite using Dog/Cat Classifier. In this basically I had used the Tensorflow lite to create the Classifier to distinguish between Dog and Cat.​Unique Features of the Application:​[] Used Kaggle Dataset of Cat/Dogs.[] Tensorflow Lite had been used to do the classification.[] Used around more than 2000 image each for Dog and Cat.[] Prediction percentage is overall 90%.​​You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-Flutter#54---tensorflow-lite-dog-cat-classifier-using-flutterMain Repo Link is:https://github.com/irahulcse/A-Complete-Guide-To-Flutter​Please Star this repo or follow me on GitHub, if you found it interesting. Pls do let me know if you're interested in #contributing towards this project.​Discord Id is: rahul_chandra#1150#EveryFlutterAppsCount

September 21, 2020 at 06:10PM by flutterboxinc
https://ift.tt/35TGXAW
New post on /r/flutterdev subreddit:

Flutter boilerplate base project
So yesterday I saw someone post his flutter base project, so i think i should share mine too.
So this is the feature and package i'm using in this project:https://github.com/chunlee-thong/flutter_boiler_plateLocalization (easy_localization)HTTP Request (dio with custom error handler)State management (i didn't use any specific package in this project so you can decide witch one you like)App icon (flutter_launcher_icons)Storage (flutter_secure_storage for key value store and for database i used hive but decide to remove it )get_it for dependency injection
So since most of my work are working with consuming REST Api, this project is more focusing on that.And for the most controversial part of this project is i'm using Stream(rxdart) to consume REST API, you can check it out on BaseStream class which is a class that container a StreamController(BehaviorSubject) and has a methodto handle API call (asyncOperation).You can check README for more additional explanation.I really hope to see more feedback and improvement from you guys, Thank you

September 21, 2020 at 07:46PM by Fienases
https://ift.tt/3iUmBvk
New post on /r/flutterdev subreddit:

What large apps are developed fully by Flutter?
I want to test performance. Thanks.

September 21, 2020 at 07:37PM by ypsthelove
https://ift.tt/2HlWT4U
New post on /r/flutterdev subreddit:

How can I have a nested Tab Bar within a Scaffold?
I am using a drawer for my main navigation, and I would like to nest a tab bar inside the body to let me choose between 2 containers in the view.This is what I am doing:import 'package:flutter/material.dart'; import 'package:provider/provider.dart';
class NestedTabBarClass extends StatefulWidget { @override _NestedTabBarClassState createState() => _NestedTabBarClassState(); } class _NestedTabBarClassState extends State<NestedTabBarClass> with TickerProviderStateMixin { TabController _tabController; @override void initState() { super.initState(); _tabController = new TabController(length: 2, vsync: this); } @override void dispose() { super.dispose(); _tabController.dispose(); } @override Widget build(BuildContext context) { return Column( mainAxisAlignment: MainAxisAlignment.start, children: <Widget>[ TabBar( controller: _tabController, labelColor: Colors.black, tabs: <Widget>[ Tab( text: "Tab A", ), Tab( text: "Tab B", ), ], ), Container( child: TabBarView( controller: _tabController, children: [ Container(child: Text("A")), Container(child: Text("B")), ], ), ), ], ); } } 
When I do this, I get this error:The method '>' was called on null. Receiver: null Tried calling: >(1e-10)If I remove this code:
Container( child: TabBarView( controller: _tabController, children: [ Container(child: Text("A")), Container(child: Text("B")), ], ), ), 
The tabs render.Is it bad practice to have a tab bar within a scaffold?My scaffold has a nav drawer, and I change the body based on the selected drawer index. Now, within the selected body, I want tabs, but apparently, I am doing something wrong.

September 21, 2020 at 09:27PM by 11010001101001
https://ift.tt/2G04Z2d
New post on /r/flutterdev subreddit:

Should we always check mounted before updating state?
I haven’t seen any warnings to check if a widget is still mounted before calling setState(), but it seems like a pretty important thing to avoid memory leaks. Based on what I’ve read, it seems like we should be doing this check every time we call this function, but are there specific scenarios where we’re supposed to check this property?

September 21, 2020 at 09:54PM by jnzq
https://ift.tt/2HfTXqh
New post on Flutter Dev Google group:

Looking for a Flutter DEV
Hi! I'm designing an app, but have no idea of programming. Is there anyone interested? Dont have a big budget but is an interesting project! Thanks!

September 21, 2020 at 11:41PM by Pato Villanueva
https://ift.tt/3mJvI43