https://github.com/apptivegrid/apptivegrid-flutter

A collection of Packages to include ApptiveGrid in Flutter Apps

https://github.com/apptivegrid/apptivegrid-flutter

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A collection of Packages to include ApptiveGrid in Flutter Apps

Basic Info
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

Build melos

Flutter Apptivegrid

A collection of Flutter Packages to integrate Apptivegrid into Flutter Apps.

| Package | Description | Pub | Points | Popularity | Likes | |-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| | apptivegridcore | Core Package for general functionalities. This includes all Network Calls, Authentication, Models, etc. | Pub | pub points | popularity | likes | | apptivegridform | Display Apptivegrid Forms in an app and send data | Pub | pub points | popularity | likes | | apptivegridgrid_builder | Build custom Widgets with Grids as the Data source | Pub | pub points | popularity | likes | | apptivegridweb_apptive | Wrap Apptives to show them on ApptiveGrid | Pub | pub points | popularity | likes | | apptivegridtheme | Theming for apps using ApptiveGrid. This includes colors, icons and fonts used by ApptiveGrid. | Pub | pub points | popularity | likes | | apptivegriduser_management | Package for adding UserManagement through ApptiveGrid to Apps | Pub | pub points | popularity | likes |

Melos

This mono repo is maintained using Melos.

Install

dart pub global activate melos

Usage

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

Adding a new Type

To add a new type the following steps need to be taken

apptivegridcore

  • DataType in data_type.dart needs to be added
  • parsing implemented in formJSON of the DataEntity class
  • DataEntity representing the added DataType needs to be added

apptivegridform

Using a specific flutter version on your local machine :

  • 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

Use an unpublished version of apptivegrid packages :

apptive_grid_core: git: url: https://github.com/ApptiveGrid/ApptiveGrid-flutter.git/ ref: main # branch name path: packages/apptive_grid_core

If a dependency is also using this package, you can force it to use the specified version as well : dependency_overrides: apptive_grid_core: git: url: https://github.com/ApptiveGrid/ApptiveGrid-flutter.git/ ref: main # branch name path: packages/apptive_grid_core version: 2.1.3

Owner

  • Name: ApptiveGrid GmbH
  • Login: ApptiveGrid
  • Kind: organization
  • Location: Germany

GitHub Events

Total
  • Watch event: 3
  • Delete event: 4
  • Push event: 34
  • Pull request review event: 6
  • Pull request event: 14
  • Create event: 8
Last Year
  • Watch event: 3
  • Delete event: 4
  • Push event: 34
  • Pull request review event: 6
  • Pull request event: 14
  • Create event: 8

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 130
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.32
  • Merged pull requests: 125
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 7 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gmeral (1)
Pull Request Authors
  • ABausG (93)
  • soeren-schmaljohann-2denker (33)
  • gmeral (7)
  • christian2denker (2)
Top Labels
Issue Labels
Pull Request Labels
p:core (99) p:form (79) p:user_management (35) p:grid_builder (34) p:theme (24) p:web_apptive (23)

Dependencies

.github/workflows/main.yml actions
  • VeryGoodOpenSource/very_good_coverage v1 composite
  • actions/checkout v2 composite
  • bluefireteam/melos-action v1 composite
  • martialonline/workflow-status v3 composite
  • rtCamp/action-slack-notify v2 composite
  • subosito/flutter-action v2 composite
packages/apptive_grid_user_management/example/pubspec.yaml pub
  • flutter_lints ^2.0.1 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • apptive_grid_user_management --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: "../"
  • cupertino_icons ^1.0.4
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_user_management/pubspec.yaml pub
  • flutter_lints ^2.0.1 development
  • flutter_localizations --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • mocktail ^0.3.0 development
  • plugin_platform_interface ^2.1.3 development
  • uni_links_platform_interface ^1.0.0 development
  • apptive_grid_core ^0.14.4
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • http ^0.13.5
  • intl ^0.17.0
  • password_rule_check ^0.2.0
  • uni_links ^0.5.1
packages/apptive_grid_web_apptive/example/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • apptive_grid_theme ^0.1.1
  • apptive_grid_web_apptive --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: "../"
  • cupertino_icons ^1.0.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • pie_chart ^5.0.0
packages/apptive_grid_web_apptive/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • mocktail ^0.3.0 development
  • apptive_grid_core ^0.14.4
  • collection ^1.16.0
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_core/example/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
packages/apptive_grid_form/example/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
packages/apptive_grid_grid_builder/example/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
packages/apptive_grid_user_management/example/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
packages/apptive_grid_core/example/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • apptive_grid_core --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: "../"
  • cupertino_icons ^1.0.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_core/pubspec.yaml pub
  • flutter_lints ^2.0.1 development
  • flutter_secure_storage_platform_interface ^1.0.1 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • mocktail ^0.3.0 development
  • pedantic ^1.11.1 development
  • plugin_platform_interface ^2.1.3 development
  • uni_links_platform_interface ^1.0.0 development
  • url_launcher_platform_interface ^2.1.1 development
  • collection ^1.16.0
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • flutter_secure_storage ^6.1.0
  • http ^0.13.5
  • image ^3.2.2
  • intl ^0.17.0
  • mime ^1.0.2
  • openid_client ^0.4.6
  • provider ^6.0.4
  • uni_links ^0.5.1
  • universal_file ^1.0.0
  • universal_platform ^1.0.0+1
  • url_launcher ^6.1.7
  • uuid ^3.0.7
packages/apptive_grid_form/example/pubspec.yaml pub
  • flutter_lints ^2.0.1 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • apptive_grid_form --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: "../"
  • cupertino_icons ^1.0.4
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_form/pubspec.yaml pub
  • flutter_lints ^2.0.1 development
  • flutter_localizations --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • image_picker_platform_interface ^2.6.2 development
  • mocktail ^0.3.0 development
  • mocktail_image_network ^0.3.1 development
  • pedantic ^1.11.1 development
  • plugin_platform_interface ^2.1.3 development
  • apptive_grid_core ^0.14.4
  • file_picker ^5.2.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • flutter_svg ^1.1.6
  • flutter_typeahead ^4.1.1
  • geolocator ^9.0.2
  • google_maps_flutter ^2.2.1
  • google_maps_flutter_platform_interface ^2.2.4
  • hand_signature ^2.3.0+1
  • http ^0.13.5
  • image_picker ^0.8.6
  • intl ^0.17.0
  • linked_scroll_controller ^0.2.0
  • lottie ^2.0.0
  • permission_handler ^10.2.0
  • permission_handler_platform_interface ^3.9.0
  • provider ^6.0.4
  • universal_file ^1.0.0
  • universal_platform ^1.0.0+1
packages/apptive_grid_grid_builder/example/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • apptive_grid_grid_builder --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: "../"
  • cupertino_icons ^1.0.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_grid_builder/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • mocktail ^0.3.0 development
  • pedantic ^1.11.1 development
  • apptive_grid_core ^0.14.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
packages/apptive_grid_theme/pubspec.yaml pub
  • alchemist ^0.6.0 development
  • flutter_lints ^2.0.1 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • golden_toolkit ^0.13.0 development
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • material_design_icons_flutter ^6.0.7096
  • universal_platform ^1.0.0+1
.github/workflows/pr_labeler.yml actions
  • actions/labeler v4 composite
packages/apptive_grid_core/example/ios/Podfile.lock cocoapods
  • Flutter 1.0.0
  • flutter_secure_storage 3.3.1
  • uni_links 0.0.1
  • url_launcher_ios 0.0.1
packages/apptive_grid_form/example/ios/Podfile.lock cocoapods
  • DKImagePickerController 4.3.4
  • DKPhotoGallery 0.0.17
  • Flutter 1.0.0
  • GoogleMaps 5.2.0
  • SDWebImage 5.13.4
  • SwiftyGif 5.4.3
  • file_picker 0.0.1
  • flutter_keyboard_visibility 0.0.1
  • flutter_secure_storage 6.0.0
  • geolocator_apple 1.2.0
  • google_maps_flutter_ios 0.0.1
  • image_picker_ios 0.0.1
  • permission_handler_apple 9.0.4
  • uni_links 0.0.1
  • url_launcher_ios 0.0.1
packages/apptive_grid_grid_builder/example/ios/Podfile.lock cocoapods
  • Flutter 1.0.0
  • flutter_secure_storage 3.3.1
  • uni_links 0.0.1
  • url_launcher_ios 0.0.1
packages/apptive_grid_grid_builder/example/macos/Podfile.lock cocoapods
  • FlutterMacOS 1.0.0
  • url_launcher_macos 0.0.1
packages/apptive_grid_user_management/example/ios/Podfile.lock cocoapods
  • Flutter 1.0.0
  • flutter_secure_storage 3.3.1
  • uni_links 0.0.1
  • url_launcher_ios 0.0.1
.github/workflows/pr_title_check.yml actions
  • amannn/action-semantic-pull-request v4.5.0 composite
packages/apptive_grid_core/example/ios/Podfile cocoapods
packages/apptive_grid_form/example/ios/Podfile cocoapods
packages/apptive_grid_grid_builder/example/ios/Podfile cocoapods
packages/apptive_grid_grid_builder/example/macos/Podfile cocoapods
packages/apptive_grid_user_management/example/ios/Podfile cocoapods
packages/apptive_grid_core/example/android/build.gradle maven
packages/apptive_grid_form/example/android/build.gradle maven
packages/apptive_grid_grid_builder/example/android/build.gradle maven
packages/apptive_grid_user_management/example/android/build.gradle maven
pubspec.lock pub
  • ansi_styles 0.3.2+1
  • args 2.4.0
  • async 2.11.0
  • boolean_selector 2.1.1
  • charcode 1.3.1
  • cli_launcher 0.3.1
  • cli_util 0.3.5
  • collection 1.17.1
  • conventional_commit 0.6.0+1
  • file 6.1.4
  • glob 2.1.1
  • graphs 2.2.0
  • http 0.13.5
  • http_parser 4.0.2
  • io 1.0.4
  • json_annotation 4.8.0
  • matcher 0.12.15
  • melos 3.0.1
  • meta 1.9.1
  • mustache_template 2.0.0
  • path 1.8.3
  • platform 3.1.0
  • pool 1.5.1
  • process 4.2.4
  • prompts 2.0.0
  • pub_semver 2.1.3
  • pub_updater 0.2.4
  • pubspec 2.3.0
  • quiver 3.2.1
  • source_span 1.10.0
  • stack_trace 1.11.0
  • stream_channel 2.1.1
  • string_scanner 1.2.0
  • term_glyph 1.2.1
  • test_api 0.5.1
  • typed_data 1.3.1
  • uri 1.0.0
  • yaml 3.1.1
  • yaml_edit 2.1.0
pubspec.yaml pub
  • melos ^3.0.0 development