flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Results 2555 flutter issues
Sort by recently updated
recently updated
newest added

## Description This implements a `MenuBar` widget that can render a Material menu bar, and a `createCascadingMenu` function to create a cascading menu anywhere. The menus are drawn in the...

team
framework
f: material design
d: api docs
d: examples
documentation
f: focus

This code causes a segfault currently: ```dart test('use canvas after endRecording', () { final PictureRecorder recorder = PictureRecorder(); final Canvas canvas = Canvas(recorder); final Picture picture = recorder.endRecording(); canvas.restore(); });...

severe: crash
engine
P4

## Steps to Reproduce 1. Create a new flutter **application** (windows enabled) using the VSCode GUI or the sample command 2. Go to `web\manifest.json`. 3. See value of `description` is...

easy fix
tool
platform-windows
proposal
a: desktop
a: release
P4

Fixes a `flutter_tools` crash when generating localizations due to a cast of `jsonDecode` output to `Map` in a null-safe library. *List which issues are fixed by this PR. You must...

tool

https://github.com/flutter/engine/compare/8adb92cfa296...1edf99f3c9c0 2022-08-08 [email protected] Roll Skia from 7525ca099719 to 4722605332ef (3 revisions) (flutter/engine#35238) 2022-08-08 [email protected] Roll Fuchsia Mac SDK from kP-yebuRg... to vSCmDPI74... (flutter/engine#35237) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from kP-yebuRgWYJ...

autosubmit

It adds a new Axis? parameter to the Interactive Viewer called panningDirection that let's you lock the panning to a certain axis. Fixes https://github.com/flutter/flutter/issues/108935 ## Pre-launch Checklist - [x] I...

framework

In discussion for https://github.com/flutter/flutter/issues/84868, We are seeing differences when running flutter build depending on if the contents of `android/.gradle` directory is populated or not. This is because gradle will download...

team

Looks like upgrading gradle caused longer build times. @GaryQian introduction: https://github.com/flutter/flutter/pull/108472 skiaperf: https://flutter-flutter-perf.skia.org/e/?begin=1659047227&end=1659087427&keys=Xb12d712c6f83f93b8557268fca33047a&num_commits=50&request_type=1&xbaroffset=30168

engine
severe: performance
P2

Fixes #98314 I have change another solution to rework #31832 that remove the side affect. @dnfield Could you take a look at this?

framework
f: material design
f: scrolling

Take this sample: ```dart import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); static const String _title = 'Flutter Code Sample';...

engine
severe: rendering
a: desktop
P3