Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| import 'package:flutter/material.dart'; | |
| class SignIn extends StatefulWidget { | |
| @override | |
| _SignInState createState() => _SignInState(); | |
| } | |
| class _SignInState extends State<SignIn> { | |
| import 'package:flutter/material.dart'; | |
| Widget appBarMain(BuildContext context) { | |
| return AppBar( | |
| title: Image.asset( | |
| "assets/images/logo.png", | |
| height: 40, | |
| ), | |
| elevation: 0.0, | |
| centerTitle: false, |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera.
First, add image_picker as a dependency in your pubspec.yaml file.
| 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) { |
Click on the images and match the cell images! Memory Game
Visit : https://dartpad.dev/482dbd401031ab9f74b0fa3de705ad2f