Flutter
Get Started with Flutter on the atPlatform
Setting Up Your Development Environment
1. Get an editor for programming in Dart
Some editors we recommend:
2. Install Flutter/Dart on your machine
See Flutter’s instructions on getting the Flutter environment setup:
3. Install at_app
at_app is a command-line tool for quickly creating atPlatform apps. It is similar to flutter create
but adds atPlatform capabilities to your flutter apps. See our video on at_app.
4. Create an atPlatform app
Create an atPlatform app by using at_app:
at_app create <dir>
cd <dir>
flutter run