fix navbar matching when using global back button
This commit is contained in:
10
lib/components/pages/newEntry.dart
Normal file
10
lib/components/pages/newEntry.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:mileograph_flutter/services/dataService.dart';
|
||||
|
||||
class NewEntryPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final data = context.watch<DataService>();
|
||||
return Center(child: Text("New Entry Page"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user