Skip to content

Instantly share code, notes, and snippets.

View sreekarsesham's full-sized avatar
💭
Upgrading novice --> Expert

sreekarsesham sreekarsesham

💭
Upgrading novice --> Expert
  • Monitra Healthcare Private Limited
  • Hyderabad,Telangana,India
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',