atsign-foundation / at_widgets

Flutter widgets which aid in building applications using Atsign's technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
52 stars 33 forks source link

fix: replace deprecated elements with equivalent up-to-date items in at_commons_flutter #850

Closed srieteja closed 1 month ago

srieteja commented 1 month ago

Closes https://github.com/atsign-foundation/at_widgets/issues/842

- What I did

- How I did it

- How to verify it

- Description for the changelog

fix: replace deprecated elements with equivalent up-to-date items in at_commons_flutter

cpswan commented 1 month ago

@srieteja have you done the manual testing, or does that need somebody else to step in?

srieteja commented 1 month ago

@cpswan I've just setup my emulators. Will be doing the testing now

cpswan commented 1 month ago

@CurtlyCritchlow 👀 can you please sanity check this (manual tests to ensure layout isn't broken)

srieteja commented 1 month ago

I've completed the manual testing for this one. I'm not sure if this can be merged yet. We can proceed with one of the following actions:

  1. We merge this since all the stable static analyses are passing (or)
  2. We wait for this merge until https://github.com/atsign-foundation/at_widgets/issues/847 is closed (which would ensure all the beta channel static analyses pass too)

@cpswan need your input on this.