df_config 0.7.5 copy "df_config: ^0.7.5" to clipboard
df_config: ^0.7.5 copied to clipboard

A package that provides methods to load configuration data and access it at runtime.

example/lib/main.dart

import 'package:df_config/df_config.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(
      home: Scaffold(body: Center(child: Text('Hello World'.tr()))),
    );
  }
}
2
likes
150
points
2.12k
downloads

Publisher

verified publisherdev-cetera.com

Weekly Downloads

A package that provides methods to load configuration data and access it at runtime.

Homepage
Repository (GitHub)

Topics

#cache #json #localization #parser #utils

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

df_collection, df_string, df_type, equatable, meta, path, yaml

More

Packages that depend on df_config