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
130
pub points
58%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, encrypt, flutter, http, localstorage, solid_auth

More

Packages that depend on solid_encrypt