mirror of
https://github.com/Iconica-Development/flutter_single_character_input.git
synced 2025-05-18 19:53:45 +02:00
9 lines
195 B
Dart
9 lines
195 B
Dart
// SPDX-FileCopyrightText: 2022 Iconica
|
|
//
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
library single_character_input;
|
|
|
|
export 'src/input_character.dart';
|
|
export 'src/single_character_input.dart';
|