fcoregen 1.0.0 copy "fcoregen: ^1.0.0" to clipboard
fcoregen: ^1.0.0 copied to clipboard

outdated

Fcore Gen Project

fcoregen #

Fcore Gen Project

Use #

flutter pub run fcoregen:copyright
flutter pub run fcoregen:copyright remove

Feature Localization #

use CSV #

  • File yaml:
fcoregen:
  folderLocalization: "lib/resources/localizations"
  fileCSV: "assets/language/data.csv"

use Google Sheet #

  • Url Google Sheet:
Format: https://docs.google.com/spreadsheets/d/<docsId>/edit#gid=<sheetId>

Ex url: https://docs.google.com/spreadsheets/d/1TSE0sP8bnnZQHsC8_vdVzxW21mGhr8il7-zMxvbHikI/edit#gid=0
- docsId: 1TSE0sP8bnnZQHsC8_vdVzxW21mGhr8il7-zMxvbHikI
- sheetId: 0

  • File yaml:
fcoregen:
  folderLocalization: "lib/resources/localizations"
  fileGoogleSheet:
    docsId: "1TSE0sP8bnnZQHsC8_vdVzxW21mGhr8il7-zMxvbHikI"
    sheetId: "0"

genarate language #

flutter pub run fcoregen:localization

Feature Generate Feature #

flutter pub run fcoregen:new-feat

call test dart #

dart test 'test/fcoregen_test.dart'
5
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Fcore Gen Project

Homepage

License

unknown (license)

Dependencies

args, csv, http, image, meta, path, universal_io, xml, yaml

More

Packages that depend on fcoregen