BasfLogicLocalizations class abstract

Callers can lookup localized strings with an instance of BasfLogicLocalizations returned by BasfLogicLocalizations.of(context).

Applications need to include BasfLogicLocalizations.delegate() in their app's localizationDelegates list, and the locales they support in the app's supportedLocales list. For example:

import 'localizations/basf_logic_localizations.dart';

return MaterialApp(
  localizationsDelegates: BasfLogicLocalizations.localizationsDelegates,
  supportedLocales: BasfLogicLocalizations.supportedLocales,
  home: MyApplicationHome(),
);

Update pubspec.yaml

Please make sure to update your pubspec.yaml to include the following packages:

dependencies:
  # Internationalization support.
  flutter_localizations:
    sdk: flutter
  intl: any # Use the pinned version from flutter_localizations

  # Rest of dependencies

iOS Applications

iOS applications define key application metadata, including supported locales, in an Info.plist file that is built into the application bundle. To configure the locales supported by your app, you’ll need to edit this file.

First, open your project’s ios/Runner.xcworkspace Xcode workspace file. Then, in the Project Navigator, open the Info.plist file under the Runner project’s Runner folder.

Next, select the Information Property List item, select Add Item from the Editor menu, then select Localizations from the pop-up menu.

Select and expand the newly-created Localizations item then, for each locale your application supports, add a new item and select the locale you wish to add from the pop-up menu in the Value field. This list should be consistent with the languages listed in the BasfLogicLocalizations.supportedLocales property.

Implementers

Constructors

BasfLogicLocalizations.new(String locale)

Properties

aiCode10 String
No description provided for @aiCode10.
no setter
aiCode21 String
No description provided for @aiCode21.
no setter
aiCode240 String
No description provided for @aiCode240.
no setter
aiCode241 String
No description provided for @aiCode241.
no setter
aiCode8008 String
No description provided for @aiCode8008.
no setter
aiCode91 String
No description provided for @aiCode91.
no setter
aiCode92 String
No description provided for @aiCode92.
no setter
applyTheirChanges String
No description provided for @applyTheirChanges.
no setter
attachmentMissing String
No description provided for @attachmentMissing.
no setter
batchNumber String
No description provided for @batchNumber.
no setter
checklist String
No description provided for @checklist.
no setter
checklistAlreadyExists String
No description provided for @checklistAlreadyExists.
no setter
checklistDescription String
No description provided for @checklistDescription.
no setter
checklistDetails String
No description provided for @checklistDetails.
no setter
checklistDocument String
No description provided for @checklistDocument.
no setter
checkpointCodeCatalogue String
No description provided for @checkpointCodeCatalogue.
no setter
checkpointComment String
No description provided for @checkpointComment.
no setter
checkpointConfirmation String
No description provided for @checkpointConfirmation.
no setter
checkpointDate String
No description provided for @checkpointDate.
no setter
checkpointDocumentField String
No description provided for @checkpointDocumentField.
no setter
checkpointFreeText String
No description provided for @checkpointFreeText.
no setter
checkpointInputVerification String
No description provided for @checkpointInputVerification.
no setter
checkpointListSelection String
No description provided for @checkpointListSelection.
no setter
checkpointMasterDataAttribute String
No description provided for @checkpointMasterDataAttribute.
no setter
checkpointNumerical String
No description provided for @checkpointNumerical.
no setter
checkpoints String
No description provided for @checkpoints.
no setter
checkpointsBackWarning String
No description provided for @checkpointsBackWarning.
no setter
checkpointSignature String
No description provided for @checkpointSignature.
no setter
checkpointSimple String
No description provided for @checkpointSimple.
no setter
checkpointsSaveMessage String
No description provided for @checkpointsSaveMessage.
no setter
checkpointStatusIsMissing String
No description provided for @checkpointStatusIsMissing.
no setter
checkpointSummary String
No description provided for @checkpointSummary.
no setter
checkpointsUpdateFailed String
No description provided for @checkpointsUpdateFailed.
no setter
commentEmpty String
No description provided for @commentEmpty.
no setter
complete String
No description provided for @complete.
no setter
completed String
No description provided for @completed.
no setter
confirm String
No description provided for @confirm.
no setter
confirmation String
No description provided for @confirmation.
no setter
createChecklist String
No description provided for @createChecklist.
no setter
createChecklistDoc String
No description provided for @createChecklistDoc.
no setter
crossSessionEditing String
No description provided for @crossSessionEditing.
no setter
crossSessionEditingText String
No description provided for @crossSessionEditingText.
no setter
currentCheckpoint String
No description provided for @currentCheckpoint.
no setter
date1IsMissing String
No description provided for @date1IsMissing.
no setter
date2IsMissing String
No description provided for @date2IsMissing.
no setter
deleteChecklistDoc String
No description provided for @deleteChecklistDoc.
no setter
delivery String
No description provided for @delivery.
no setter
description String
No description provided for @description.
no setter
documentField String
No description provided for @documentField.
no setter
documentId String
No description provided for @documentId.
no setter
documentIdCopied String
No description provided for @documentIdCopied.
no setter
documentNumberIsWrongOrEmpty String
No description provided for @documentNumberIsWrongOrEmpty.
no setter
edit String
No description provided for @edit.
no setter
errorHintShare String
No description provided for @errorHintShare.
no setter
finalConfirmation String
No description provided for @finalConfirmation.
no setter
finalConfirmationDescription String
No description provided for @finalConfirmationDescription.
no setter
forReference String
No description provided for @forReference.
no setter
freetext1IsWrongOrEmpty String
No description provided for @freetext1IsWrongOrEmpty.
no setter
freetext2IsWrongOrEmpty String
No description provided for @freetext2IsWrongOrEmpty.
no setter
generalAbort String
No description provided for @generalAbort.
no setter
generalConfirm String
No description provided for @generalConfirm.
no setter
generalContinue String
No description provided for @generalContinue.
no setter
getAllChecklistsDoc String
No description provided for @getAllChecklistsDoc.
no setter
getChecklistDoc String
No description provided for @getChecklistDoc.
no setter
groupIsCompleted String
No description provided for @groupIsCompleted.
no setter
groupStatus String
No description provided for @groupStatus.
no setter
hardBreak String
No description provided for @hardBreak.
no setter
hashCode int
The hash code for this object.
no setterinherited
initial String
No description provided for @initial.
no setter
inProcess String
No description provided for @inProcess.
no setter
listSelectionIsWrongOrMissing String
No description provided for @listSelectionIsWrongOrMissing.
no setter
localeName String
final
markedForDeletion String
No description provided for @markedForDeletion.
no setter
materialDescription String
No description provided for @materialDescription.
no setter
materialNumber String
No description provided for @materialNumber.
no setter
name String
No description provided for @name.
no setter
noCheckpointsGroups String
No description provided for @noCheckpointsGroups.
no setter
noName String
No description provided for @noName.
no setter
notOk String
No description provided for @notOk.
no setter
numberOne String
No description provided for @numberOne.
no setter
numberTwo String
No description provided for @numberTwo.
no setter
numerical1IsWrongOrEmpty String
No description provided for @numerical1IsWrongOrEmpty.
no setter
numerical2IsWrongOrEmpty String
No description provided for @numerical2IsWrongOrEmpty.
no setter
obsolete String
No description provided for @obsolete.
no setter
okStatusNotChosen String
No description provided for @okStatusNotChosen.
no setter
pbgNumber String
No description provided for @pbgNumber.
no setter
referenceNumber String
No description provided for @referenceNumber.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanCodeErrorInvalid String
No description provided for @scanCodeErrorInvalid.
no setter
scanCodeErrorNull String
No description provided for @scanCodeErrorNull.
no setter
No description provided for @search.
no setter
searchCriteria String
No description provided for @searchCriteria.
no setter
selectDate String
No description provided for @selectDate.
no setter
selectFile String
No description provided for @selectFile.
no setter
sequenceDisabled String
No description provided for @sequenceDisabled.
no setter
sequenceEnabled String
No description provided for @sequenceEnabled.
no setter
signature String
No description provided for @signature.
no setter
signatureIsMissing String
No description provided for @signatureIsMissing.
no setter
signatureNameIsWrongOrEmpty String
No description provided for @signatureNameIsWrongOrEmpty.
no setter
signatureSurnameIsWrongOrEmpty String
No description provided for @signatureSurnameIsWrongOrEmpty.
no setter
softBreak String
No description provided for @softBreak.
no setter
somethingWentWrong String
No description provided for @somethingWentWrong.
no setter
status String
No description provided for @status.
no setter
surname String
No description provided for @surname.
no setter
timeoutErrorInfo String
No description provided for @timeoutErrorInfo.
no setter
type String
No description provided for @type.
no setter
uploadToServer String
No description provided for @uploadToServer.
no setter
verification String
No description provided for @verification.
no setter
verification1DoesNotMatchRef String
No description provided for @verification1DoesNotMatchRef.
no setter
verification2DoesNotMatchRef String
No description provided for @verification2DoesNotMatchRef.
no setter
warning String
No description provided for @warning.
no setter
yardIsWrongOrEmpty String
No description provided for @yardIsWrongOrEmpty.
no setter

Methods

checklistGroups(Object index) String
No description provided for @checklistGroups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
successfullyCreated(String documentNumber) String
No description provided for @successfullyCreated.
successfullyCreatedChecklist(String documentNumber) String
No description provided for @successfullyCreatedChecklist.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

of(BuildContext context) BasfLogicLocalizations

Constants

delegate → const LocalizationsDelegate<BasfLogicLocalizations>
localizationsDelegates → const List<LocalizationsDelegate>
A list of this localizations delegate along with the default localizations delegates.
supportedLocales → const List<Locale>
A list of this localizations delegate's supported locales.