remove_accentuation_extension 0.0.1 copy "remove_accentuation_extension: ^0.0.1" to clipboard
remove_accentuation_extension: ^0.0.1 copied to clipboard

outdated

Remove accents, in a simple way quickly using the extension.

remove_accentuation_extension #

A new Flutter package project.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

@ ===

Remove Accentuation Extension #

Remove accents, in a simple way quickly using the extension.

Contributions are welcome

Usage #

A simple usage example:

   import 'package:remove_accentuation_extension/remove_accentuation_extension.dart';

   main() {
   
   print(('ÀÁÂÃÄÅàáâãäåÒÓÔÕÕÖØòóôõöøÈÉÊËèéêëðÇçÐÌÍÎÏìíîïÙÚÛÜùúûüÑñŠšŸÿýŽž').remove);
   // prints 'AAAAAAaaaaaaOOOOOOOooooooEEEEeeeeðCcÐIIIIiiiiUUUUuuuuNnSsYyyZz'
   }
1
likes
40
pub points
22%
popularity

Publisher

unverified uploader

Remove accents, in a simple way quickly using the extension.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on remove_accentuation_extension