only-bible-app v3.7.2+24
git clone https://git.pyrossh.dev/only-bible-app
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
lib/gen/assets.gen.dart
| fe24dd6 | 1 | // dart format width=80 |
| fe24dd6 | 2 | |
| fe24dd6 | 3 | /// GENERATED CODE - DO NOT MODIFY BY HAND |
| fe24dd6 | 4 | /// ***************************************************** |
| fe24dd6 | 5 | /// FlutterGen |
| fe24dd6 | 6 | /// ***************************************************** |
| fe24dd6 | 7 | |
| fe24dd6 | 8 | // coverage:ignore-file |
| fe24dd6 | 9 | // ignore_for_file: type=lint |
| fe24dd6 | 10 | // ignore_for_file: deprecated_member_use,directives_ordering,implicit_dynamic_list_literal,unnecessary_import |
| fe24dd6 | 11 | |
| ef87133 | 12 | class $AssetsBiblesGen { |
| ef87133 | 13 | const $AssetsBiblesGen(); |
| ef87133 | 14 | |
| ef87133 | 15 | /// File path: assets/bibles/bn.bin.gz |
| ef87133 | 16 | String get bnBin => 'assets/bibles/bn.bin.gz'; |
| ef87133 | 17 | |
| ef87133 | 18 | /// File path: assets/bibles/en_bsb.bin.gz |
| ef87133 | 19 | String get enBsbBin => 'assets/bibles/en_bsb.bin.gz'; |
| ef87133 | 20 | |
| ef87133 | 21 | /// File path: assets/bibles/en_kjv.bin.gz |
| ef87133 | 22 | String get enKjvBin => 'assets/bibles/en_kjv.bin.gz'; |
| ef87133 | 23 | |
| ef87133 | 24 | /// File path: assets/bibles/gu.bin.gz |
| ef87133 | 25 | String get guBin => 'assets/bibles/gu.bin.gz'; |
| ef87133 | 26 | |
| ef87133 | 27 | /// File path: assets/bibles/hi.bin.gz |
| ef87133 | 28 | String get hiBin => 'assets/bibles/hi.bin.gz'; |
| ef87133 | 29 | |
| ef87133 | 30 | /// File path: assets/bibles/ja.bin.gz |
| ef87133 | 31 | String get jaBin => 'assets/bibles/ja.bin.gz'; |
| ef87133 | 32 | |
| ef87133 | 33 | /// File path: assets/bibles/kn.bin.gz |
| ef87133 | 34 | String get knBin => 'assets/bibles/kn.bin.gz'; |
| ef87133 | 35 | |
| ef87133 | 36 | /// File path: assets/bibles/ml.bin.gz |
| ef87133 | 37 | String get mlBin => 'assets/bibles/ml.bin.gz'; |
| ef87133 | 38 | |
| ef87133 | 39 | /// File path: assets/bibles/ne.bin.gz |
| ef87133 | 40 | String get neBin => 'assets/bibles/ne.bin.gz'; |
| ef87133 | 41 | |
| ef87133 | 42 | /// File path: assets/bibles/or.bin.gz |
| ef87133 | 43 | String get orBin => 'assets/bibles/or.bin.gz'; |
| ef87133 | 44 | |
| ef87133 | 45 | /// File path: assets/bibles/pa.bin.gz |
| ef87133 | 46 | String get paBin => 'assets/bibles/pa.bin.gz'; |
| ef87133 | 47 | |
| ef87133 | 48 | /// File path: assets/bibles/ta.bin.gz |
| ef87133 | 49 | String get taBin => 'assets/bibles/ta.bin.gz'; |
| ef87133 | 50 | |
| ef87133 | 51 | /// File path: assets/bibles/te.bin.gz |
| ef87133 | 52 | String get teBin => 'assets/bibles/te.bin.gz'; |
| ef87133 | 53 | |
| ef87133 | 54 | /// List of all assets |
| ef87133 | 55 | List<String> get values => [ |
| ef87133 | 56 | bnBin, |
| ef87133 | 57 | enBsbBin, |
| ef87133 | 58 | enKjvBin, |
| ef87133 | 59 | guBin, |
| ef87133 | 60 | hiBin, |
| ef87133 | 61 | jaBin, |
| ef87133 | 62 | knBin, |
| ef87133 | 63 | mlBin, |
| ef87133 | 64 | neBin, |
| ef87133 | 65 | orBin, |
| ef87133 | 66 | paBin, |
| ef87133 | 67 | taBin, |
| ef87133 | 68 | teBin, |
| ef87133 | 69 | ]; |
| ef87133 | 70 | } |
| ef87133 | 71 | |
| ef87133 | 72 | abstract final class Assets { |
| ef87133 | 73 | static const $AssetsBiblesGen bibles = $AssetsBiblesGen(); |
| ef87133 | 74 | } |