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

outdated

This Flutter project turns Colors.red and all other colors into spanish. Instead of Colors.red, you'd use Colores.rojo, Colores.azul, Colores.verde, Colors.etc. Every color has been translated, and th [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colors_espanol

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  colors_espanol: ^1.0.0+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:colors_espanol/colores.dart';
import 'package:colors_espanol/main.dart';
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This Flutter project turns Colors.red and all other colors into spanish. Instead of Colors.red, you'd use Colores.rojo, Colores.azul, Colores.verde, Colors.etc. Every color has been translated, and this includes the shades like black##. It works identically do Colors except it isn't available for the ThemeData sadly, but it works for any other Widget that isn't directly affecting the Material App theme. It works on Containers of all shapes and types. Use it like a regular Colors widget. Este paquete funciona identicamente a Colors. Usenlo como usan Colors. Todos los colores han sido traducidos. Green es verde, orange es naranja, pink es rosado, marron es brown, etcetera. Disfruten:)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on colors_espanol