Skip to content

Mobile App Release v1.3.0 (2022-07-19)

Latest
Compare
Choose a tag to compare
@aman-singh7 aman-singh7 released this 19 Jul 09:15
· 10 commits to master since this release
c630fa2

Features

  • ib: showcase button on interactive book (#170)
  • auth: Responsive image on screen (#187)
  • circuits: Search circuit feature (#225)
  • profile: Upload profile picture support (#226)
  • ib: Search through content in ib (#229)
  • group: Implement multiple mentor support (#232)
  • group: Add directly as mentor in Group (#234)

Bug Fixes

  • ib: Hidden FAB's in Interactive Book are active when hidden (#174)
  • ib: Unexpected behaviour on tapping any Chapter Content tile (#176)
  • auth: eye button state changed (#185)
  • auth: added password length validator (#198)
  • favorites: updated starred state is not reflecting (#199)
  • profile: fix photo_view package exception (#202)
  • null-safety: fix null exception (#209)
  • profile: hide "subscribed to mail" data from other profile (#213)
  • profile: update CountryInstituteAPI URL (#214)
  • drawer: update in name is not reflected in drawer (#218)

Refactor & Code Quality

  • lints: sort constructors first (#171)
  • lints: always put required named parameters first, join return with assignment (#172)
  • lints: unnecessary parenthesis, avoid redundant argument values (#179)
  • flutter: bump dependencies flutter 2.8 (#180)
  • flutter: bump dependencies iOS (#181)
  • flutter: migrate to null safety (#182)
  • flutter: bump dependencies flutter 2.10 (#188)
  • flutter: mapping error resolved (#190)
  • flutter: migrate to Android Embedding V2 (#201)
  • readme: update readme file (#208)
  • action: add timeout to the action (#219)

New Contributors