md_framework 0.0.4+1 copy "md_framework: ^0.0.4+1" to clipboard
md_framework: ^0.0.4+1 copied to clipboard

This is a software development kit for the MDFramework. It is a collection of tools and libraries that can be used to develop applications for the MDFramework.

Project Title #

MDFramework SDK V0.0.2

Description #

This is a software development kit for the MDFramework. It is a collection of tools and libraries that can be used to develop applications for the MDFramework.

Usage #

in Main.dart add this code #

  MDInit.initialize(
   apiToken: YourApiToken,
   dataToken: YourDataToken,
   encryptKey: YourEncryptKey,
   );

Example #

      res = await MDRepo().executeProcedure(
          procedureName: ApiConstants.loginProcedure,
          dataToken: ApiConstants.dataToken,
          columnValues: [emailController.text, passwordController.text]);
2
likes
0
pub points
61%
popularity

Publisher

unverified uploader

This is a software development kit for the MDFramework. It is a collection of tools and libraries that can be used to develop applications for the MDFramework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build_runner, dio, encrypt, flutter, flutter_bloc, flutter_image_compress, freezed, freezed_annotation, get_it, json_annotation, json_serializable, path_provider, pretty_dio_logger, retrofit, retrofit_generator

More

Packages that depend on md_framework