Skip to content

Instantly share code, notes, and snippets.

View pedromassango's full-sized avatar

Pedro Massango pedromassango

View GitHub Profile

Steps to take

  1. Request for clear steps to reproduce the issue.
  2. Add the label waiting for customer response.

Possible comments for the issue

  1. Please provide a step-by-step about how to reproduce this issue.

  2. I was unable to reproduce the issue in the current stable channel (v1.17.3) with the following code:

import 'package:flutter/material.dart';

Steps to take

  1. Request for reproducible code.
  2. Add the label waiting for customer response.

Possible comments for the issue

Please provide a complete code and steps to reproduce this issue. Also provide the output of the flutter doctor command.

Steps to take

I would close the issue because it is not related to Flutter but with Flutter plugin of some IDE or Code editor.

Possible comments for the issue

I will close this issue since it is not related to Flutter it self but with Flutter plugin of some IDE or Code editor.

Steps to take

None. The author closed the issue him self and has no clear details of what causes the problem nor reproducible steps.

Possible comments for the issue

None.

Notes

If the issue wasn't close I would close it since the author has not provided clear reproducible steps that would help me to reproduce the issue and because it does not seems to me that this is a valid issue to try to reproduce it by my self.

Comment 1

I was able to reproduce this issue in the current stable branch using Hixie's example.

Flutter Doctor:

C:\IdeaProjects\test>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.17.3, on Microsoft Windows [Version 10.0.18362.900], locale en-US)

Comments

Comment 1

I wasn't able to reproduce the issue with the provided sample code and also I wasn't able to reproduce the issue with the code bellow in the current stable channel:

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(

Comments:

Comment 1

I was unable to reproduce the issue following the provided steps in the current master branch, seems that the Gallery project is not using the widget mentioned in the issue any more (Dropdown button).

Flutter Doctor:

Flutter 1.19.0-6.0.pre.42 • channel master • https://github.com/flutter/flutter.git
import 'dart:math';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
import 'dart:math';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter/foundation.dart';
import 'package:build_context/build_context.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized();
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:multi_image_picker/multi_image_picker.dart';
import 'package:permission_handler/permission_handler.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized();
SystemChrome.setEnabledSystemUIOverlays([