Mateo

Results 2 comments of Mateo

It's working perfectly for me. Can you try this code snippet? ``` import 'package:flutter/material.dart'; import 'package:line_awesome_icons/line_awesome_icons.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context)...

I also faced this problem. So I updated this library to use the latest version of line awesome. If you want to try it you can add this in your...