Dart package that converts number to words (English language)A Flutter/Dart package that converts number to words (English language)

Overview

flutter_number_to_words_english

A Flutter/Dart package that converts number to words (English language)

Flutter (Null Safety)

Flutter (Channel stable, 2.5.2, locale en-US)

  • Flutter version 2.5.2
  • Dart version 2.14.3

Usage

import 'package:number_to_words_english/number_to_words_english.dart';

NumberToWordsEnglish.convert(55);
//'fifty-five'

NumberToWordsEnglish.convert(100000);
//'one hundred thousand'

NumberToWordsEnglish.convert(13578921);
// 'thirteen million five hundred seventy-eight thousand nine hundred twenty-one'

NumberToWordsEnglish.convert(123456789);
// 'one hundred twenty-three million four hundred fifty-six thousand seven hundred eighty-nine'
You might also like...

A Flutter package with a selection of simple yet very customizable set of loading animations.

A Flutter package with a selection of simple yet very customizable set of loading animations.

Flutter Loading Animations A simple yet very customizable set of loading animations for Flutter projects. Installation Add the following to your pubsp

Sep 23, 2022

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.

Motion Tab Bar A beautiful animated widget for your Flutter apps Preview: | | Getting Started Add the plugin: dependencies: motion_tab_bar: ^0.1.5 B

Nov 15, 2022

Animation package for Flutter, inspired by Animate.css

Animation package for Flutter, inspired by Animate.css

animator Enables you to create stunning flutter animations, faster, efficient and with less code. Null safety: For null safety please use flutter_anim

Dec 6, 2022

☀️ A Flutter package for some material design app intro screens with some cool animations.

☀️ A Flutter package for some material design app intro screens with some cool animations.

IntroViews is inspired by Paper Onboarding and developed with love from scratch. Checkout our fully responsive live example app. Table of contents Fea

Dec 30, 2022

A light weight package for flutter apps, that easily shows a splash screen with a nice fade animation.

Animated Splash Screen Using the package Get the library environment: sdk: "=2.1.0 3.0.0" Add dependency in pubspec.yaml dependencies: animated_

Oct 6, 2022

A flutter package which will help you to generate pin code fields with beautiful design and animations

A flutter package which will help you to generate pin code fields with beautiful design and animations

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓 🤓

Dec 23, 2022

A set of transition patterns within the animations package using flutter.

A set of transition patterns within the animations package using flutter.

Flutter Motion Transitions A fultter app to demonstrate Material motion system. Material Motion System The four main Material transition patterns are

Oct 13, 2022

A Flutter package that two widgets switch with clipper.

A Flutter package that two widgets switch with clipper.

Flutter Switch Clipper A Flutter package that two widgets switch with clipper. 使用 使用FillClipper并自定义相关参数 View code SwitchCipper( initSelect: true,

Jan 3, 2023

A package to display blinking point to your mobile app in Flutter

A package to display blinking point to your mobile app in Flutter

Blinking point Easy way to create a blinking point for your Flutter project. Installation Add this to your package's pubspec.yaml file: dependencies:

Apr 18, 2022
Comments
  • Lexical or Preprocessor Issue (Xcode): 'flutter_number_to_words_english-Swifth.h' file not found

    Lexical or Preprocessor Issue (Xcode): 'flutter_number_to_words_english-Swifth.h' file not found

    This package is great and works perfectly on Android, but when I try to build my iOS app, I get the following error:

    Lexical or Preprocessor Issue (Xcode): 'flutter_number_to_words_english-Swifth.h' file not found /Documents/flutter/.pub-cache/hosted/pub.dartlang.org/number_to_words_english-2.0.1/ios/Classes/FlutterNumberToWordsEnglishPlugin.m:8:9: 'flutter_number_to_words_english-Swift.h' file not found

    opened by cyntiafelix 1
Releases(v2.0.2)
Owner
Ke Nguyen
Ke Nguyen
Phone number authentication + OTP login page built with @flutter 😍

The Gorgeous Otp A login page built with flutter inspired by a design found on Uplabs Login Screen OTP Screen Tools This project uses the phone connec

Hugo EXTRAT 179 Nov 22, 2022
🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]

Animated Text Kit A flutter package which contains a collection of some cool and awesome text animations. Recommended package for text animations in C

Ayush Agarwal 1.4k Jan 6, 2023
Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

Lottie for Flutter Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and rende

Xavier H. 894 Jan 2, 2023
A native dart package for Stripe

Flutter Stripe SDK A native dart package for Stripe. There are various other flutter plugins that wrap existing Stripe libraries, but this package use

Bash_ 0 Oct 11, 2021
Flutter package for creating awesome animations.

?? Simple Animations Simple Animations is a powerful package to create beautiful custom animations in no time. ?? fully tested ?? well documented ?? e

Felix Blaschke 879 Dec 31, 2022
A flutter package that adds support for vector data based animations.

animated_vector Description and inspiration A package that adds support for vector data based animations. The data format is heavily inspired from the

Potato Open Sauce Project 6 Apr 26, 2022
A package to create nice and smooth animations for flutter

animation_director A package to create nice and smooth animations for flutter Introduction A simple package to build beautiful and smooth animations f

null 10 Nov 28, 2022
A flutter package which makes it easier to display the difference between two images.

?? Before After A flutter package which makes it easier to display the differences between two images.. The source code is 100% Dart, and everything r

Sahil Kumar 741 Dec 30, 2022
A Flutter package for a quick and handy giffy dialog.

?? Giffy Dialogs A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android. The source code is 100% Dart, and ever

Sahil Kumar 626 Dec 29, 2022
A Flutter Package providing Avatar Glow Widget

Avatar Glow This Flutter package provides a Avatar Glow Widget with cool background glowing animation. Live Demo: https://apgapg.github.io/avatar_glow

Ayush P Gupta 250 Dec 22, 2022