dhis2_flutter_ui 1.0.2 copy "dhis2_flutter_ui: ^1.0.2" to clipboard
dhis2_flutter_ui: ^1.0.2 copied to clipboard

outdated

This is Dhis2 flutter ui components used in Hisp Tanzania.

DHIS2 FLUTTER UI


Few lines describing your project.

📝 Table of Contents #

About #

Write about 1-2 paragraphs describing the purpose of your project.

Getting Started #

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Supported Components #

The following are list of supported components and models in the packages.

i. Input Components #

list of input components 

components props
SearchInput
RadioInputFieldContainer
BooleanInputFieldContainer
CheckBoxInputField
CoordinateInputFieldContainer
DateInputFieldContainer
InputClearIcon
NumericalInputFieldContainer
SelectInputField
TextInputFieldContainer
TrueOnlyInputFieldContainer
InputFieldContainer
PercentageInputFieldContainer
TimeInputFieldContainer
FormFieldInputIcon

ii. Generic Components #

list of generic components 

components props
CircularProcessLoader
MaterialCard
SubPageAppBar
CheckBoxInputField
LineSeparator

iii. Models Supported #

list of models  

Models props
Application String id; String label ; String iconPath; List
DataElementOption String? id;String? name;String? code; String? optionSet; int? sortOrder;
DataElement String? id; String? valueType; String? optionSet; List
Dhis2EventDataValue String? id; String? event; String? dataElement;String? value;
InputField String id;String name; String? translatedName;String? description; String? translatedDescription; String valueType; Color? labelColor; Color? inputColor; Color? background; bool? renderAsRadio; bool? isReadOnly; bool? isPasswordField; bool? shouldCapitalize;bool? allowFuturePeriod; bool? showCountryLevelTree; bool? disablePastPeriod; bool? hasError; int? minAgeInYear; int? maxAgeInYear; int? numberOfMonth; bool? shouldUserCustomAgeLimit; String? suffixLabel; String? hint; String? translatedHint; List
InputFieldOption String name; String? translatedName; dynamic code;
datata String? id; String? event; String? eventDate; String? orgUnit; String? program; String? programStage; String? storedBy; String? completedDate; String? status; String? syncStatus;List
MetadataSyncItem String? id; String? name; String? progressPercentage; bool? isDefault; bool? isCompleted; List
OrganisationUnit String? id; String? name; String? parent; String? code; String? path; int? level;List
ProgramIndicator String? id; String? aggregationType; String? expression; String? filter; String? program;
ProgramRuleAction String? id; String? programRule; String? data; String? content; String? programRuleActionType; String? location; String? dataElement; String? trackedEntityAttribute;String? programStageSection; String? programStage;
ProgramRule String? id; String? condition; String? program; List
ProgramRuleVariable String? id; String? name; String? programRuleVariableSourceType; String? program; String? dataElement; String? trackedEntityAttribute; String? programStageSection;String? programStage;
SystemInfo String? contextPath; String? systemId; String? systemName; String? userAgent; String? calendar; String? dateFormat; String? lastAnalyticsTableSuccess; String? lastAnalyticsTableRuntime; String? revision; String? jasperReportsVersion; String? environmentVariable; String? fileStoreProvider; String? readOnlyMode; String? javaVersion; String? osName; String? osArchitecture; String? osVersion; String? memoryInfo; String? cpuCores;

Installing #

A step by step series of examples that tell you how to get a development env running.

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo.

🔧 Running the tests #

Explain how to run the automated tests for this system.

Break down into end to end tests #

Explain what these tests test and why

Give an example

And coding style tests #

Explain what these tests test and why

Give an example
8
likes
0
pub points
52%
popularity

Publisher

unverified uploader

This is Dhis2 flutter ui components used in Hisp Tanzania.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_svg, geolocator

More

Packages that depend on dhis2_flutter_ui