Flutter DevKit
  • Giới thiệu
  • Get Started
    • Cài đặt
    • Tạo một ứng dụng Flutter
    • Toán tử trong Dart
    • Troubleshoot
  • WIDGET
    • Tổng quan
  • Deployment
    • Publish cho Ios
    • Publish cho Android
  • Integration
    • Push Notification với Firebase
  • GetX
    • Giới thiệu & Cài đặt
    • State Management
    • Route Management
    • Utils
  • Bot AI
Powered by GitBook
On this page
  • 1. Giới Thiệu
  • 2. Cài đặt

Was this helpful?

  1. GetX

Giới thiệu & Cài đặt

PreviousPush Notification với FirebaseNextState Management

Last updated 4 years ago

Was this helpful?

1. Giới Thiệu

là một giải pháp siêu nhẹ và mạnh mẽ cho Flutter. Nó kết hợp State Management, dependency injection và route management một cách nhanh chóng và thiết thực.

2. Cài đặt

Thêm vào file pubspec.yaml:

dependencies:
  get:

Import vào những file cần sử dụng:

import 'package:get/get.dart';

GetX