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

Lightweight Dart/Flutter code generator for JSON serialization and model-entity mapping.

example/lib/main.dart

import 'package:example/presentation/pages/user_details_page.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: .fromSeed(seedColor: Colors.deepPurple)),
      home: const UserDetailsPage(),
      debugShowCheckedModeBanner: false,
    );
  }
}
1
likes
150
points
37
downloads

Documentation

API reference

Publisher

verified publisherprakashsonar.in

Weekly Downloads

Lightweight Dart/Flutter code generator for JSON serialization and model-entity mapping.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, flutter, meta, source_gen

More

Packages that depend on auto_entity