adaptive_app
An example project demonstrating adaptive layouts in Flutter.
Getting Started
- Clone this repo
git clone https://github.com/flutterph/codelabs_adaptive_apps
- Create a Youtube Data V3 API Key
First, create an API key as documented in the codelabs in Step 3.
You can also create the API key in the console directly.
Last, replace the youTubeApiKey in lib/main.dart.
const youTubeApiKey = 'YOUR_API_KEY' // replace this
- Run the project
Check available devices:
flutter devices
Run app in a specific device:
flutter run -d macos
Run app in all available devices:
flutter run -d all
Contact
If you think something is not working or can be improved, feel free to file an issue or reach out to us at team@flutter.ph.
On this page
Languages
C++36.1%CMake28.9%Dart22.5%Ruby4.3%HTML2.8%Swift2.8%C2.2%Kotlin0.2%Objective-C0.1%
Contributors
Created January 4, 2024
Updated March 24, 2024
