Skip to content
Snippets Groups Projects
Commit c50ae77d authored by Éloïs's avatar Éloïs
Browse files

style: apply flutter format

parent 0ef008d5
Branches
Tags
1 merge request!1Create CI
...@@ -19,7 +19,6 @@ class HomeProvider with ChangeNotifier { ...@@ -19,7 +19,6 @@ class HomeProvider with ChangeNotifier {
Widget appBarTitle = Text('Ğecko', style: TextStyle(color: Colors.grey[850])); Widget appBarTitle = Text('Ğecko', style: TextStyle(color: Colors.grey[850]));
List currentTab = [HistoryScreen(), WalletsHome()]; List currentTab = [HistoryScreen(), WalletsHome()];
get currentIndex => _currentIndex; get currentIndex => _currentIndex;
set currentIndex(int index) { set currentIndex(int index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment