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

Publisher

unverified uploader

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