state_extended 2.5.0+3 state_extended: ^2.5.0+3 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')));