Commit af1c2883 authored by Brian Egan's avatar Brian Egan

Bugfix: Move export to main library instead of example

parent bccc2638
......@@ -38,7 +38,6 @@ void main(List<String> arguments) {
'',
"import 'package:font_awesome_flutter/font_awesome_flutter.dart';",
"import 'package:font_awesome_flutter_example/example_icon.dart';",
"export 'fa_icon.dart';",
'',
'// THIS FILE IS AUTOMATICALLY GENERATED!',
'',
......
......@@ -52,6 +52,7 @@ void main(List<String> arguments) {
'',
"import 'package:flutter/widgets.dart';",
"import 'package:font_awesome_flutter/icon_data.dart';",
"export 'fa_icon.dart';",
'',
'// THIS FILE IS AUTOMATICALLY GENERATED!',
'',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment