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

Flutter Dev Tools
What are some useful flutter and dart command-line tools you have found? For example changing pubspec, automating app creation, etc.I know of course the open source flutter command line tools by the flutter team.Thank you

October 20, 2019 at 06:58AM by cmcoffee91
https://ift.tt/2Bque8v
New post on /r/flutterdev subreddit:

Is there any way to create an InkWell that is on top of an image with rounded borders?
I have been trying to figure this out for quite a while and I keep running into issues. The issue is that either the image has rounded corners but InkWell is placed underneath the image causing the ripple effect not to show, or the InkWell is overtop of the image but the image is unable to have rounded corners.Any help would be appreciated.Here is my latest snippet of code if you would like to take a look, however I don't think it will be of much use:
// In this case, the InkWell ripple occurs underneath the image. return ClipRRect( borderRadius: BorderRadius.circular(15.0), child: Material( child: InkWell( child: Image.asset( this.imagePath, width: 70.0, height: 70.0, fit: BoxFit.cover, ), onTap: () {}, ), ), ); 


October 20, 2019 at 09:29AM by banana_shavings
https://ift.tt/2MSPqcC
New post on /r/flutterdev subreddit:

FlutterForce — Week 49
https://ift.tt/2P30Ddq

October 20, 2019 at 11:00AM by flutterist
https://ift.tt/2oNJZDZ
New post on /r/flutterdev subreddit:

#18 ClipOval Flutter Widget
https://youtu.be/JzKg2lISA-Q

October 20, 2019 at 12:21PM by systechdevelopers
https://ift.tt/2pFa7Rb
New post on Flutter Dev Google group:

Rocket Chat Integration in Flutter through Platform Channel
Trying to integrate Rocket Chat in my existing Flutter app through Platform Channel but got the following error in 2 files help me plz [image: image.png] error: cannot find symbol @dagger.Component(modules = {dagger.android.support.AndroidSupportInjectionModule.class, chat.rocket.android.dagg

October 20, 2019 at 02:10PM by Kamran Ali
https://ift.tt/2P2UvBR
New post on Flutter Dev Google group:

How to connect Flutter app to MS SQL server to send queries?
I create an application with a table, which should be filled by using queries to the MS SQL SERVER. How can I use the application to send requests to the server?

October 20, 2019 at 03:02PM by Mister Sapkowski
https://ift.tt/2quGGlw
New post on /r/flutterdev subreddit:

Just became a professional flutter dev, it’s unreal.
I was hired to maintain one app, written natively for each platform. On my First day they gave me the option to replatform to flutter if I wanted and so I figured I would give it a shot. Having had no flutter or dart experience, I was able to get a large portion of the app in a week. I was absolutely floored and still am. I honestly fought flutter for a while but now I want to use it all the time. It’s also nice knowing now at work that’s what I will be mainly using. Also this sub really warmed me up to it and made me consider it in the first place.Biggest thing is how EVERYTHING is a widget. Making extremely custom layouts is easy comparatively I still can’t get over it. I’ve been doing side projects with it now as well, it’s honestly just a blast and I wish it was much more popular than it is.

October 20, 2019 at 02:39PM by mostdope96
https://ift.tt/2MuSVHk
New post on /r/flutterdev subreddit:

Does Flutter support Firebase App Distribution?
I'm a backend webdev so I am not very clear on how native deploy their apps, I currently have an app I'm hoping to release in Beta channels soon, and I saw Firebase has this new feature.In case I'm going down the wrong route, would appreciate any pointers of how to go about it!

October 20, 2019 at 02:37PM by EdChute_
https://ift.tt/33P4UoG
New post on /r/flutterdev subreddit:

Flutter developer writes back-end code
Flutter is used to create mobile UI. Are they write backend. In case they want some complex backend logic.

October 20, 2019 at 09:48PM by maximumfate
https://ift.tt/32yeix1
New post on /r/flutterdev subreddit:

[Suggestions] Sample apps to showcase a state management framework
What are good example apps (of varying degrees of complexity) that I can include with my lib both as guiding material and to show what can be done?Something that usually is overlooked or isn't as straightforward as it should.

October 20, 2019 at 09:33PM by Unknowablee
https://ift.tt/2J6w2YE
New post on Flutter Dev Google group:

Text input error since upgrade
I am still seeing this error even after I clean: ERROR - MissingPluginException(No implementation found for method TextInput.setEditibleSizeandTransform on channel flutter/textinput I read this and it looks like its not fixed yet. https://ift.tt/2J8INlj

October 20, 2019 at 11:48PM by Sam Cromer
https://ift.tt/2o7TMV2
👍1
New post on Flutter Dev Google group:

log in with shared preferences and can't save user setting
I am using sharedPreferences to save user setting and I want to not appear logIn screen after user log in , but hte problem is that log in screen even after the log in .. how can i solve this problem I attached the files .. please need help

October 21, 2019 at 12:06AM by Suna Arun
https://ift.tt/31zB71Q
New post on Flutter Dev Google group:

Populating a SplayTreeMap from SQLite table
I have a simple SQLite table that I need to cache in memory using a SplayTreeMap. To populate a list, I have this utility method which works well: static Future
New post on /r/flutterdev subreddit:

Drawing Density Charts in Flutter
https://ift.tt/2W8EjAJ

October 21, 2019 at 01:28AM by Elixane
https://ift.tt/32xiAVt
New post on /r/flutterdev subreddit:

Anyone tried the ​Draggable menu in a Honeycomb structure
Is anyone tried to make Flutter Draggable Honeycomb structure?Basically each hexagons are draggable with in the Honeycomb structure.

October 21, 2019 at 02:31AM by sritharang
https://ift.tt/2MXb3bN