invertase / flutterfire_cli

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

fix: —out parameter now correctly changes the output file for the dar… #189

Closed josh-burton closed 10 months ago

josh-burton commented 10 months ago

…t firebase configuration

Description

The --out parameter was not changing the output location of dart files. It seems this is a bug caused by recent changes as this has worked in the past.

Type of Change

russellwheatley commented 10 months ago

@josh-burton Woops, I missed this. I've already fixed here with test: https://github.com/invertase/flutterfire_cli/pull/197. Thank you for the PR though 👍