Flutter Heroes
26.6K subscribers
272 photos
1 video
31.1K links
Download Telegram
New post on Flutter Dev Google group:

EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE
Hello i am unable to add images to my flutter application already gone through documentation couldn't find anything wrong attached is all the screenshots of the error kindly help asap

May 12, 2020 at 02:18PM by Satyam Kumar
https://ift.tt/3bl6WAl
New post on /r/flutterdev subreddit:

App Feedback Thread - May 12, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

May 12, 2020 at 02:33PM by AutoModerator
https://ift.tt/3boMTkD
New post on Flutter Dev Google group:

Doubt on how to build pages when clicked on grid view.
I have grid view of 6 cards , and when we click/tap on either card it should take me to other page where I want page slider which consists of cards(horizontal scroll direction). The question is whether I should build separate 6 pages for it or how to reduce manual work. I have same type of

May 12, 2020 at 05:07PM by Orchid O
https://ift.tt/2YVQYdB
New tweet from FlutterDev:

🔌🌐How To Write a Flutter Web Plugin: Part 2

Learn how to refactor your plugin to use modern, best practices. Plan to add web support to one of the plugins owned by the Flutter team?

Learn more here ↓ https://t.co/XZNbihTvYD— Flutter (@FlutterDev) May 12, 2020

May 12, 2020 at 06:03PM
http://twitter.com/FlutterDev/status/1260239158750011393
New post on /r/flutterdev subreddit:

From Flutter to React
I love Flutter and Dart, but I need to make web pages and it has to be production ready. Flutter is much simpler, but I need a production ready product.My problems with React is the need for CSS and understanding all the HTML elements and their proprieties. I never worked so much with web or React, so I get easily confused...Anyways, I want to know how the best way to 'transfer' my knowledge to React. The biggest point in Flutter for me is that I can create layouts extremely fast. With this in mind, I have this questions if you can answer me:In Flutter I create widgets with its own style, then I reuse it. In react I know we also have components, but should I use a separate CSS file instead of inline styles? It seems so much simpler to make all inline and use constants. Is Styled Components created to help with this?Everything else is kind of the same correct? State management, importing libraries, etc.Any more comments are greatly appreciated!

May 12, 2020 at 06:40PM by ForeverInYou
https://ift.tt/2WRAz7c
New post on /r/flutterdev subreddit:

running flutter in emulator (VCcode)
i use vs code (imac IOS) to write my code but once i debug and run the code the emulator take tooooo long to launch and fail to run the code, everytimedoes anyone have a way to solve this? i’m trying to learn but i’m starting to quite cuz of this.. thanks!

May 12, 2020 at 09:10PM by jwxhr
https://ift.tt/2YXIGSg
New post on /r/flutterdev subreddit:

Flutter and React
Hey Devs Can I work on an app using Flutter for the front end and reactJs for the back end development...

May 12, 2020 at 09:58PM by Pariola_droid
https://ift.tt/3bmj4kB
New post on /r/flutterdev subreddit:

Released v1️⃣.3️⃣.2️⃣ Of `intent` - your one stop solution for handling android intent from flutter application [ Added support for explicit package setting for handling intent ]
https://ift.tt/2WTdVeP

May 12, 2020 at 09:57PM by meanjan
https://ift.tt/2Z4c8pI
New post on /r/flutterdev subreddit:

I know this sub is head over heels about Flutter, but it's tooling is very bad
Constant cache invalidation and manual restarts, let it be pub, editor or hot reload issues are driving me insane. Plus points for totally random assertion errors.Kotlin, Java (maven), Typescript (npm), C# and even PHP (composer) have better tooling than this.You just cannot be productive in an unreliable environment.And yes, I know there is no better tooling for multiplatform mobile but still. This is a lightyear away from server side or web dev coding.

May 12, 2020 at 11:38PM by NotSoIncredibleA
https://ift.tt/2LAmrKB
New post on /r/flutterdev subreddit:

Help with Bloc Form
I have created an app similar to [flutterfirebaselogintutorial](https://bloclibrary.dev/#/flutterfirebaselogintutorial) But Inside This Scaffold, I want to add additional features that are not related to loginForm. But whenever I change the code I am getting the error. Even when I try adding a Column above that Container. What should I do? Please help me.RenderBox was not laid out: RenderFlex#38b8f relayoutBoundary=up1 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE``` class LoginScreen extends StatefulWidget { // Change to Stateless if necessary final UserRepository _userRepository;LoginScreen({Key key, @required UserRepository userRepository}) : assert(userRepository != null), _userRepository = userRepository, super(key: key);@override _LoginScreenState createState() => _LoginScreenState(_userRepository); }class _LoginScreenState extends State<LoginScreen> { _LoginScreenState(this._userRepository); final UserRepository _userRepository;@override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text('LOGIN')), body: BlocProvider<LoginBloc>( create: (context) => LoginBloc(userRepository: _userRepository), child: Column( children: <Widget>[ Container( padding: EdgeInsets.symmetric(horizontal: 10.0, vertical: 10.0), color: Colors.deepPurpleAccent, child: LoginForm(userRepository: _userRepository), ), ], ), ), ); } } ```

May 13, 2020 at 01:28AM by rishabhdeepsingh98
https://ift.tt/3btELPK
New post on Flutter Dev Google group:

Grpc For Flutter Not Generating Service File
I am unable to access the service file when I run protoc on my proto file. Four files are generated but I cannot access my server without the service. Thanks for any help!

May 13, 2020 at 02:08AM by Bobby Garza
https://ift.tt/3fIBpvJ
New post on /r/flutterdev subreddit:

Ads on flutter web
Need help in Integrating ads on flutter website

May 13, 2020 at 02:40AM by khurramali63
https://ift.tt/2xXGxuR
New post on /r/flutterdev subreddit:

A new Riddle App, written completely in Flutter - Riddle Robot Eyezak!
https://ift.tt/2Lnz0sr

May 13, 2020 at 02:24AM by loushou
https://ift.tt/2ySddGv