All Projects → Yash-Garg → FlutSplash

Yash-Garg / FlutSplash

Licence: MIT license
Minimal Unsplash Android App to easily search and download images

Programming Languages

dart
5743 projects
kotlin
9241 projects

Projects that are alternatives of or similar to FlutSplash

Learning-Unity-ECS
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System.
Stars: ✭ 60 (+252.94%)
Mutual labels:  learning-by-doing
debty-v2
Android debts management app
Stars: ✭ 41 (+141.18%)
Mutual labels:  learning-by-doing
Regular Expressions
🔍 Swirl course on regular expressions and the regex family of functions in R
Stars: ✭ 21 (+23.53%)
Mutual labels:  learning-by-doing
100 Days Of Go
100 days of Go learning
Stars: ✭ 24 (+41.18%)
Mutual labels:  learning-by-doing
html-tutorial-exercises-course
Learn HTML with an interactive and auto-graded tutorial with dozens of exercises.
Stars: ✭ 23 (+35.29%)
Mutual labels:  learning-by-doing
Nutshell-Machine-Learning
This is a repository built by the community for the community.
Stars: ✭ 77 (+352.94%)
Mutual labels:  learning-by-doing
CombineUnsplash
A sample project exploring MVVM pattern with SwiftUI/Combine, using Unsplash API (via Picsum.photos API)
Stars: ✭ 25 (+47.06%)
Mutual labels:  learning-by-doing
reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (+64.71%)
Mutual labels:  learning-by-doing
challenge-generator
A program that generates a folder structure with challenges and projects for mastering a programming language.
Stars: ✭ 69 (+305.88%)
Mutual labels:  learning-by-doing
owlet-editor
A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
Stars: ✭ 38 (+123.53%)
Mutual labels:  learning-by-doing
go-sandbox
My sandbox repository to learn go
Stars: ✭ 84 (+394.12%)
Mutual labels:  learning-by-doing
lab-dotphy
The Virtual Lab for Physics
Stars: ✭ 14 (-17.65%)
Mutual labels:  learning-by-doing
analogclock
🕰 A customizable analog clock built using React
Stars: ✭ 16 (-5.88%)
Mutual labels:  learning-by-doing
Pandemic-Produce-Delivery-Project
An ongoing open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. New contributors are always, always, welcomed, regardless of where you are 🔥. Feel free to reach out at [email protected]~
Stars: ✭ 20 (+17.65%)
Mutual labels:  learning-by-doing
learning-pixi
一步一步的告诉你如何通过Pixi渲染引擎制作游戏和交互媒体(译)
Stars: ✭ 58 (+241.18%)
Mutual labels:  learning-by-doing
cdi-guide-tutorials
CDI Guide And Tutorials - Many examples of how to use CDI and CDI 2.0 like Qualifiers, Interceptors, Decorators, Lazy Initialization an much more!
Stars: ✭ 29 (+70.59%)
Mutual labels:  learning-by-doing
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (+64.71%)
Mutual labels:  learning-by-doing
ASP.NETCoreMVA
Microsoft Virtual Academy MVA
Stars: ✭ 82 (+382.35%)
Mutual labels:  learning-by-doing
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (+35.29%)
Mutual labels:  learning-by-doing
learning spider
这其实是一份学习笔记。包括学习记录、爬虫练习平台(网站)、自制工具脚本
Stars: ✭ 54 (+217.65%)
Mutual labels:  learning-by-doing

FlutSplash

Minimal Unsplash Android App to easily search and download images I made while learning and exploring Flutter.

Get it on Google Play

Screenshots

screen 1 screen 2
screen 3 screen 4

Run Locally

Clone the project

  git clone https://github.com/Yash-Garg/FlutSplash

Set the unsplash client ID here - keys.dart

Go to the project directory

  cd FlutSplash

Run the app

  flutter run

Also, Thanks to this website for featuring my app!

License

MIT License

Copyright (c) 2021 Yash Garg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].