provider_architecture 1.1.1+1 copy "provider_architecture: ^1.1.1+1" to clipboard
provider_architecture: ^1.1.1+1 copied to clipboard

A set of widgets to help with the implementation of the FilledStacks Provider Architecture

example/lib/main.dart

import 'package:example/views/home_view_provider_widget.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: HomeViewProviderWidget(),
    );
  }
}
116
likes
30
pub points
82%
popularity

Publisher

verified publisherfilledstacks.com

A set of widgets to help with the implementation of the FilledStacks Provider Architecture

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, observable_ish, provider

More

Packages that depend on provider_architecture