This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @author OMi Shah | |
// @email [email protected] | |
// @organization CodeCyan | |
// @website www.codecyan.com | |
import 'package:flutter/material.dart'; | |
void main() => runApp(CodeCyanApp()); | |
class CodeCyanApp extends StatelessWidget { |