flutterx_application 1.0.0-dev flutterx_application: ^1.0.0-dev copied to clipboard
Core functionalities of a flutter application including translations, lifecycle events, navigation, dialogs
flutterx_application #
Core functionalities of a flutter application including translations, lifecycle events, navigation, dialogs
Install #
Add a line like this to your package's pubspec.yaml (and run dart pub get):
dependencies:
flutterx_application: ^1.0.0-dev
Import #
Import the library like this:
import 'package:flutterx_application/flutterx_application.dart';
Usage #
Check the documentation in the desired source file of this library