Skip to content

Instantly share code, notes, and snippets.

View ElZombieIsra's full-sized avatar
🏠
Working from home

Israel Ibarra ElZombieIsra

🏠
Working from home
View GitHub Profile
@ElZombieIsra
ElZombieIsra / main.dart
Last active July 29, 2020 00:14
Custom icon implementation to solve Flutters Icon Widget icon overflow
import 'package:flutter/material.dart';
final Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
@ElZombieIsra
ElZombieIsra / pubspec.yaml
Created October 8, 2020 21:10
Agrega dialog_flowtter a tus dependencias
# ...
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
# Agrega aquí la dependencia
dialog_flowtter: ^0.1.3
dev_dependencies:
# ...
@ElZombieIsra
ElZombieIsra / pubspec.yaml
Created October 8, 2020 21:20
Agrega el json a tus assets
# ...
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# Agrega aquí tu archivo.
assets:
# Esta línea debe apuntar a la ruta de tu documento