website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: 'Developing packages & plugins'

Open bryanoltman opened this issue 3 years ago • 0 comments

Page URL

https://docs.flutter.dev/development/packages-and-plugins/developing-packages/

Page source

https://github.com/flutter/website/tree/main/src/development/packages-and-plugins/developing-packages.md

Describe the problem

This document covers a large breadth of information and use cases and would benefit from being broken up into smaller, more focused documents. Right now, it seems to target all of the following, each of which could be its own document:

  1. Creating Dart packages
  2. Creating Flutter packages
  3. Creating Flutter plugins
  4. Creating FFI plugins

A reader of this page is likely to only trying to do one of the above at any given time. Reducing the amount of irrelevant information the reader needs to wade through to find what they need (and thus removing the requirement that the reader constantly ask the question "is this section relevant?") would be a big improvement.

Expected fix

No response

Additional context

No response

bryanoltman avatar Jul 29 '22 15:07 bryanoltman