Skip to content

Commit

Permalink
chore(neon_dashboard): Update library directive
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 5, 2023
1 parent bf7596e commit 3d95c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
5 changes: 5 additions & 0 deletions packages/neon/neon_dashboard/lib/neon_dashboard.dart
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/// The Neon client for the Dashboard app.
///
/// Add `DashboardApp()` to your runNeon command to execute this app.
library neon_dashboard;

export 'src/app.dart';
26 changes: 0 additions & 26 deletions packages/neon/neon_dashboard/lib/src/app.dart
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
/// The Neon client for the dashboard app.
///
/// Add `DashboardApp()` to your runNeon command to execute this app.
///
/// A basic implementation could look like:
///```dart
///Future<void> main() async {
/// await runNeon(
/// appImplementations: {
/// DashboardApp()
/// },
/// theme: NeonTheme(
/// branding: Branding(
/// name: 'Dashboard',
/// logo: VectorGraphic(
/// loader: AssetBytesLoader(
/// 'assets/logo.svg.vec',
/// ),
/// ),
/// ),
/// ),
/// );
/// }
///```
library dashboard;

import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:neon_dashboard/l10n/localizations.dart';
Expand Down

0 comments on commit 3d95c4c

Please sign in to comment.