intl_utils_formatter 1.0.1 copy "intl_utils_formatter: ^1.0.1" to clipboard
intl_utils_formatter: ^1.0.1 copied to clipboard

A utility package for intl_utils to sort and format the arb files.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Flutter Demo'),
        ),
        body: const Center(
          child: Text('Hello, World!'),
        ),
      ),
    );
  }
}
4
likes
160
pub points
19%
popularity

Publisher

verified publisherdholasain.com

A utility package for intl_utils to sort and format the arb files.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, yaml

More

Packages that depend on intl_utils_formatter