guardlinesdk 0.0.1
guardlinesdk: ^0.0.1 copied to clipboard
Porject integration Guardline SDK and API.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:guardlinesdk/demoapp.dart';
void main() {
// Ensure DemoApp is defined in ../clientsdk/DemoApp.dart and imported correctly
runApp(DemoApp());
}