display filename on top bar
rearrange some imports add linter rules
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:notes/context/file_change_notifier.dart';
|
||||
import 'package:notes/widgets/icon_material_button.dart';
|
||||
import 'package:notes/widgets/note_tile.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import '../context/file_change_notifier.dart';
|
||||
import '../widgets/icon_material_button.dart';
|
||||
import '../widgets/note_tile.dart';
|
||||
|
||||
class AllNotesPage extends StatefulWidget {
|
||||
const AllNotesPage({Key? key}) : super(key: key);
|
||||
|
||||
|
Reference in New Issue
Block a user