solid_encrypt 0.1.10 copy "solid_encrypt: ^0.1.10" to clipboard
solid_encrypt: ^0.1.10 copied to clipboard

A data encryption library which can be used to encrypt the content in turtle files stored in Solid PODs.

example/lib/main.dart

// Flutter imports:
import 'package:flutter/material.dart';

// Project imports:
import 'package:fluttersolidencrypt/screens/LoginScreen.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of the application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Solid Authentication',
      theme: ThemeData(),
      home: LoginScreen(),
    );
  }
}
1
likes
140
points
428
downloads

Publisher

unverified uploader

Weekly Downloads

A data encryption library which can be used to encrypt the content in turtle files stored in Solid PODs.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, http, localstorage, solid_auth

More

Packages that depend on solid_encrypt