Skip to content

Commit

Permalink
Merge pull request #51 from fernan542/master
Browse files Browse the repository at this point in the history
implement barrel file
  • Loading branch information
RockerFlower authored Feb 26, 2024
2 parents 256d134 + 755ed7b commit 9a87c32
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 9a87c32

Please sign in to comment.