more_functions 0.0.2 more_functions: ^0.0.2 copied to clipboard
A dart package which provides a lot of helpers functions for easy development.
example/more_functions_example.dart
// Copyright (c) 2021. Talat El Beick. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
import 'package:more_functions/more_functions.dart';
void main() {
print('hello amazing world!'.wordAt(1));
}