native_natural_sort 0.1.4
native_natural_sort: ^0.1.4 copied to clipboard
Locale-aware, numeric-aware natural string sorting for Flutter using each platform's native collation engine.
import 'package:flutter/material.dart';
import 'src/home_page.dart';
void main() {
runApp(const MaterialApp(
home: HomePage(),
debugShowCheckedModeBanner: false,
));
}