state_extended 0.4.0+1 state_extended: ^0.4.0+1 copied to clipboard
The State Class is extended with State object controllers and lifecycle events.
// Copyright 2022 Andrious Solutions Ltd. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:example/src/view.dart';
void main() => runApp(const MyApp(key: Key('MyApp')));