Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
158 stars 115 forks source link

Import organization #5

Closed vintage closed 3 years ago

vintage commented 3 years ago

Would be great to organise the code in such way that app needs to perform one import instead of multiples. Right now I need to:

import 'package:emoji_picker_flutter/category_icons.dart';
import 'package:emoji_picker_flutter/config.dart';
import 'package:emoji_picker_flutter/emoji_picker_flutter.dart';

would rather see it like:

import 'package:emoji_picker_flutter/emoji_picker.dart';

which exports all public parts of the library.

Fintasys commented 3 years ago

@vintage Ah I see, great suggestion, thank you! Will change it in the next days 🙇

Fintasys commented 3 years ago

@vintage Fixed in v1.0.3! Thanks again 🙇