A collection of Flutter Packages to integrate Apptivegrid into Flutter Apps.
Package | Description | Pub | Points | Popularity | Likes |
---|---|---|---|---|---|
apptive_grid_core | Core Package for general functionalities. This includes all Network Calls, Authentication, Models, etc. | ||||
apptive_grid_form | Display Apptivegrid Forms in an app and send data | ||||
apptive_grid_grid_builder | Build custom Widgets with Grids as the Data source | ||||
apptive_grid_web_apptive | Wrap Apptives to show them on ApptiveGrid | ||||
apptive_grid_theme | Theming for apps using ApptiveGrid. This includes colors, icons and fonts used by ApptiveGrid. | ||||
apptive_grid_user_management | Package for adding UserManagement through ApptiveGrid to Apps |
This mono repo is maintained using Melos.
dart pub global activate melos
To link internal dependencies:
melos bootstrap
List available commands to be run with melos run $command
melos run --list
Please refer to the Documentation of Melos for more information and further installation instructions
To add a new type the following steps need to be taken
DataType
in data_type.dart needs to be added and parsing implemented indataTypeFromSchemaProperty
in the same fileDataEntity
representing the addedDataType
needs to be added
- Add a
FormWidget
in the form_widget Folder - Make sure that your newly created
FormWidget
is added in fromModel
- use
flutter doctor
to figure out where flutter is installed - navigate to the local flutter repo inside the installation path e.g
~/Documents/2denker/Flutter/SDK/flutter
git checkout <version number>
- run
flutter doctor
again to install flutter with the specified version