carp_survey_package 1.9.0 copy "carp_survey_package: ^1.9.0" to clipboard
carp_survey_package: ^1.9.0 copied to clipboard

CARP survey sampling package. Samples survey data from the CARP Research Package and Cognition Package.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

class MainApp extends StatelessWidget {
  const MainApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
3
likes
160
points
167
downloads

Publisher

verified publishercachet.dk

Weekly Downloads

CARP survey sampling package. Samples survey data from the CARP Research Package and Cognition Package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

carp_core, carp_mobile_sensing, carp_serializable, cognition_package, flutter, json_annotation, research_package

More

Packages that depend on carp_survey_package