Git Product home page Git Product logo

m-r-davari / dart_common_utilities Goto Github PK

View Code? Open in Web Editor NEW
38.0 1.0 1.0 52 KB

A Dart language Common Utility package, that makes your code faster,easier and cleaner. contains lots of useful functions for Dart primitive types (support all Flutter platforms)

Home Page: https://pub.dev/packages/common_utilities

License: MIT License

Dart 100.00%
common-utility common-utils dart flutter primitive-types utility-library common-utili string-fu

dart_common_utilities's Introduction

About Me

Hey this is MohammadReza ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ

I'm a seasoned software engineer with a profound expertise in Android and Flutter development. With over 7 years of tech industry experience, including 4 years dedicated to Flutter, I possess a strong track record of designing, implementing, and maintaining production-ready mobile applications based on cutting-edge technologies such as Java/Kotlin for Android and Dart for Flutter. My journey includes leadership roles where I've successfully led teams. as a creative, hardworking team player who enjoys sharing my experience and helping to solve challenges from different perspectives, such as business, management, and software, I can play an essential role in the decision-making of cross-functional teams.

This banner ๐Ÿ‘‡๐Ÿป and the widgets below have been created by the Github Readme Beautifier project which I have developed.

Text changing depending on mode. Light: 'LightMeme' Dark: 'DarkMeme'

Its a web app to beautify and enhance your Github README file, that provides interesting widgets in GIF(animated) formats.

Text changing depending on mode. Light: 'LightMeme' Dark: 'DarkMeme' Text changing depending on mode. Light: 'LightMeme' Dark: 'DarkMeme'


Show some โค๏ธ๏ธ and support me with Github star โญ๏ธ . (How To Use)
You are welcomed to contribute.

Notes

This project has been developed using Flutter web.

dart_common_utilities's People

Contributors

m-r-davari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mobinsafaeian

dart_common_utilities's Issues

removeAt only removes first match

You can see in the source code that removeAt(int index) only removes the first match:

  /// remove the character in [index] of the given string.
  String removeAt(int index) {
    var selectStr = _mainStr[index];
    return _mainStr.replaceFirst('$selectStr', '');
  }

This implementation is wrong. The following code shows how this can appear:

//          01234567
var str1 = "12.34.56";
print(str1.stringUtils().removeAt(5));

The element at position 5 was not removed, instead the element at position 2 was.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.