Export models

master
Jonas Franz 4 years ago
parent 98975af8bc
commit 642ee68532
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 4
      CHANGELOG.md
  2. 2
      lib/db_construction_site.dart
  3. 1
      lib/src/index.dart
  4. 2
      lib/src/models/index.dart

@ -1,3 +1,7 @@
## [0.0.1-dev+1] - 2020-07-31
* Apply linting rules
## [0.0.1-dev] - 2020-07-31
* Initial release

@ -2,7 +2,7 @@ library db_construction_site;
import 'src/services/connection_service.dart';
export 'src/models/index.dart';
export 'src/index.dart';
class DBConstructionSite {
/// Find train routes and connections that are affected by construction sites

@ -0,0 +1 @@
export 'models/index.dart';

@ -1,2 +1,4 @@
export 'region.dart';
export 'connection_type.dart';
export 'connection.dart';
export 'construction_report.dart';
Loading…
Cancel
Save