Skip to content

Instantly share code, notes, and snippets.

View Syed-Waleed-Shah's full-sized avatar
🏠
Working from home

Syed-Waleed-Shah

🏠
Working from home
View GitHub Profile
@CaiJingLong
CaiJingLong / automatic_example.dart
Created April 29, 2019 09:15
AutomaticKeepAliveClientMixin for tabbar example
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',