Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ Widget build(BuildContext context){

Flutter projects using Atom

[Trivial Counter](https://github.com/Flutterando/asp/tree/master/asp/example/trivial_counter).
[Trivial Counter](https://github.com/Flutterando/asp/tree/main/example/trivial_counter).

[Shop Cart](https://github.com/Flutterando/asp/tree/master/asp/example/shop_cart).
[Shop Cart](https://github.com/Flutterando/asp/tree/main/example/shop_cart).

## Features and bugs

Expand Down
17 changes: 7 additions & 10 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# example
# Examples

A new Flutter project.
### Trivial counter

## Getting Started
The default example that you get when you create a new Flutter app, but using atomic state pattern.

This project is a starting point for a Flutter application.
[Jump to Source](https://github.com/Flutterando/asp/tree/main/example/trivial_counter)

A few resources to get you started if this is your first Flutter project:
### Shop cart

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
Atomic state pattern applied to a simple shopping cart, in a way to showcase the multiple state relationship.

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
[Jump to Source](https://github.com/Flutterando/asp/tree/main/example/shop_cart)