colors_espanol 1.0.0+3 copy "colors_espanol: ^1.0.0+3" to clipboard
colors_espanol: ^1.0.0+3 copied to clipboard

outdated

This Flutter project turns Colors.red and all other colors into spanish. Traduce Colors y todos sus metodos a espanol.

example/example.dart

import 'package:colors_espanol/colores.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Container(
      height: 50,
      width: 350,
      // color: Colors.yellowAccent,
      color: Colores.amarillo,
    );
  }
}
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This Flutter project turns Colors.red and all other colors into spanish. Traduce Colors y todos sus metodos a espanol.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on colors_espanol