Skip to content

Commit

Permalink
Add basics for a new design (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
easazade committed Jan 16, 2023
1 parent b517525 commit 648428a
Show file tree
Hide file tree
Showing 63 changed files with 35 additions and 1,580 deletions.
21 changes: 0 additions & 21 deletions lib/fake_it.dart
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
library fake_it;

export 'src/faker.dart';

export 'src/random_generator.dart';

export 'src/address.dart';
export 'src/conference.dart';
export 'src/company.dart';
export 'src/currency.dart';
export 'src/food.dart';
export 'src/guid.dart';
export 'src/internet.dart';
export 'src/job.dart';
export 'src/jwt.dart';
export 'src/person.dart';
export 'src/sport.dart';
export 'src/vehicle.dart';

export 'src/providers/base_providers.dart';
export 'src/providers/default_providers.dart';
export 'src/providers/fa_providers.dart';
162 changes: 0 additions & 162 deletions lib/src/address.dart

This file was deleted.

7 changes: 7 additions & 0 deletions lib/src/collections/defenitions/lorem.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'package:fake_it/src/locale.dart';

class Lorem {
const Lorem(this.locale);

final FakeItLocale locale;
}
10 changes: 10 additions & 0 deletions lib/src/collections/fake_collection.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'package:fake_it/src/collections/defenitions/lorem.dart';
import 'package:fake_it/src/locale.dart';

class FakeCollection {
FakeCollection(this.locale) : lorem = Lorem(locale);

final FakeItLocale locale;

final Lorem lorem;
}
89 changes: 0 additions & 89 deletions lib/src/company.dart

This file was deleted.

16 changes: 0 additions & 16 deletions lib/src/conference.dart

This file was deleted.

25 changes: 0 additions & 25 deletions lib/src/currency.dart

This file was deleted.

Loading

0 comments on commit 648428a

Please sign in to comment.