Skip to content

Snippit import is always at the bottom instead of the top #497

@6pom7

Description

@6pom7

When I use the stateless widget snippit it appears like this:

class MyWidget extends StatelessWidget {
  const MyWidget({super.key});

  @override
  Widget build(BuildContext context) {
    return const Placeholder();
  }
}import 'package:flutter/material.dart';

I have to move the import to the top every time, is there a way to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions