Skip to content

Instantly share code, notes, and snippets.

View ChaboCode's full-sized avatar
🐟
tetris go brrrrr

Saul Chavez Sanchez ChaboCode

🐟
tetris go brrrrr
View GitHub Profile
@GroovinChip
GroovinChip / main.dart
Created March 6, 2020 19:54
Dynamic AppBar content based on BottomNavigationBar page index
/// Example for how to dynamically change the appearance of an AppBar based on BottomNavigationBar page index.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(