Skip to content

daohoangson/flutter-vnd_keyboard

Repository files navigation

flutter_vnd_keyboard

github/workflows codecov

Vietnamese đồng keyboard for Flutter.

Getting Started

Add this to your app's pubspec.yaml file:

dependencies:
  flutter_vnd_keyboard: ^0.0.1

Usage

Then you have to import the package with:

import 'package:flutter_vnd_keyboard/flutter_vnd_keyboard.dart';

And use VndKeyboard or VndBottomSheet where appropriate.

      ElevatedButton(
        child: Text('showBottomSheet'),
        onPressed: () async {
          final vnd = await showModalBottomSheet(
            builder: (_) => VndBottomSheet(),
            context: context,
          );
          print('vnd=$vnd');
        },
      );
}
Light theme Dark theme
VndKeyboard
VndBottomSheet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages