export_firebase_csv 1.0.8 export_firebase_csv: ^1.0.8 copied to clipboard
Una librería Flutter que realiza exportación a CSV desde Firestore.
Change Log #
All notable changes to this project will be documented in this file.
[1.0.1] - 2023-11-07 #
Changed #
- Updated the requirement for the
intl
package to allow any version above0.17.0
.
[1.0.2] - 2023-11-07 #
Changed #
- Updated the requirement for the
cloud_firestore
package to allow '>=2.5.0 <5.0.0'.
[1.0.3] - 2023-11-07 #
Changed #
- Updated the requirement for the
url_launcher
package to allow>=6.0.13 <=6.2.1
andcsv
package to allow ``>=5.0.4 <=5.1.1'`.
[1.0.4] - 2023-11-08 #
Changed #
- Updated the launch to launchURL and uri method. Also there is a new parameter on
exportWithTitles
calleddefaultNullString
.