ids_material_sdk 2.6.0 copy "ids_material_sdk: ^2.6.0" to clipboard
ids_material_sdk: ^2.6.0 copied to clipboard

The IDS Material SDK is designed to streamline development for Flutter developers, allowing them to focus on product innovation rather than spending time on networking API calls or UI components. It s [...]

example/main.dart

import 'package:ids_material_sdk/ids_api_manager.dart';
import 'package:ids_material_sdk/utilities/ids_helper.dart';

void main() {

  var request = {"UserName":"ddd","Password":"ddd"};
  final Future<Map<String, dynamic>> apiResponse =
  IDSApiManager().uploadFormData("http://ids.com/api/v1/login", request, "local-url-path-of-file", {"Connection":"keep-alive"});
  apiResponse.then((response) => {
    IDSHelper.debugJSON(response)
  });

}
26
likes
0
points
211
downloads

Publisher

verified publisherivandigitalsolutions.com

Weekly Downloads

The IDS Material SDK is designed to streamline development for Flutter developers, allowing them to focus on product innovation rather than spending time on networking API calls or UI components. It simplifies essential tasks, enabling faster and more efficient app development.MultiselectDropDown, DropDown, Custom Button, Networking Services, Theme, Standard TextField, Password Field

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_html, html_unescape, http, logger, states_rebuilder, xml

More

Packages that depend on ids_material_sdk