Moved files around
This commit is contained in:
parent
e11094b56c
commit
a9bbc19f50
7 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:ohthatsa/MonthPracticeSetupPage.dart';
|
||||
import 'package:ohthatsa/YearsPage.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/pages/practice/MonthPracticeSetupPage.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/pages/YearsPage.dart';
|
||||
|
||||
import 'MonthPracticePage.dart';
|
||||
import 'MonthValuesPage.dart';
|
||||
import 'pages/practice/month/MonthPracticePage.dart';
|
||||
import 'pages/MonthValuesPage.dart';
|
||||
|
||||
void main() {
|
||||
runApp(OhThatsA());
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'AppDrawer.dart';
|
||||
import '../AppDrawer.dart';
|
||||
|
||||
class MonthValuesPage extends StatelessWidget {
|
||||
final Map<String, int> monthValues = {
|
|
@ -1,9 +1,9 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:numberpicker/numberpicker.dart';
|
||||
import 'package:ohthatsa/DayCalculator.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/util/DayCalculator.dart';
|
||||
|
||||
import 'AppDrawer.dart';
|
||||
import '../AppDrawer.dart';
|
||||
|
||||
class YearsPage extends StatefulWidget {
|
||||
@override
|
|
@ -1,7 +1,7 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:numberpicker/numberpicker.dart';
|
||||
import 'package:ohthatsa/DayCalculator.dart';
|
||||
import 'AppDrawer.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/util/DayCalculator.dart';
|
||||
import '../../../AppDrawer.dart';
|
||||
import "dart:math";
|
||||
|
||||
class MonthPracticePage extends StatefulWidget {
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:numberpicker/numberpicker.dart';
|
||||
import 'AppDrawer.dart';
|
||||
import '../../../AppDrawer.dart';
|
||||
|
||||
class MonthPracticeSetupPage extends StatefulWidget {
|
||||
@override
|
|
@ -1,5 +1,5 @@
|
|||
import 'package:test/test.dart';
|
||||
import 'package:ohthatsa/DayCalculator.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/util/DayCalculator.dart';
|
||||
|
||||
void main() {
|
||||
group("DayCalculator getYearValue() ", () {
|
||||
|
|
Loading…
Add table
Reference in a new issue