Put data classes in models folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:cabo_counter/data/game_session.dart';
|
||||
import 'package:cabo_counter/data/models/game_session.dart';
|
||||
import 'package:cabo_counter/services/local_storage_service.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:cabo_counter/data/round.dart';
|
||||
import 'package:cabo_counter/data/models/round.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
/// This class represents a game session for Cabo game.
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:cabo_counter/data/game_session.dart';
|
||||
import 'package:cabo_counter/data/models/game_session.dart';
|
||||
|
||||
/// This class represents a single round in the game.
|
||||
/// It is stored within the [GameSession] class.
|
||||
Reference in New Issue
Block a user