Skip to content

Instantly share code, notes, and snippets.

View JaiAravindh's full-sized avatar
:octocat:
Whole Life is A Learning process

Jai Aravindh JaiAravindh

:octocat:
Whole Life is A Learning process
View GitHub Profile
import 'package:animated_text_kit/animated_text_kit.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:splashscreen/splashscreen.dart';
void main(){
runApp(new MaterialApp(
debugShowCheckedModeBanner: false,
home: new MyApp(),
));
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
void main(){
runApp(new MaterialApp(
debugShowCheckedModeBanner: false,
home: new BookSearch(),
));
}