Bump deps and add new dex data
This commit is contained in:
parent
fa6eaae876
commit
2309942e7e
8 changed files with 152 additions and 27 deletions
|
@ -1,9 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:libacflutter/Constants.dart';
|
||||
import 'package:pokedex/Session.dart';
|
||||
|
||||
class FilterPage extends StatefulWidget {
|
||||
const FilterPage({super.key});
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() {
|
||||
return _filterPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue