Skip to content

Instantly share code, notes, and snippets.

@vicmans
vicmans / main.dart
Created February 11, 2021 03:30
Implicit animation tutorial
import 'dart:math';
import 'package:flutter/material.dart';
double randomBorderRadius() {
return Random().nextDouble() * 64;
}
double randomMargin() {
return Random().nextDouble() * 64;
@vicmans
vicmans / main.dart
Created February 3, 2021 02:53
First Dart App #30DaysOfFlutter
import 'package:flutter/material.dart';
void main() => runApp(SignUpApp());
class SignUpApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
routes: {
'/': (context) => SignUpScreen(),
@vicmans
vicmans / AdminCustomerThreadController.php
Created June 25, 2018 03:24
Contrador secretaria tecnica
<?php
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/OSL-3.0
@vicmans
vicmans / AdminCustomerThreadController.php
Created June 25, 2018 03:24
Controlador secretaria tecnica
<?php
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/OSL-3.0