Skip to content

Mobile App Release v1.2.0 (2021-11-05)

Compare
Choose a tag to compare
@manjotsidhu manjotsidhu released this 05 Nov 10:08
· 57 commits to master since this release
d2e43ed

Bug Fixes

  • failed to load widget/error widget (#134) (d3fd49c)
  • lints: unnecessary_string_interpolations rule (#154) (ae8ffba)
  • lints: avoid_function_literals_in_foreach_calls rule (#162) (91dfa62)
  • lints: avoid_unnecessary_containers rule (#152) (5849c2e)
  • lints: fix multiple lint rules (#153) (c354531)
  • lints: prefer const declarations (#155) (11dbccf)
  • lints: prefer_interpolation_to_compose_strings rule (#163) (cf18d45)
  • lints: prefer_typing_uninitialized_variables rule (#161) (83ed9af)
  • lints: single quote and const constructor rules (#150) (d0305c2)
  • lints: sized_box_for_whitespace and prefer_const_literals_to_create_immutables rules (#158) (5dbd355)
  • lints: unnecessary_string_escapes and prefer_function_declarations_over_variables rules (#160) (fb4df78)
  • lints: use_key_in_widget_constructors rule (#159) (714ab87)
  • migrate to flutter 2.5 (#144) (7a1e5eb), closes #134 #146

Features