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

Looping a three part Rive/Flare animation
I'm still working on my Flutter Clock submission, but have ran into a lack of documentation on how I should go about "looping" the animation using Flutter and Rive. My animation essentially has three parts: a beginning (only played once) a middle (played as a loop) and an end (also played only once). I was wondering if there were any examples that better show how I should code these animations to run in this order with n number of loops (or if there was a way I should create the animations in Rive to better handle these state changes)? I assume that I'll need to retrieve parameters like the current length of the animations that are played once, but I was just curious if there was a method that fires after the Rive controller has finished the animation.

January 19, 2020 at 06:40PM by mommasboy364
https://ift.tt/36aCPZO
New post on /r/flutterdev subreddit:

New Cupertino (iOS-style) widgets: CupertinoContextMenu & CupertinoSlidingSegmentedControl
https://ift.tt/2LVBZKh

January 19, 2020 at 09:28PM by Elixane
https://ift.tt/37aTeyX
New post on /r/flutterdev subreddit:

[Flutter in 2020] What is in your opinion whould be best architecture to follow while developing flutter app which is sustainable, maintainable, scalable and testable?
If someone could help me with the design principal being followed at the moment for writing flutter app at large scale.It would be great if someone from Google or any other companies with flutter app at production could give their valuable feedback but others are also welcome.Thanks.

January 19, 2020 at 11:06PM by imrhk
https://ift.tt/38nPD0G
New post on Flutter Dev Google group:

web named input field?
I'm trying to create a login form that plays nice with the existing credentials management ecosystem. I believe they mostly key off the input field names. Is there a way to emit input elements that have the html name attribute set using TextField or TextFormField ?

January 20, 2020 at 07:02AM by Travis Dixon
https://ift.tt/2ueGmJy
New post on Flutter Dev Google group:

When code upload on live server its working but not work in chrome debug
import 'package:flutter/material.dart'; import 'package:flutter_web_dashboard/libdemo/admin_dashboard.dart'; import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:http/http.dart' as http; import 'package:flutter_web_dashboard/libdemo/utils/color_constants.dart'; import

January 20, 2020 at 07:25AM by Andy RP
https://ift.tt/2TEroaj
New post on Flutter Dev Google group:

List of Widgets of Form is updating after deleting one widget of Form but updated list not rendering on UI.
Hi I want to create multiple form. So i have created one class of Form and another Pojo class of PLACE. I have written one ADD method for adding the Form in list, and another for delete. The PROBLEM is that "after deleting any record of list, it is only deleting last record ". Can anybody help

January 20, 2020 at 07:26AM by shivkant sawarkar
https://ift.tt/36bFSRD
New post on Flutter Dev Google group:

Live Video Streaming App Development in Flutter
is anyone developing Live Video Streaming app like Skype, Facebook Live or IGTV

January 20, 2020 at 07:47AM by Zammy Zaif
https://ift.tt/3atIgX4
New post on Flutter Dev Google group:

Adding Firebase to Flutter package
Hey, I am trying to add Firebase to a flutter package. The intructions inlclude this step: In your *module (app-level* Gradle file (usually android/app/build.gradle), apply the Google Services Gradle plugin. *// Add the following line:apply plugin: 'com.google.gms.google-services' // Google

January 20, 2020 at 09:25AM by sarbjot singh
https://ift.tt/376apBD
New post on /r/flutterdev subreddit:

Properties in ThemeData and component properties they affect
I feel like I've been searching for this for too long:What do each of the properties in ThemeData affect? If I want to change something, say the text style of a particular widget, how do I know which text style to change in ThemeData?Take this example: I wanted to have a specific text style for my AppBar (top app bar). I'm not sure if I'm not going about this correctly, but it took me a while to realize that it is textTheme.title, a property of AppBarTheme() that changes the app bar text style.Also, for buttons, for the textTheme, I could put ButtonTextTheme.primary, or ButtonTextTheme.secondary. What exactly are the differences in these?Same issue with colors. Is there a list of what each property (primary, accent, focus, indicator, highlight color) affect in your UI?I know I could dig into the source code of each widget and check for myself, but I feel that there should be a list. I made an issue about this, it seems that some progress is being made (#36624)Relevant documentation: https://api.flutter.dev/flutter/material/ThemeData-class.htmlThis youtube video Material theming in Flutter is recent, and there's one commenter who has the same problem as me:What I really want is that ALL properties in ThemeData (including it's nested Themes and a colorScheme) would have a full list of components they affect somewhere well documented. AND the full list of all components in Flutter with their corresponding ThemeData properties which defines their color/style. For now I have to Google on how to change color for "foo" component and go through a bunch of StackOverflow questions before I find the right one. It's all should be in docs in one place. For example, how do I know where to change the color of the text on the textfield contextual popup menu (the one that has CUT | COPY | PASTE)? In the main theme in text styles? Maybe it's affected by one of the colorScheme properties? Or maybe it's defined in one of the ButtonTheme properties? Or it has it's own style property in the main ThemeData? We really need a list of all components and corresponding properties which style them. Thank you guys for your hard work!

January 20, 2020 at 11:50AM by themindstorm
https://ift.tt/37bWRoi
New post on /r/flutterdev subreddit:

Is is possible to covert iOS swift project to flutter ?
So I have a project built iOS swift and would like to import to project to flutter to help generate the android version. Is this possible ?

January 20, 2020 at 12:05PM by testa_di_cazzo_19
https://ift.tt/2sLOqkE
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter Week 22. With the latest of Flutter. Articles, tutorials, videos and much more.
https://ift.tt/36dE6iO

January 20, 2020 at 12:58PM by vensign
https://ift.tt/2v8aYNh