leinardi / leinardi/FloatingActionButtonSpeedDial

need a material 3 version of FloatingActionButtonSpeedDial

Open
#190 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Priority: High Type: Enhancement
Dominant language
Java
Stars
1.5k
Forks
149
PR merge metrics
No merged PRs in 30d

Description

Step 1: Are you in the right place?
  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of the library.
Step 2: Describe your environment
  • Library version: com.leinardi.android:speed-dial.compose:1.0.0-alpha04
  • Android version: any
  • Support library version: any
Step 3: Describe the problem:

FloatingActionButtonSpeedDial doesn't conform to the newest Material 3 spec for Floating Action Buttons.

In particular, the new Material 3 style is to use rounded-square buttons:

screenshot-2022 11 22 18 17 58

It would also be nice to rely on the androidx.compose.material3.MaterialTheme that the rest of our app uses, rather than the androidx.compose.material.MaterialTheme used currently.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the FloatingActionButtonSpeedDial implementation and inspect its current use of androidx.compose.material.MaterialTheme. Compare the component with the linked Material 3 floating action button specification; done means it provides the rounded-square Material 3 style and uses androidx.compose.material3.MaterialTheme consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
design, mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.