neo_toolbox 0.0.1+1 copy "neo_toolbox: ^0.0.1+1" to clipboard
neo_toolbox: ^0.0.1+1 copied to clipboard

My regular used patterns, classes in Flutter.

example/lib/main.dart

import './provider/ViewNotifierConsumerExample.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ViewNotifierConsumerExample()
    );
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

My regular used patterns, classes in Flutter.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on neo_toolbox