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

outdated

A state management library that helps add reactivity to widgets

example/lib/main.dart

import 'package:example/pages/main_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'WStore builder',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const MainPage(),
      debugShowCheckedModeBanner: false,
    );
  }
}
8
likes
0
points
8
downloads

Publisher

verified publisherdevmaslove.ru

Weekly Downloads

A state management library that helps add reactivity to widgets

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wstore