mirror of
https://github.com/Iconica-Development/flutter_timetable.git
synced 2025-05-18 19:43:43 +02:00
9 lines
162 B
Dart
9 lines
162 B
Dart
library timetable;
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
part 'src/timetable.dart';
|
|
part 'src/table.dart';
|
|
part 'src/time_block.dart';
|
|
part 'src/block.dart';
|