Skip to content

Commit

Permalink
Merge pull request #2 from f-lab-edu/feature/job-postings
Browse files Browse the repository at this point in the history
Feature/ 공고 목록 화면 추가
  • Loading branch information
Younggun-Kim authored Oct 13, 2024
2 parents 6dba138 + cc6b514 commit d084a6d
Show file tree
Hide file tree
Showing 104 changed files with 2,587 additions and 42 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@

### 프로젝트 사용 기술

* flutter
* dart
* flutter_bloc: 상태관리
* autoRouter: navigation
* get_it: di
* dio: api
* freezed: data generation
* derry - script manager
* Flutter, Dart
* State Manegement : flutter_bloc
* Navigation: auto_route
* DI : get_it
* REST API: dio
* Data class: freezed
* Script manager: derry
* Resource manager: flutter_gen
* Lint: flutter_lint

### Architecture

Expand Down
3 changes: 2 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include: package:flutter_lints/flutter.yaml
linter:

rules:
- eol_at_end_of_file
- eol_at_end_of_file: true
- require_trailing_commas: true
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace = "com.example.withu_app"
namespace = "com.android.withu"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

Expand All @@ -21,7 +21,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.withu_app"
applicationId = "com.android.withu"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.withu_app
package com.android.withu

import io.flutter.embedding.android.FlutterActivity

Expand Down
8 changes: 8 additions & 0 deletions assets/color/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<resources>
<color name='primary'>#142d00</color>
<color name='primary80'>#496433</color>
<color name='secondary'>#8a9680</color>
<color name='teritary'>#e6ede1</color>
<color name='annotations'>#F6BE2C</color>
<color name='white'>#ffffff</color>
</resources>
11 changes: 11 additions & 0 deletions assets/translations/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appName": "위드유",
"temporarySave": "임시저장",
"inProgress": "진행",
"closed": "마감",
"photography": "촬영",
"catering": "케이터링",
"foodStyling": "푸드스타일링",
"florist": "플라워리스트",
"numberOfRecruits": "모집인원"
}
1 change: 1 addition & 0 deletions ios/Flutter/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
1 change: 1 addition & 0 deletions ios/Flutter/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
44 changes: 44 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}

def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end

File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
end
end

post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
23 changes: 23 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PODS:
- Flutter (1.0.0)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- Flutter (from `Flutter`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)

EXTERNAL SOURCES:
Flutter:
:path: Flutter
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796

COCOAPODS: 1.15.2
Loading

0 comments on commit d084a6d

Please sign in to comment.