Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

feature: enable full functionality inside a Cupertino app #2

@csells

Description

@csells

currently the LlmChatView relies on Material -- update it to support Cupertino as well. A survey of the use of Material shows:

  • Icons.* (and remove uses-material-design: true from pubspec.yaml)

    • Icons.add
    • Icons.send
    • Icons.attach_file
    • Icons.stop
    • Icons.mic
    • Icons.close
    • Icons.camera_alt
    • Icons.image
    • Icons.edit
    • Icons.copy
  • snackbars (perhaps this would work?)

  • Colors.* (moved to FatColors)

  • showDialog (perhaps showCupertinoDialog and CupertinoAlertDialog?)

  • TextField (CupertinoTextField)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions