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

A new Flutter package project.

example/lib/main.dart

import 'package:example/criptografia/home_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Recursos-innube',
      theme: ThemeData.dark(),
      home: HomePage(),
    );
  }
}
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on cifrar_msg