spyder 0.0.1 copy "spyder: ^0.0.1" to clipboard
spyder: ^0.0.1 copied to clipboard

Spyder provides fast encryption and decryption techniques to conceal sensitive text data without external interruptions and decode the same.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:spyder_example/Screens/InfoScreen.dart';
import 'package:spyder_example/Style/MyColors.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      theme: ThemeData(
        fontFamily: 'Oxygen',
        accentColor: MyColors.boxBackground,
      ),
      debugShowCheckedModeBanner: false,
      home: InfoScreen(),
    );
  }
}
0
likes
40
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Spyder provides fast encryption and decryption techniques to conceal sensitive text data without external interruptions and decode the same.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on spyder

Packages that implement spyder