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

Background image
Hey,​I am trying to display background image over full scaffold body with Container BoxDecoration:
return MaterialApp( home: Scaffold( appBar: AppBar( title: Text('Title'), ), body: Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage('assets/lake.jpg'), fit: BoxFit.cover)), child: Column( children: <Widget>[ Row( children: <Widget>[ Expanded( child: TextFormField() ) ], ) ], )), ), ); 
What I get is great until I focus on TextField. Once I focus on textfield, keyboard comes up and also image comes up with it.How could I achieve that keyboard comes up over background image and not affect its height?​​https://i.redd.it/oor8fch22wh21.pnghttps://i.redd.it/0kzg2se32wh21.png

February 21, 2019 at 10:14AM by xfrozenspiritx
https://ift.tt/2GCMr7h
New post on /r/flutterdev subreddit:

SharedPreferences store object
I want to store objects in shared_preferences pluggin. How to do that?

February 21, 2019 at 10:12AM by fardeen9983
https://ift.tt/2Ngw7ts
New post on /r/flutterdev subreddit:

How to create a lazy loading zoomable list?
I wonder if anyone of you created some kind of listview that supports pinch to zoom and is also lazy loading additional content 🤔I started to look into RenderSlivers but a implementation on a higher level would be easier.

February 21, 2019 at 10:35AM by julianlenz
https://ift.tt/2T7YNu6
New post on Flutter Dev Google group:

Build and develop Google Trips in Flutter
Hello devs, I'm new to Flutter and want to work with a peer in a project: we want to duplicate the layout and some maps feature in Flutter. Any suggestions to where to start with? Thanks!

February 21, 2019 at 12:36PM by Raffaele Vitale
https://ift.tt/2NjcEbI
New post on Flutter Dev Google group:

understanding flutter
Hello, I want to understand how flutter works. Does it's code will convert to java?

February 21, 2019 at 01:30PM by glenn mejias
https://ift.tt/2DYnn7g
New post on /r/flutterdev subreddit:

Finding the Boundaries of Flutter
I wanted to find the limitations of flutter. So I decided to create some difficult UI from different design sites and build them in using flutter. Choose an easy one for the first time.Thought I should share this work with the communityGitHub: https://github.com/Sadman…/flutter_music_ui_desing_challengeProcessing gif qjgrxdkimxh21...

February 21, 2019 at 03:29PM by sadmansarar
https://ift.tt/2SjIq9o
New post on /r/flutterdev subreddit:

App Size too large
I developed some basic applications on Flutter , and app size is too large. Any updates or fixes yet?Thanks

February 21, 2019 at 05:12PM by FesterLord
https://ift.tt/2GDDydE
New post on /r/flutterdev subreddit:

Participate in Flutter Contest and win prizes
https://ift.tt/2V8zDZD

February 21, 2019 at 06:10PM by imthepk
https://ift.tt/2Njrpvc
New post on /r/flutterdev subreddit:

Looking for Opensource Handyman Project
Hello everyone, I'm looking for an opensource app for handyman written in flutter or native Java/Swift, someone can tell me one?

February 21, 2019 at 06:52PM by zephyr_bf
https://ift.tt/2STOlar
New post on Flutter Dev Google group:

W/BiChannelGoogleApi(11149): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.fireb
When I am trying to phone authntication I am getting below error. W/BiChannelGoogleApi(12340): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@489 I have checked the same error in Stackverflow and other places but not getting proper solution

February 22, 2019 at 01:18AM by Gaurav Pant
https://ift.tt/2SiLUZz
New post on /r/flutterdev subreddit:

Should I learn Flutter or React?
HiI'm a software eng student, but have been doing Android development (Java) for the last year and even published my own app. I love Java, I love Android, but I also want to develop for iOS. I'm pretty interested in learning Dart because I figure it's a little challenging to maintain two separate apps as an individual, so the one codebase aspect is nice.But I would say I am an intermediate developer, so I'm a little weary by how new Flutter is and feel like if I run into an issue and can't find anything online, I'll be stuck (I learnt Android by just trying, and googling when I got stuck, for which there were plenty of resources). Then there's the smaller things I've seen like the lack of mapview (although I found a library with a quick google search) and libraries like Picasso for example which I've found pretty nifty.I haven't really tried Javascript, but my impression wasn't positive, but that could just be because it was in school and I don't like learning programming by reading slides lol. But then, JS also seems more valuable to learn for employability (well that won't mean anything if I don't end up liking it, but assuming I do). Plus, since it's established, there are more resources, useful plug ins etcAny advice? Should I just go for Flutter or go for the safer pick? I plan on porting my current Android app as a way of learning either

February 22, 2019 at 06:06AM by pushalu
https://ift.tt/2XiXZSj
New post on /r/flutterdev subreddit:

code magic ios publish
hi, while running build i see below issue​Failed to fetch signing files from Apple Developer Portal: User None is not part of any teams on the Developer Portal. You must accept an invitation to a team for it to be available. Visit https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ManagingYourTeam/ManagingYourTeam.html to learn more about teams.​do i need to have iphone to handle it?

February 22, 2019 at 07:55AM by Kotaibaw
https://ift.tt/2BMTiqS
New post on /r/flutterdev subreddit:

How do I connect Flutter with Genymotion?
I have a problem with running my Flutter app on Android emulator using Genymotion.After launch emulator, I have tried to "flutter run", but it didn't work. Console shows "No connected devices."So how can I connect flutter with Genymotion? Could you tell me something?https://gyazo.com/7fd9bd8a98c9ad1de272df1484b6c70e https://gyazo.com/7d75068683c043922c5fff75377e9817 https://gyazo.com/c9ccae04ffdfba3fa66fa6ff7e038e8f

February 22, 2019 at 11:28AM by TorHonye
https://ift.tt/2T8CxjH
New post on /r/flutterdev subreddit:

[NOOB]Noob alert : New to flutter, will be asking for help nowadays :D
So I am new to flutter and dart so I will be frequently asking for help here as the 3rd party plug-ins/widgets are not widely available.So I was looking for a solution to this thing :which thing ? This thing => How can I set haptic feedback intensity ??As flutter is quite new, I will be posting a tutorial after I have fully developed one App so others can benefit from it (obviously xD)

February 22, 2019 at 11:13AM by deepss1
https://ift.tt/2IImjtV
New post on /r/flutterdev subreddit:

RTSP stream with video player flutter
i want to stream CCTV live video from RTSP url to flutter video player plugin , how to do this ?```import 'package:flutter/material.dart';
import 'package:video_player/video_player.dart';class CCTV extends StatefulWidget {
@override
_CCTVState createState() => _CCTVState();
}class _CCTVState extends State<CCTV> {
VideoPlayerController _controller;@override
void initState() {
super.initState();
_controller = VideoPlayerController.network(
'rtsp://192.168.43.1:8080/h264_ulaw.sdp')
..initialize().then((_) {
// Ensure the first frame is shown after the video is initialized, even before the play button has been pressed.
setState(() {});
});
}@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Video Demo',
home: Scaffold(
body: Center(
child: _controller.value.initialized
? AspectRatio(
aspectRatio: _controller.value.aspectRatio,
child: VideoPlayer(_controller),
)
: Container(),
),
floatingActionButton: FloatingActionButton(
onPressed: () {
setState(() {
_controller.value.isPlaying
? _controller.pause()
: _controller.play();
});
},
child: Icon(
_controller.value.isPlaying ? Icons.pause : Icons.play_arrow,
),
),
),
);
}@override
void dispose() {
super.dispose();
_controller.dispose();
}
}```

February 22, 2019 at 10:40AM by lavkushwaha
https://ift.tt/2U3pEoe