Cyberpunk Killer, is a personalisation/photography app developer during Flutter Hackathon.
- Here you can take snapshots and apply cyberpunk filters and save it for your profile pic.
- Another feature is Wallpapers related to cyberpunk that you can apply on your Android device. Currently this application is for Android only .
- It is a single code-bas e cross-platform app made on Flutter Framework. Application for iOS, Web App, PWA, Windows, macOS, Linux will be build in upcoming days
Ready to use app Android App
Web App - Coming Soon
iOS, Windows, MacOS,Linux - Coming Soon
This project is made with Flutter Framework,
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Install Flutter SDK from official site.
- Setup Environment for Android and iOS
- To run
flutter run -d <device-name>
and to build project run commandflutter build <device-name>
- To get devices list, run
flutter devices
- Also, install build tools for each platforms to run on that platform. Follow links above.
- Flutter Desktop is not stable yet so you might face some issue, till now I have faced few app crashes on desktop but feature is implemented and app is running.
For Linux app you need to build project and run using
flutter run -d linux
Few things I have used that you can work to understand flutter development.
- Image Filter Algorithm, an article by me
- Simple Bloc
- Using RestAPI
- Native Plugin
You can build your own project on this just by changing dart code in lib
folder.
flutter doctor -v
[✓] Flutter (Channel master, 1.19.0-2.0.pre.140, on Mac OS X 10.15.5 19F83c,
locale en-IN)
• Flutter version 1.19.0-2.0.pre.140 at /Users/shivam/Documents/flutter
• Framework revision 852a30b003 (41 minutes ago), 2020-05-22 03:27:03 +0530
• Engine revision 9ce1e5c5c7
• Dart version 2.9.0 (build 2.9.0-10.0.dev 7706afbcf5)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/shivam/Library/Android/sdk
• Platform android-29, build-tools 29.0.3
• Java binary at: /Applications/Android
Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.5.1)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
• Visual Studio Community 2019 version 16.5.29920.165
[✓] Android Studio (version 3.6)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 45.1.1
• Dart plugin version 192.8052
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
[✓] VS Code (version 1.44.2)
• Flutter extension version 3.9.1
This project is open to all kinds of contribution in all of its categories.You can add more features and bug fixes in this code. DO NOT send PR for rename of file and variables, formatting code or other low-quality changes. Focus on making this BIGGER!
If you found this project helpful then show some support by ⭐ the repo and subscribe to my YoutubeChannel and Newsletter for latest updates in dev world. It will encourage me to make more videos and tutorials. Comment on youtube channel for more tutorials
Mobile Solution Architect, #Android and #Flutter Developer, #Dart, Maybe #Go, #Founder of Navoki.com, #Google Scholar #Udacity Android #Nanodegree, Entrepreneur
Copyright 2020 Shivam Srivastava
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.