Skip to content

Commit

Permalink
chore(example): Added some links to the main.dart header.
Browse files Browse the repository at this point in the history
Closes #77.
  • Loading branch information
Skyost committed Jan 4, 2024
1 parent f190d2a commit acc09e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/bonsoir/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
Expand Down

0 comments on commit acc09e7

Please sign in to comment.