Skip to content

Commit 7ae4681

Browse files
committed
feat: initial project files
1 parent 7b21805 commit 7ae4681

File tree

184 files changed

+5280
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+5280
-0
lines changed

.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
migrate_working_dir/
12+
13+
# IntelliJ related
14+
*.iml
15+
*.ipr
16+
*.iws
17+
.idea/
18+
19+
# The .vscode folder contains launch configuration and tasks you configure in
20+
# VS Code which you may wish to be included in version control, so this line
21+
# is commented out by default.
22+
#.vscode/
23+
24+
# Flutter/Dart/Pub related
25+
**/doc/api/
26+
**/ios/Flutter/.last_build_id
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
/build/
34+
35+
# Symbolication related
36+
app.*.symbols
37+
38+
# Obfuscation related
39+
app.*.map.json
40+
41+
# Android Studio will place build artifacts here
42+
/android/app/debug
43+
/android/app/profile
44+
/android/app/release

.metadata

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled.
5+
6+
version:
7+
revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
8+
channel: stable
9+
10+
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
17+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
18+
- platform: android
19+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
20+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
21+
- platform: ios
22+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
23+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
24+
- platform: linux
25+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
26+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
27+
- platform: macos
28+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
29+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
30+
- platform: web
31+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
32+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
33+
- platform: windows
34+
create_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
35+
base_revision: 32fb2f948e9b1a2d1b876ebee3558be7f51b457f
36+
37+
# User provided section
38+
39+
# List of Local paths (relative to this file) that should be
40+
# ignored by the migrate tool.
41+
#
42+
# Files that are not part of the templates will be ignored by default.
43+
unmanaged_files:
44+
- 'lib/main.dart'
45+
- 'ios/Runner.xcodeproj/project.pbxproj'

README.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,109 @@
11
# toolkit.dileepabandara.dev
2+
3+
![GitHub repo size](https://img.shields.io/github/repo-size/dileepabandara/toolkit.dileepabandara.dev?color=d62936)
4+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dileepabandara/toolkit.dileepabandara.dev?color=d4ad21)
5+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dileepabandara/toolkit.dileepabandara.dev?color=138a3d)
6+
![GitHub license](https://img.shields.io/github/license/dileepabandara/toolkit.dileepabandara.dev?color=eb7005)
7+
![GitHub language count](https://img.shields.io/github/languages/count/dileepabandara/toolkit.dileepabandara.dev?color=1f77b4)
8+
![GitHub top language](https://img.shields.io/github/languages/top/dileepabandara/toolkit.dileepabandara.dev?color=7f0c7f)
9+
10+
![cover](https://user-images.githubusercontent.com/80202913/212151212-38e96130-85dc-4e0a-9931-6d1df8f5576a.png)
11+
12+
## ✨ About
13+
214
The collection of flexible resource tools that I employ while creating, developing, and maintaining solutions.
15+
16+
## 🌐 Website
17+
18+
<https://dileepabandara.github.io/toolkit.dileepabandara.dev>
19+
<https://gh.dileepabandara.dev/toolkit.dileepabandara.dev>
20+
<https://toolkit.dileepabandara.dev>
21+
22+
## 🎉 Release Status
23+
24+
Version - v1.0.0
25+
Initial release date - February 09, 2023
26+
[View Releases](https://github.com/dileepabandara/toolkit.dileepabandara.dev/releases)
27+
28+
## 🍃 Branches
29+
30+
Source Code
31+
32+
- [main](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/main) - Stable and latest version
33+
of the source code
34+
- [1.0.0](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/1.0.0) - Stable 1.0.0 version of
35+
the source code
36+
- [1.1.x](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/1.1.x) - Unstable and
37+
development versions of the source code
38+
39+
Web Build
40+
41+
- [web-build](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/web-build) - Stable and
42+
latest version of the web build
43+
- [web-build-1.0.0](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/web-build-1.0.0) -
44+
Stable 1.0.0 version of the web build
45+
46+
## 💙 Built With
47+
48+
- [Flutter](https://flutter.dev)
49+
- Flutter 3.7.2 • channel stable
50+
- Tools • Dart 2.19.2 • DevTools 2.20.1
51+
- [GitHub Pages](https://pages.github.com)
52+
53+
## 📌 Prerequisites
54+
55+
- Setup [Flutter](https://flutter.dev) in the development environment.
56+
- Setup a code editor like [Android Studio](https://developer.android.com/studio)
57+
or [Visual Studio Code](https://code.visualstudio.com) in the development environment.
58+
- Setup [Git](https://git-scm.com) in the development environment.
59+
- Should be fine with the `flutter doctor` command.
60+
- Anything related to the Flutter app development.
61+
62+
## 💡 How to Setup
63+
64+
- Download or clone the repository.
65+
- Move the project to the selected directory.
66+
- Open it with a code editor such as [Android Studio](https://developer.android.com/studio)
67+
or [Visual Studio Code](https://code.visualstudio.com).
68+
- Run `flutter clean` and `pub get` commands.
69+
- Do not update or upgrade Gradle and other versions until the app is up and running with built
70+
versions.
71+
72+
## 🚀 How to Run
73+
74+
- Download web-build directory from
75+
the [web-build](https://github.com/dileepabandara/toolkit.dileepabandara.dev/tree/web-build) branch.
76+
- Move the build files to a server such as localhost, GitHub Pages, or any other http/https web
77+
server.
78+
- Set up and run the index.html file.
79+
80+
## 📸 Icons and Images
81+
82+
- [Icons8](https://icons8.com)
83+
84+
## 💎 Dependencies
85+
86+
- [Flutter](https://flutter.dev)
87+
- [URL Launcher](https://pub.dev/packages/url_launcher)
88+
- [Flutter Native Splash](https://pub.dev/packages/flutter_native_splash)
89+
90+
## ❤️ Thanks
91+
92+
Thanks to everyone who supported.
93+
94+
## 📜 License
95+
96+
This project is licensed under the MIT License
97+
MIT [©dileepabandara.dev](https://dileepabandara.dev)
98+
See the license file for more
99+
details [LICENSE.md](https://github.com/dileepabandara/toolkit.dileepabandara.dev/blob/main/LICENSE)
100+
101+
## 👨‍💻 Developed By
102+
103+
Dileepa Bandara
104+
[©dileepabandara.dev](https://dileepabandara.dev)
105+
106+
## 💬 Contact
107+
108+
Send me an email if you need to contact me to discuss anything.
109+
Email - contact@dileepabandara.dev

analysis_options.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This file configures the analyzer, which statically analyzes Dart code to
2+
# check for errors, warnings, and lints.
3+
#
4+
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5+
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6+
# invoked from the command line by running `flutter analyze`.
7+
8+
# The following line activates a set of recommended lints for Flutter apps,
9+
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
11+
12+
linter:
13+
# The lint rules applied to this project can be customized in the
14+
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
15+
# included above or to enable additional rules. A list of all available lints
16+
# and their documentation is published at
17+
# https://dart-lang.github.io/linter/lints/index.html.
18+
#
19+
# Instead of disabling a lint rule for the entire project in the
20+
# section below, it can also be suppressed for a single line of code
21+
# or a specific dart file by using the `// ignore: name_of_lint` and
22+
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
23+
# producing the lint.
24+
rules:
25+
# avoid_print: false # Uncomment to disable the `avoid_print` rule
26+
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
27+
28+
# Additional information about this file can be found at
29+
# https://dart.dev/guides/language/analysis-options

android/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
gradle-wrapper.jar
2+
/.gradle
3+
/captures/
4+
/gradlew
5+
/gradlew.bat
6+
/local.properties
7+
GeneratedPluginRegistrant.java
8+
9+
# Remember to never publicly share your keystore.
10+
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11+
key.properties
12+
**/*.keystore
13+
**/*.jks

android/app/build.gradle

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
def localProperties = new Properties()
2+
def localPropertiesFile = rootProject.file('local.properties')
3+
if (localPropertiesFile.exists()) {
4+
localPropertiesFile.withReader('UTF-8') { reader ->
5+
localProperties.load(reader)
6+
}
7+
}
8+
9+
def flutterRoot = localProperties.getProperty('flutter.sdk')
10+
if (flutterRoot == null) {
11+
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
12+
}
13+
14+
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
15+
if (flutterVersionCode == null) {
16+
flutterVersionCode = '1'
17+
}
18+
19+
def flutterVersionName = localProperties.getProperty('flutter.versionName')
20+
if (flutterVersionName == null) {
21+
flutterVersionName = '1.0'
22+
}
23+
24+
apply plugin: 'com.android.application'
25+
apply plugin: 'kotlin-android'
26+
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27+
28+
android {
29+
compileSdkVersion flutter.compileSdkVersion
30+
ndkVersion flutter.ndkVersion
31+
32+
compileOptions {
33+
sourceCompatibility JavaVersion.VERSION_1_8
34+
targetCompatibility JavaVersion.VERSION_1_8
35+
}
36+
37+
kotlinOptions {
38+
jvmTarget = '1.8'
39+
}
40+
41+
sourceSets {
42+
main.java.srcDirs += 'src/main/kotlin'
43+
}
44+
45+
defaultConfig {
46+
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47+
applicationId "dev.dileepabandara.toolkit_dileepabandara_dev"
48+
// You can update the following values to match your application needs.
49+
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
50+
minSdkVersion flutter.minSdkVersion
51+
targetSdkVersion flutter.targetSdkVersion
52+
versionCode flutterVersionCode.toInteger()
53+
versionName flutterVersionName
54+
}
55+
56+
buildTypes {
57+
release {
58+
// TODO: Add your own signing config for the release build.
59+
// Signing with the debug keys for now, so `flutter run --release` works.
60+
signingConfig signingConfigs.debug
61+
}
62+
}
63+
}
64+
65+
flutter {
66+
source '../..'
67+
}
68+
69+
dependencies {
70+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
71+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="dev.dileepabandara.toolkit_dileepabandara_dev">
3+
<!-- The INTERNET permission is required for development. Specifically,
4+
the Flutter tool needs it to communicate with the running application
5+
to allow setting breakpoints, to provide hot reload, etc.
6+
-->
7+
<uses-permission android:name="android.permission.INTERNET"/>
8+
</manifest>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="dev.dileepabandara.toolkit_dileepabandara_dev">
3+
<application
4+
android:label="toolkit_dileepabandara_dev"
5+
android:name="${applicationName}"
6+
android:icon="@mipmap/ic_launcher">
7+
<activity
8+
android:name=".MainActivity"
9+
android:exported="true"
10+
android:launchMode="singleTop"
11+
android:theme="@style/LaunchTheme"
12+
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
13+
android:hardwareAccelerated="true"
14+
android:windowSoftInputMode="adjustResize">
15+
<!-- Specifies an Android theme to apply to this Activity as soon as
16+
the Android process has started. This theme is visible to the user
17+
while the Flutter UI initializes. After that, this theme continues
18+
to determine the Window background behind the Flutter UI. -->
19+
<meta-data
20+
android:name="io.flutter.embedding.android.NormalTheme"
21+
android:resource="@style/NormalTheme"
22+
/>
23+
<intent-filter>
24+
<action android:name="android.intent.action.MAIN"/>
25+
<category android:name="android.intent.category.LAUNCHER"/>
26+
</intent-filter>
27+
</activity>
28+
<!-- Don't delete the meta-data below.
29+
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
30+
<meta-data
31+
android:name="flutterEmbedding"
32+
android:value="2" />
33+
</application>
34+
</manifest>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package dev.dileepabandara.toolkit_dileepabandara_dev
2+
3+
import io.flutter.embedding.android.FlutterActivity
4+
5+
class MainActivity: FlutterActivity() {
6+
}
50.9 KB
Loading

0 commit comments

Comments
 (0)