flamingo_generator 0.4.0+1 copy "flamingo_generator: ^0.4.0+1" to clipboard
flamingo_generator: ^0.4.0+1 copied to clipboard

outdated

Automatically generate code for converting flamingo JSON by annotating Dart classes.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('Hello'),
        ),
      ),
    );
  }
}
1
likes
0
pub points
6%
popularity

Publisher

verified publisherneverjp.com

Automatically generate code for converting flamingo JSON by annotating Dart classes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, code_builder, flamingo_annotation, flutter, meta, source_gen

More

Packages that depend on flamingo_generator