SYMBOL INDEX (48 symbols across 12 files) FILE: lib/animation/FadeAnimation.dart class FadeAnimation (line 4) | class FadeAnimation extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/main.dart function main (line 9) | void main() class HomePage (line 16) | class HomePage extends StatefulWidget { method createState (line 20) | _HomePageState createState() class _HomePageState (line 23) | class _HomePageState extends State { method _onItemTapped (line 34) | void _onItemTapped(int index) method initState (line 42) | void initState() method build (line 50) | Widget build(BuildContext context) FILE: lib/models/product.dart class Product (line 1) | class Product { FILE: lib/pages/cart.dart class CartPage (line 12) | class CartPage extends StatefulWidget { method createState (line 16) | _CartPageState createState() class _CartPageState (line 19) | class _CartPageState extends State with TickerProviderStateMix... method fetchItems (line 24) | Future fetchItems() method initState (line 41) | void initState() method build (line 49) | Widget build(BuildContext context) FILE: lib/pages/explore.dart class ExplorePage (line 9) | class ExplorePage extends StatefulWidget { method createState (line 13) | _ExplorePageState createState() class _ExplorePageState (line 16) | class _ExplorePageState extends State with TickerProviderSt... method initState (line 42) | void initState() method _listenToScrollChange (line 50) | void _listenToScrollChange() method build (line 63) | Widget build(BuildContext context) method products (line 259) | Future products() FILE: lib/pages/notification.dart class NotificationPage (line 3) | class NotificationPage extends StatefulWidget { method createState (line 7) | _NotificationPageState createState() class _NotificationPageState (line 10) | class _NotificationPageState extends State { method build (line 12) | Widget build(BuildContext context) FILE: lib/pages/payment.dart class PaymentPage (line 7) | class PaymentPage extends StatefulWidget { method createState (line 11) | _PaymentPageState createState() class _PaymentPageState (line 14) | class _PaymentPageState extends State { method build (line 38) | Widget build(BuildContext context) FILE: lib/pages/payment_success.dart class PaymentSuccess (line 5) | class PaymentSuccess extends StatefulWidget { method createState (line 9) | _PaymentSuccessState createState() class _PaymentSuccessState (line 12) | class _PaymentSuccessState extends State { method build (line 14) | Widget build(BuildContext context) FILE: lib/pages/product_view.dart class ProductViewPage (line 4) | class ProductViewPage extends StatefulWidget { method createState (line 9) | _ProductViewPageState createState() class _ProductViewPageState (line 12) | class _ProductViewPageState extends State { method build (line 33) | Widget build(BuildContext context) FILE: lib/pages/profile.dart class ProfilePage (line 3) | class ProfilePage extends StatefulWidget { method createState (line 7) | _ProfilePageState createState() class _ProfilePageState (line 10) | class _ProfilePageState extends State { method build (line 12) | Widget build(BuildContext context) FILE: lib/pages/search.dart class SearchPage (line 3) | class SearchPage extends StatefulWidget { method createState (line 7) | _SearchPageState createState() class _SearchPageState (line 10) | class _SearchPageState extends State { method build (line 12) | Widget build(BuildContext context) FILE: test/widget_test.dart function main (line 13) | void main()