diff --git a/packages/bonsoir/example/lib/main.dart b/packages/bonsoir/example/lib/main.dart index 1760b242..3fc796bc 100644 --- a/packages/bonsoir/example/lib/main.dart +++ b/packages/bonsoir/example/lib/main.dart @@ -6,6 +6,13 @@ import 'package:bonsoir_example/widgets/eager_initialization.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; +/// This file is the entry point of the Bonsoir example project. +/// The full source code is available here : +/// https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir/example. +/// +/// Feel free to check the available code snippets as well : +/// https://bonsoir.skyost.eu/docs#getting-started + /// Plugin's main method. Future main() async { WidgetsFlutterBinding.ensureInitialized();