jeduden

Results 14 issues of jeduden

I am trying to figure out how to configure TBLayout to have one item with a preferred width and another item next to it taking the remaining space. So a...

## Steps to Reproduce 1. Run this sample below. ``` import 'package:flutter/material.dart'; main() { runApp(MyApp()); } class Parser extends RouteInformationParser { @override Future parseRouteInformation(RouteInformation routeInformation) { return Future.value(routeInformation); } }...

framework
a: animation
f: routes
has reproducible steps
P2
found in release: 2.2
found in release: 2.5
team-framework
triaged-framework
:hourglass_flowing_sand:

I am wondering how I can best write test code to ensure the code under test properly closes open files. For example: ```dart Future readAbit(File f) async { final raf...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
area/authentication