invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
164 stars 47 forks source link

feat: add a `flutterfire update` command #130

Closed Lyokone closed 1 year ago

Lyokone commented 1 year ago

Description

Often users will face issues updating to corresponding versions of the plugins. Since a BOM system cannot be introduced without significantly impacting build size, we introduce flutterfire update to help user properly update to the latest versions

Type of Change