Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Question on calendar widget/ date picker
I am trying to create a calendar app where I can save notes for events on certain days (standard calendar app). I came across the flutter_calendar widget on GitHub but the calendar logic is wrong (July twice, October only has 30 days). I also came across the date picker widget, who’s logic seems correct as far as days in the month, but the calendar pops up in a dialog box.Is there a simple way to take the calendar from the date picker dialog box widget and create a separate widget?Note: I’ve only been using Flutter for a week now and I’ve only started learning mobile development for a month. I’m an engineer with years of matlab experience, that’s the extent of my “coding” experience. Mobile development is a new world to me.

Submitted July 08, 2018 at 03:39PM by Woodie327
via reddit https://ift.tt/2u2lMsH
Reddit: Question: Plugin for showing a list of colors in a photo-like 2d array?
I need a plugin that displays a photo, but I need to be able to create the photo by giving it a list of colors or hex values. Do I need a plugin for this? If I do, does anybody know one that would allow me to do this?

Submitted July 08, 2018 at 05:32PM by TheLuftRauser
via reddit https://ift.tt/2zmMEsI
Reddit: super_tooltip | flexible Tooltip class that gets opened in the screen's overlay
https://ift.tt/2u2K5Xp

Submitted July 09, 2018 at 12:06AM by Purple_Pizzazz
via reddit https://ift.tt/2J5LbXe
Reddit: pull_to_refresh | Flutter Package
I was building a stateful app and I stumbled across this package. I didn't see a link on this sub so I figured I'd post it. The GitHub is linked in the package too, there's some examples there.

Submitted July 09, 2018 at 01:17AM by anotherProgrammerGuy
via reddit https://ift.tt/2m4UwWg
GGroup: Displaying HTML content with CSS in Flutter
Hi All, I would like to display html content with CSS in Flutter. I tried to convert HTML to Markdown. Then render Markdown via flutter_markdown. However, I found that the flutter_markdown does not support some markdown outputs. e.g. table, css/css path Am I going to a wrong direction of flutter

Submitted July 09, 2018 at 04:48AM by Danny Hui
via Flutter Dev https://ift.tt/2zlAmAI
Reddit: Dart is like Kotlin
https://ift.tt/2NA6y6s

Submitted July 09, 2018 at 07:24AM by tudor07
via reddit https://ift.tt/2J624kK
GGroup: Flutter certificate
Hi All, Any one know about is there any certificate for Flutter, Google provide any certificate for flutter development?

Submitted July 09, 2018 at 10:46AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2J50SOz
Reddit: Flutter Heroes and Villains — bringing balance to the Flutterverse.
https://ift.tt/2KVNAIT

Submitted July 09, 2018 at 11:34AM by Elixane
via reddit https://ift.tt/2J6DOic
GGroup: How can I show a CameraPreview widget Immediately,instead of inited with a black block?
import 'package:camera/camera.dart'; import 'dart:async'; import 'package:flutter/material.dart'; class CameraMgr{ CameraMgr._(); CameraController _cameraCtrl; Future openCamera() async { CameraDescription cameraDescription; List cameras =

Submitted July 09, 2018 at 12:38PM by huang
via Flutter Dev https://ift.tt/2L0AYAe
GGroup: How to call Navigator.push in FutureBuilder
I want to redirect to another page after the future is resolved, this is a code sample of what I want 1. FutureBuilder( 2. future: _bloc.formResponse , 3. builder: (context,AsyncSnapshot snapshot){ 4.

Submitted July 09, 2018 at 04:17PM by rafael....@gmail.com
via Flutter Dev https://ift.tt/2J5Vivl
GGroup: Flutter changes background automatically
My theme scafold bacground color is beingg changed. Is this part of internal modifications of material design? How can i prevent this Thanks

Submitted July 10, 2018 at 01:06AM by Eduard Hasanaj
via Flutter Dev https://ift.tt/2unpjBw
Reddit: I am very pleased with Flutter.
I just wanted to put that out there.Aside from some light scripting here and there, I don't code at all. When I heard Flutter used Dart, I did this bootcamp to get familiar with the syntax.https://da-bootcamp.firebaseapp.com/?course=start_programming_dartWithin a week I've built a functioning app for my company, for both iOS and Android no less. It's a rather simple app that displays today's current schedule and deadlines with a Cloud Firestore back end which allows me to update in real time. Currently working on push notifications as well! :)It was very easy to pickup and I can't wait to see this community grow!

Submitted July 10, 2018 at 08:07AM by joswayski
via reddit https://ift.tt/2ue9wom