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

Flutter - Getting ListView to snap to Child
As nowhere is an easy way to snap list views to its item builderI have created a way to allow list views to snap to its list of items.This can be very rough when used, therefore is anyone would like to add to this please do.https://github.com/Cwills0114/Snapping_ListView

April 12, 2020 at 06:07AM by Cwills0114
https://ift.tt/2VowPJw
New post on /r/flutterdev subreddit:

Telegram UI_ Flutter
Telegram UI Flutter is my 9th App in this 90 Days Challenge. In this App, basically created Telegram User Interface in Flutter using the widgets like ListTile, ListView and different builders like the ListView Builder Separator and also used the other widgets like CircleAvator, Text widgets for UI etc.Features need to be implemented further are as follows:Exception Handling.Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets​If anyone wants to take a look and give some feedback about the app/the code, it would be really nice :). Pls star and fork the main repo, if you will find it interesting, I will create more advanced apps in the future. Thanks, r/FlutterDev for motivating me this journey and helping me to become a better developer.Source Code of this particular Project can be found with proper documentation, coding, testing and deployment on GitHub using GitHub Actions: https://github.com/irahulcse/Telegram_Ui_FlutterDeployed Version of the Project:https://irahulcse.github.io/Telegram_Ui_Flutter/#/Main Repo with all my Flutter Apps till date including this one is: https://github.com/irahulcse/A-Complete-Guide-To-Flutter

April 12, 2020 at 08:12AM by flutterboxinc
https://ift.tt/2VqR8pM
New post on /r/flutterdev subreddit:

Flutter RS - Build desktop apps in Flutter (using Rust backend) on stable branch
https://ift.tt/2nKmACt

April 12, 2020 at 11:45AM by satvikpendem
https://ift.tt/34s2yhk
New post on /r/flutterdev subreddit:

CheckboxUic - enhanced, but still simple, checkbox widget. Unlike original Flutter Checkbox, CheckboxUic maintains its state, has a title, and can show description depending on current state.
https://ift.tt/2KaC2Ql

April 12, 2020 at 11:06AM by echedev
https://ift.tt/2ybgrUN
New post on Flutter Dev Google group:

nest a piece of code
lets sat we have a Container( child: Text("need help"), color: Colors.blue, ) i want to nest it in Positioned widget without writing Positioned ( then search for the end of container " ) " is there a quick tool to do that, i mean any code i want to wrap it in another ty

April 12, 2020 at 12:43PM by Mamoun Benlahrech
https://ift.tt/2xes6Cx
New post on Flutter Dev Google group:

"zsh: operation not permitted: flutter"
1. charged the terminal to zsh and made new zprofile through touch 2.then i used vim .zprofile and added this variable- export PATH="$PATH:/Users/atharvjairath/Developer/flutter/bin" 2. Now when i run flutter i get this error "zsh: operation not permitted: flutter" 3. I have also

April 12, 2020 at 12:50PM by Atharv Jairath
https://ift.tt/3a41pxF
New post on Flutter Dev Google group:

Can we call future builder and webview in body?
Can we call future builder and webview in body? if Yes please share the code or url

April 12, 2020 at 01:03PM by Ambika chamoli
https://ift.tt/2V5xq4h
New post on /r/flutterdev subreddit:

How to do?
Hello fellas, how can i do something like this ? You cross letters to find words. Should I use draggable or what?https://prnt.sc/rxrrx7

April 12, 2020 at 01:38PM by Persuez
https://ift.tt/2V1YaT1
New post on /r/flutterdev subreddit:

How do you determine which state management to use (for the long run too)?
I wanted to create an app which has pre-installed db(Sqflite), where the data in the db will be used on different pages of my app as a ListView. Selecting a particular row will trigger an api call with that row's value. The app will also have the ability to retrieve user's current location and possibly integration with some sort of map application for e.g. google map.How do I then know which will be state management will better suit my app? Is it base on the use cases? Initially I was using bloc and flutter_bloc packages and I find it complicated especially I'm more of a beginner, with all the streams concept, equatable etc. So I was tempted to give provider package a go. As of right now I'm midway of transiting from bloc to provider.Then, I happen to chance upon https://resocoder.com/2020/04/09/flutter-state-management-tutorial-provider-changenotifier-bloc-mobx-more/ recently, which talks about the benefit of bloc such as immutable data. Thus, I'm not sure if moving to provider is a correct choice as of now. Transiting from one state management to another is also quite tedious for me. Thus, would like to know how you guys usually decide (e.g. what factors do you consider).

April 12, 2020 at 01:37PM by lightcomet
https://ift.tt/2Vlpyue
New post on /r/flutterdev subreddit:

FlutterForce — Week 72
https://ift.tt/2V0fPdG

April 12, 2020 at 12:36PM by flutterist
https://ift.tt/2K0CdgK
New post on Flutter Dev Google group:

Webview flutter: Net
Hello Friends,, Using webview for android and i am facing the issue only when see on phone. On emulator it runs perfectly. See the message on the screen Web page not available The Web page at [Lorem Ipsum URL] could not be loaded as: net::ERR_CACHE_MISS i read solutions like 1)

April 12, 2020 at 01:59PM by Atul d
https://ift.tt/2ybByXq
New post on /r/flutterdev subreddit:

I really don't understand the Gesture Arena
This is the second time I'm googling for hours and couldn't solve my problem. I have a Zoom widget in a ScrollView, how do I prioritize my zoom widget? I found things like EagerGestureRecognizer but I can't find anywhere documentation on how to use it. Flutter has normally really good documentation but now I find almost nothing. Is it possible to just create a widget like EagerGestureDetector were the child always wins in the arena? Thanks for reading.

April 12, 2020 at 04:04PM by mccidi
https://ift.tt/2VlGdxR
New post on /r/flutterdev subreddit:

What is the best front end technology for a web and mobile app?
Hello,I'm looking to make a fairly simple web app with functionality similar to an eCommerce site. With the plan to be to create a mobile app fairly soon after proving the concept and getting it all working.I'm thinking cross platform to get faster development and less team members needed and I will be hiring in Ukraine. I was thinking that react and react native would be make sense for this but after some googling I see other options to consider like flutter, ionic etc.It looks like flutter may have some advantages but I'm wondering if they're outweighed in this situation by the higher volume of programmers familiar with react and react native.Any help much appreciated.Best,JohnsonsQueen

April 12, 2020 at 03:56PM by johnsonsqueen20
https://ift.tt/3ei8Nsi
New post on Flutter Dev Google group:

Replace native Apps in Google Play and Apple App Store with Flutter Apps over store update mechanisms. Additional keep applications' keys in the keystore/keychain.
Hello, we currently have an application developed native for Android (Kotlin/Java) and iOS (Swift/Objective C) which relies on the Android Keystore and Apple Keychain. This Application is distributed over the App-Stores (Goole Play/ Apple App Store). Now we want to develop our Application

April 12, 2020 at 05:07PM by T Maier
https://ift.tt/2ybPnoM
New post on Flutter Dev Google group:

Flutter video player Android TV
Hello, I'm trying to create a video player with controls for Android TV with Flutter The basic video_player is working: https://ift.tt/2RvH3Xo Would like to enhance the controls: - autostart videos show controls for first 5 seconds, then hide

April 12, 2020 at 05:25PM by Andras Kende
https://ift.tt/3a4Em5L
New post on Flutter Dev Google group:

Need Help about login system
Hello All, I want to develop an app working like this. I can upload image/images to firebase firestore. But I want a system which users can upload their images to firestore with login system. For example username: a...@a.com and password:123456 will upload picture a. jpeg to firestore with

April 12, 2020 at 05:39PM by Selçuk AYDIN
https://ift.tt/2V1iio9
New post on /r/flutterdev subreddit:

Learning streams
Hi, I try to learn streams and they are kind of confusing. Do you guys know a tutorial that explains in-depth what is going on?

April 12, 2020 at 05:36PM by pickledchimp
https://ift.tt/2K2qi1S
New post on /r/flutterdev subreddit:

Is it correct, that if my Flutter Web app does have problems with CORS and I have no access to the server, that this is not fixable?
Hi folks,I know app development and Flutter but I'm new to the web dev world.I just want to be save if my finding is correct - I hope not.What I want to doMy Flutter app requests an RSS-Feed, there is no problem is I run it in my Android part of the app, but if I run it in the browser using Flutter Web I get a CORS error.After some googeling, I learned, that this is not fixable if I have no access to the server which provides the XML file.QuestionIs this assumption correct?Further informationUsed lib for making the web request: `http: ^0.12.0+4`URL I tried: `'https://community.stadia.com/ysfdd67284/rss/board?board.id=stadia\_controller'\`​Thanks for any helpful tip! :)

April 12, 2020 at 04:46PM by Tobonaut
https://ift.tt/2Xv9OYo
New post on /r/flutterdev subreddit:

To help a lot of new dev trying to learn flutter in this lockdown, what's your hard-learned lesson related to flutter? So that newbies can get productive faster!
For me, I feel it's better to put each page inside a folder, and split the gigantic view into separate files for improved readability. Really helpful in a long run!For example:/lib/pages/login_page - login_page.dart - header.w.dart - footer.w.dart - body.w.dart```login_page.dart/// Importspart 'header.w.dart'; part 'footer.w.dart'; part 'body.w.dart';class LoginPage extends StatelessWidget { /// Code here }header.w.dartpart of 'login_page.dart';/// Using _ is important to prevent this /// widget to be visible from auto complete /// outside this file scope. I prefer _$ /// to differ file-level private from object-level /// privateclass _$Header extends StatelessWidget { /// Code here }```*.w.dart stands for widget. Of course if the widget is reusable across many screen, you should put it under, for e.g. core/ publicly, and omit the _$I also like to split my utility functions into their own .u.dart (if it's not used publicly ofc)

April 12, 2020 at 06:03PM by moseskarunia
https://ift.tt/3ccInGJ