packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 366 packages issues
Sort by recently updated
recently updated
newest added

This PR adds Kotlin support for Pigeon. This code was based on the Java and Swift generator. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the...

p: pigeon

This PR adds a new annotation to Swift Generator to control the naming of a function like there is for ObjC (the annotation @ObjCSelector) as requested in https://github.com/flutter/flutter/issues/105932 ## Pre-launch...

p: pigeon

Exposing SwiftOptions which are missing for pigeon. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read...

p: pigeon
needs tests

Adds an initial owner for each package to establish clear primary maintenance responsibility. Owners don't necessarily need to do all reviews, but should be primarily responsible for knowing who to...

This cleans up the remaining TODOs in the dynamic_layouts package. Filed https://github.com/flutter/flutter/issues/112234 for follow up on the remaining garbage collection issue. ## Pre-launch Checklist - [x] I read the [Contributor...

p: dynamic_layouts

Added functionality for building route configuration with support for preserving state in nested navigators. This change introduces a new shell route class called `StatefulShellRoute`, that uses separate navigators for its...

p: go_router

Updates .cirrus.yaml to better match flutter/plugins, as a step toward eventually merging the repsositories. Changes include: - Separating out light workload and heavy workload Linux tasks with different machine specs....

`custom_syntax_test` needs to be updated, since https://github.com/dart-lang/markdown/commit/d72ae07c8290b3780044170eda28eda5a9fb342e change in the `markdown` package won't allow changing `children` of the `Element` created with `Element.withTag()`.

p: flutter_markdown

Introduction ```dart Future execute(XFile imageFile) async { try { final Uint8List imageBytes = await imageFile.readAsBytes(); final Image? image = decodeNamedImage(imageBytes, imageFile.name); final Image compressedImage = copyResize( image!, width: params.value2 ??...

p: cross_file

the kotlin code only reply when it catch the error. ![image](https://user-images.githubusercontent.com/6847158/194764736-c89f4089-c2b1-487f-8c79-4062826ccad8.png) this is the java generation code ![image](https://user-images.githubusercontent.com/6847158/194766586-9c56d86d-446a-44e5-853b-a9947c121f29.png) fixes https://github.com/flutter/flutter/issues/113187 ## Pre-launch Checklist - [x] I read the [Contributor Guide]...

p: pigeon