Skip to content

chane81/tiktok-clone

Repository files navigation

tiktok_clone

환경

  • flutter version
    • 3.16.0
  • dart
    • 3.2.0
  • fvm use

package

# flutter package pub
$ fvm flutter pub get

# flutter package outdated list
$ fvm flutter pub outdated

# icon - font awesome
$ fvm flutter pub add font_awesome_flutter:10.3.0

code check

# 문법 및 에러 체크
$ dart analyze
$ dart fix --dry-run
# or
$ dart fix --apply

Learned & Keyword

Authentication Chapter

  • CupertinoDatePicker
  • Form
  • TextField
  • TextFormField
  • SafeArea
  • BottomAppBar
  • GlobalKey & FormKey validate
  • Keyboard I/O - cmd + k (menu > I/O > keyborard)
  • TextEditingController
  • FocusScope

Onboarding

  • SingleChildScrollView
  • AnimatedOpacity
  • GestureDetector
  • AnimatedCrossFade <-> GestureDetector

About

flutter tiktok clone 앱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published