Skip to content

Commit

Permalink
implement barrel file
Browse files Browse the repository at this point in the history
  • Loading branch information
fernan542 committed Feb 22, 2024
1 parent 256d134 commit 755ed7b
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 487 deletions.
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:wave/config.dart';
import 'package:wave/wave.dart';

void main() => runApp(WaveDemoApp());
Expand Down
2 changes: 0 additions & 2 deletions lib/config.dart → lib/src/config.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:ui';

import 'package:flutter/widgets.dart';

enum ColorMode {
Expand Down
Loading

0 comments on commit 755ed7b

Please sign in to comment.